|
1 | | -.. _whatsnew_0170: |
| 1 | +.. _whatsnew_0162: |
2 | 2 |
|
3 | | -v0.17.0 (July ??, 2015) |
| 3 | +v0.16.2 (June 12, 2015) |
4 | 4 | ----------------------- |
5 | 5 |
|
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. |
9 | 9 |
|
10 | 10 | Highlights include: |
11 | 11 |
|
| 12 | +Check the :ref:`API Changes <whatsnew_0162.api>` before updating. |
12 | 13 |
|
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 |
16 | 15 | :local: |
17 | 16 | :backlinks: none |
18 | 17 |
|
19 | | -.. _whatsnew_0170.enhancements: |
| 18 | +.. _whatsnew_0162.enhancements: |
20 | 19 |
|
21 | 20 | New features |
22 | 21 | ~~~~~~~~~~~~ |
23 | 22 |
|
24 | | -.. _whatsnew_0170.enhancements.other: |
| 23 | +.. _whatsnew_0162.enhancements.other: |
25 | 24 |
|
26 | 25 | Other enhancements |
27 | 26 | ^^^^^^^^^^^^^^^^^^ |
28 | 27 |
|
29 | | -.. _whatsnew_0170.api: |
| 28 | +.. _whatsnew_0162.api: |
30 | 29 |
|
31 | 30 | Backwards incompatible API changes |
32 | 31 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
33 | 32 |
|
34 | | -.. _whatsnew_0170.api_breaking: |
| 33 | +.. _whatsnew_0162.api_breaking: |
35 | 34 |
|
36 | | -.. _whatsnew_0170.api_breaking.other: |
| 35 | +.. _whatsnew_0162.api_breaking.other: |
37 | 36 |
|
38 | 37 | Other API Changes |
39 | 38 | ^^^^^^^^^^^^^^^^^ |
40 | 39 |
|
41 | 40 | - ``Holiday`` now raises ``NotImplementedError`` if both ``offset`` and ``observance`` are used in constructor. (:issue:`102171`) |
42 | 41 |
|
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: |
54 | 43 |
|
55 | 44 | Performance Improvements |
56 | 45 | ~~~~~~~~~~~~~~~~~~~~~~~~ |
57 | 46 |
|
58 | 47 | - Improved ``Series.resample`` performance with dtype=datetime64[ns] (:issue:`7754`) |
59 | 48 |
|
60 | | -.. _whatsnew_0170.bug_fixes: |
| 49 | +.. _whatsnew_0162.bug_fixes: |
61 | 50 |
|
62 | 51 | Bug Fixes |
63 | 52 | ~~~~~~~~~ |
@@ -94,4 +83,3 @@ Bug Fixes |
94 | 83 |
|
95 | 84 |
|
96 | 85 | - Bug where infer_freq infers timerule (WOM-5XXX) unsupported by to_offset (:issue:`9425`) |
97 | | - |
0 commit comments