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.2.rst
+1-43
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ including other versions of pandas.
18
18
.. _whatsnew_0242.regressions:
19
19
20
20
Fixed Regressions
21
-
^^^^^^^^^^^^^^^^^
21
+
~~~~~~~~~~~~~~~~~
22
22
23
23
- Fixed regression in :meth:`DataFrame.all` and :meth:`DataFrame.any` where ``bool_only=True`` was ignored (:issue:`25101`)
24
24
- Fixed issue in ``DataFrame`` construction with passing a mixed list of mixed types could segfault. (:issue:`25075`)
@@ -34,68 +34,26 @@ Fixed Regressions
34
34
- Fixed pip installing from source into an environment without NumPy (:issue:`25193`)
35
35
- Fixed regression in :meth:`DataFrame.to_csv` writing duplicate line endings with gzip compress (:issue:`25311`)
36
36
37
-
.. _whatsnew_0242.enhancements:
38
-
39
-
Enhancements
40
-
^^^^^^^^^^^^
41
-
42
-
-
43
-
-
44
-
45
37
.. _whatsnew_0242.bug_fixes:
46
38
47
39
Bug Fixes
48
40
~~~~~~~~~
49
41
50
-
**Conversion**
51
-
52
-
-
53
-
-
54
-
-
55
-
56
-
**Indexing**
57
-
58
-
-
59
-
-
60
-
-
61
-
62
42
**I/O**
63
43
64
44
- Better handling of terminal printing when the terminal dimensions are not known (:issue:`25080`)
65
45
- Bug in reading a HDF5 table-format ``DataFrame`` created in Python 2, in Python 3 (:issue:`24925`)
66
46
- Bug in reading a JSON with ``orient='table'`` generated by :meth:`DataFrame.to_json` with ``index=False`` (:issue:`25170`)
67
47
- Bug where float indexes could have misaligned values when printing (:issue:`25061`)
68
-
-
69
-
70
-
**Categorical**
71
-
72
-
-
73
-
-
74
-
-
75
-
76
-
**Timezones**
77
-
78
-
-
79
-
-
80
-
-
81
-
82
-
**Timedelta**
83
-
84
-
-
85
-
-
86
-
-
87
48
88
49
**Reshaping**
89
50
90
51
- Bug in :meth:`~pandas.core.groupby.GroupBy.transform` where applying a function to a timezone aware column would return a timezone naive result (:issue:`24198`)
91
52
- Bug in :func:`DataFrame.join` when joining on a timezone aware :class:`DatetimeIndex` (:issue:`23931`)
92
-
-
93
53
94
54
**Visualization**
95
55
96
56
- Bug in :meth:`Series.plot` where a secondary y axis could not be set to log scale (:issue:`25545`)
0 commit comments