diff --git a/doc/source/whatsnew/v0.14.0.rst b/doc/source/whatsnew/v0.14.0.rst index 0041f6f03afef..847a42b3a7643 100644 --- a/doc/source/whatsnew/v0.14.0.rst +++ b/doc/source/whatsnew/v0.14.0.rst @@ -1,7 +1,7 @@ .. _whatsnew_0140: -v0.14.0 (May 31 , 2014) ------------------------ +Version 0.14.0 (May 31 , 2014) +------------------------------ {{ header }} @@ -321,7 +321,7 @@ Text parsing API changes .. _whatsnew_0140.groupby: -Groupby API changes +GroupBy API changes ~~~~~~~~~~~~~~~~~~~ More consistent behavior for some groupby methods: @@ -473,8 +473,8 @@ Some other enhancements to the sql functions include: .. _whatsnew_0140.slicers: -Multiindexing using slicers -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Multi-indexing using slicers +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In 0.14.0 we added a new way to slice MultiIndexed objects. You can slice a MultiIndex by providing multiple indexers. diff --git a/doc/source/whatsnew/v0.14.1.rst b/doc/source/whatsnew/v0.14.1.rst index 26018c5745a11..3dfc4272681df 100644 --- a/doc/source/whatsnew/v0.14.1.rst +++ b/doc/source/whatsnew/v0.14.1.rst @@ -1,7 +1,7 @@ .. _whatsnew_0141: -v0.14.1 (July 11, 2014) ------------------------ +Version 0.14.1 (July 11, 2014) +------------------------------ {{ header }} diff --git a/doc/source/whatsnew/v0.15.0.rst b/doc/source/whatsnew/v0.15.0.rst index fc190908bdc07..b80ed7446f805 100644 --- a/doc/source/whatsnew/v0.15.0.rst +++ b/doc/source/whatsnew/v0.15.0.rst @@ -1,7 +1,7 @@ .. _whatsnew_0150: -v0.15.0 (October 18, 2014) --------------------------- +Version 0.15.0 (October 18, 2014) +--------------------------------- {{ header }} @@ -105,7 +105,7 @@ For full docs, see the :ref:`categorical introduction ` and the .. _whatsnew_0150.timedeltaindex: -TimedeltaIndex/Scalar +TimedeltaIndex/scalar ^^^^^^^^^^^^^^^^^^^^^ We introduce a new scalar type ``Timedelta``, which is a subclass of ``datetime.timedelta``, and behaves in a similar manner, @@ -247,8 +247,8 @@ Additionally :meth:`~pandas.DataFrame.memory_usage` is an available method for a .. _whatsnew_0150.dt: -.dt accessor -^^^^^^^^^^^^ +Series.dt accessor +^^^^^^^^^^^^^^^^^^ ``Series`` has gained an accessor to succinctly return datetime like properties for the *values* of the Series, if its a datetime/period like Series. (:issue:`7207`) This will return a Series, indexed like the existing Series. See the :ref:`docs ` @@ -600,7 +600,7 @@ Rolling/expanding moments improvements .. _whatsnew_0150.sql: -Improvements in the SQL io module +Improvements in the SQL IO module ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Added support for a ``chunksize`` parameter to ``to_sql`` function. This allows DataFrame to be written in chunks and avoid packet-size overflow errors (:issue:`8062`). diff --git a/doc/source/whatsnew/v0.15.1.rst b/doc/source/whatsnew/v0.15.1.rst index 2e036267b5804..f9c17058dc3ee 100644 --- a/doc/source/whatsnew/v0.15.1.rst +++ b/doc/source/whatsnew/v0.15.1.rst @@ -1,7 +1,7 @@ .. _whatsnew_0151: -v0.15.1 (November 9, 2014) --------------------------- +Version 0.15.1 (November 9, 2014) +--------------------------------- {{ header }} diff --git a/doc/source/whatsnew/v0.15.2.rst b/doc/source/whatsnew/v0.15.2.rst index 292351c709940..a4eabb97471de 100644 --- a/doc/source/whatsnew/v0.15.2.rst +++ b/doc/source/whatsnew/v0.15.2.rst @@ -1,7 +1,7 @@ .. _whatsnew_0152: -v0.15.2 (December 12, 2014) ---------------------------- +Version 0.15.2 (December 12, 2014) +---------------------------------- {{ header }} diff --git a/doc/source/whatsnew/v0.16.0.rst b/doc/source/whatsnew/v0.16.0.rst index 855d0b8695bb1..4ad533e68e275 100644 --- a/doc/source/whatsnew/v0.16.0.rst +++ b/doc/source/whatsnew/v0.16.0.rst @@ -1,7 +1,7 @@ .. _whatsnew_0160: -v0.16.0 (March 22, 2015) ------------------------- +Version 0.16.0 (March 22, 2015) +------------------------------- {{ header }} @@ -218,7 +218,7 @@ Backwards incompatible API changes .. _whatsnew_0160.api_breaking.timedelta: -Changes in Timedelta +Changes in timedelta ^^^^^^^^^^^^^^^^^^^^ In v0.15.0 a new scalar type ``Timedelta`` was introduced, that is a diff --git a/doc/source/whatsnew/v0.16.1.rst b/doc/source/whatsnew/v0.16.1.rst index 502c1287efdbe..8dcac4c1044be 100644 --- a/doc/source/whatsnew/v0.16.1.rst +++ b/doc/source/whatsnew/v0.16.1.rst @@ -1,7 +1,7 @@ .. _whatsnew_0161: -v0.16.1 (May 11, 2015) ----------------------- +Version 0.16.1 (May 11, 2015) +----------------------------- {{ header }} diff --git a/doc/source/whatsnew/v0.16.2.rst b/doc/source/whatsnew/v0.16.2.rst index 543f9c6bbf300..a3c34db09f555 100644 --- a/doc/source/whatsnew/v0.16.2.rst +++ b/doc/source/whatsnew/v0.16.2.rst @@ -1,7 +1,7 @@ .. _whatsnew_0162: -v0.16.2 (June 12, 2015) ------------------------ +Version 0.16.2 (June 12, 2015) +------------------------------ {{ header }} diff --git a/doc/source/whatsnew/v0.17.0.rst b/doc/source/whatsnew/v0.17.0.rst index 67abad659dc8d..11c252192be6b 100644 --- a/doc/source/whatsnew/v0.17.0.rst +++ b/doc/source/whatsnew/v0.17.0.rst @@ -1,7 +1,7 @@ .. _whatsnew_0170: -v0.17.0 (October 9, 2015) -------------------------- +Version 0.17.0 (October 9, 2015) +-------------------------------- {{ header }} @@ -181,8 +181,8 @@ Each method signature only includes relevant arguments. Currently, these are lim Additional methods for ``dt`` accessor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -strftime -"""""""" +Series.dt.strftime +"""""""""""""""""" We are now supporting a ``Series.dt.strftime`` method for datetime-likes to generate a formatted string (:issue:`10110`). Examples: @@ -202,8 +202,8 @@ We are now supporting a ``Series.dt.strftime`` method for datetime-likes to gene The string format is as the python standard library and details can be found `here `_ -total_seconds -""""""""""""" +Series.dt.total_seconds +""""""""""""""""""""""" ``pd.Series`` of type ``timedelta64`` has new method ``.dt.total_seconds()`` returning the duration of the timedelta in seconds (:issue:`10817`) diff --git a/doc/source/whatsnew/v0.17.1.rst b/doc/source/whatsnew/v0.17.1.rst index 55080240f2a55..5d15a01aee5a0 100644 --- a/doc/source/whatsnew/v0.17.1.rst +++ b/doc/source/whatsnew/v0.17.1.rst @@ -1,7 +1,7 @@ .. _whatsnew_0171: -v0.17.1 (November 21, 2015) ---------------------------- +Version 0.17.1 (November 21, 2015) +---------------------------------- {{ header }} diff --git a/scripts/validate_rst_title_capitalization.py b/scripts/validate_rst_title_capitalization.py index 907db4ab4c7ce..9cf4922fa2662 100755 --- a/scripts/validate_rst_title_capitalization.py +++ b/scripts/validate_rst_title_capitalization.py @@ -58,6 +58,7 @@ "DatetimeIndex", "IntervalIndex", "CategoricalIndex", + "Categorical", "GroupBy", "SPSS", "ORC", @@ -112,6 +113,14 @@ "November", "December", "Float64Index", + "TZ", + "GIL", + "strftime", + "XPORT", + "Unicode", + "East", + "Asian", + "None", } CAP_EXCEPTIONS_DICT = {word.lower(): word for word in CAPITALIZATION_EXCEPTIONS}