You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.1.rst
+2-46
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Whats New in 0.24.1 (February XX, 2019)
13
13
{{ header }}
14
14
15
15
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.
17
17
18
18
.. _whatsnew_0241.api:
19
19
@@ -57,52 +57,9 @@ Fixed Regressions
57
57
- Fixed regression in :func:`merge` when merging an empty ``DataFrame`` with multiple timezone-aware columns on one of the timezone-aware columns (:issue:`25014`).
58
58
- Fixed regression in :meth:`Series.rename_axis` and :meth:`DataFrame.rename_axis` where passing ``None`` failed to remove the axis name (:issue:`25034`)
59
59
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
-
101
60
**Timedelta**
61
+
102
62
- Bug in :func:`to_timedelta` with `box=False` incorrectly returning a ``datetime64`` object instead of a ``timedelta64`` object (:issue:`24961`)
103
-
-
104
-
-
105
-
-
106
63
107
64
**Reshaping**
108
65
@@ -116,7 +73,6 @@ Bug Fixes
116
73
**Other**
117
74
118
75
- Fixed AttributeError when printing a DataFrame's HTML repr after accessing the IPython config object (:issue:`25036`)
0 commit comments