Skip to content

Commit bb653bc

Browse files
TomAugspurgerPingviinituutti
authored andcommitted
DOC: Cleanup 0.24.1 whatsnew (pandas-dev#25084)
1 parent 77b864d commit bb653bc

File tree

1 file changed

+2
-46
lines changed

1 file changed

+2
-46
lines changed

Diff for: doc/source/whatsnew/v0.24.1.rst

+2-46
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Whats New in 0.24.1 (February XX, 2019)
1313
{{ header }}
1414

1515
These are the changes in pandas 0.24.1. See :ref:`release` for a full changelog
16-
including other versions of pandas.
16+
including other versions of pandas. See :ref:`whatsnew_0240` for the 0.24.0 changelog.
1717

1818
.. _whatsnew_0241.api:
1919

@@ -57,52 +57,9 @@ Fixed Regressions
5757
- Fixed regression in :func:`merge` when merging an empty ``DataFrame`` with multiple timezone-aware columns on one of the timezone-aware columns (:issue:`25014`).
5858
- Fixed regression in :meth:`Series.rename_axis` and :meth:`DataFrame.rename_axis` where passing ``None`` failed to remove the axis name (:issue:`25034`)
5959

60-
.. _whatsnew_0241.enhancements:
61-
62-
Enhancements
63-
~~~~~~~~~~~~
64-
65-
66-
.. _whatsnew_0241.bug_fixes:
67-
68-
Bug Fixes
69-
~~~~~~~~~
70-
71-
**Conversion**
72-
73-
-
74-
-
75-
-
76-
77-
**Indexing**
78-
79-
-
80-
-
81-
-
82-
83-
**I/O**
84-
85-
-
86-
-
87-
-
88-
89-
**Categorical**
90-
91-
-
92-
-
93-
-
94-
95-
**Timezones**
96-
97-
-
98-
-
99-
-
100-
10160
**Timedelta**
61+
10262
- Bug in :func:`to_timedelta` with `box=False` incorrectly returning a ``datetime64`` object instead of a ``timedelta64`` object (:issue:`24961`)
103-
-
104-
-
105-
-
10663

10764
**Reshaping**
10865

@@ -116,7 +73,6 @@ Bug Fixes
11673
**Other**
11774

11875
- Fixed AttributeError when printing a DataFrame's HTML repr after accessing the IPython config object (:issue:`25036`)
119-
-
12076

12177
.. _whatsnew_0.241.contributors:
12278

0 commit comments

Comments
 (0)