Skip to content

Commit caeafb7

Browse files
committed
DOC: move whatsnew from 0.17.0 -> 0.16.2
1 parent 08d60e6 commit caeafb7

File tree

2 files changed

+15
-27
lines changed

2 files changed

+15
-27
lines changed

doc/source/whatsnew.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ What's New
1818

1919
These are new features and improvements of note in each release.
2020

21-
.. include:: whatsnew/v0.17.0.txt
21+
.. include:: whatsnew/v0.16.2.txt
2222

2323
.. include:: whatsnew/v0.16.1.txt
2424

doc/source/whatsnew/v0.17.0.txt renamed to doc/source/whatsnew/v0.16.2.txt

+14-26
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,52 @@
1-
.. _whatsnew_0170:
1+
.. _whatsnew_0162:
22

3-
v0.17.0 (July ??, 2015)
3+
v0.16.2 (June 12, 2015)
44
-----------------------
55

6-
This is a major release from 0.16.1 and includes a small number of API changes, several new features,
7-
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
8-
users upgrade to this version.
6+
This is a minor bug-fix release from 0.16.1 and includes a a large number of
7+
bug fixes along several new features, enhancements, and performance improvements.
8+
We recommend that all users upgrade to this version.
99

1010
Highlights include:
1111

12+
Check the :ref:`API Changes <whatsnew_0162.api>` before updating.
1213

13-
Check the :ref:`API Changes <whatsnew_0170.api>` and :ref:`deprecations <whatsnew_0170.deprecations>` before updating.
14-
15-
.. contents:: What's new in v0.17.0
14+
.. contents:: What's new in v0.16.2
1615
:local:
1716
:backlinks: none
1817

19-
.. _whatsnew_0170.enhancements:
18+
.. _whatsnew_0162.enhancements:
2019

2120
New features
2221
~~~~~~~~~~~~
2322

24-
.. _whatsnew_0170.enhancements.other:
23+
.. _whatsnew_0162.enhancements.other:
2524

2625
Other enhancements
2726
^^^^^^^^^^^^^^^^^^
2827

29-
.. _whatsnew_0170.api:
28+
.. _whatsnew_0162.api:
3029

3130
Backwards incompatible API changes
3231
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3332

34-
.. _whatsnew_0170.api_breaking:
33+
.. _whatsnew_0162.api_breaking:
3534

36-
.. _whatsnew_0170.api_breaking.other:
35+
.. _whatsnew_0162.api_breaking.other:
3736

3837
Other API Changes
3938
^^^^^^^^^^^^^^^^^
4039

4140
- ``Holiday`` now raises ``NotImplementedError`` if both ``offset`` and ``observance`` are used in constructor. (:issue:`102171`)
4241

43-
.. _whatsnew_0170.deprecations:
44-
45-
Deprecations
46-
^^^^^^^^^^^^
47-
48-
.. _whatsnew_0170.prior_deprecations:
49-
50-
Removal of prior version deprecations/changes
51-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
52-
53-
.. _whatsnew_0170.performance:
42+
.. _whatsnew_0162.performance:
5443

5544
Performance Improvements
5645
~~~~~~~~~~~~~~~~~~~~~~~~
5746

5847
- Improved ``Series.resample`` performance with dtype=datetime64[ns] (:issue:`7754`)
5948

60-
.. _whatsnew_0170.bug_fixes:
49+
.. _whatsnew_0162.bug_fixes:
6150

6251
Bug Fixes
6352
~~~~~~~~~
@@ -94,4 +83,3 @@ Bug Fixes
9483

9584

9685
- Bug where infer_freq infers timerule (WOM-5XXX) unsupported by to_offset (:issue:`9425`)
97-

0 commit comments

Comments
 (0)