Skip to content

Commit 5558224

Browse files
meeseeksmachinejorisvandenbossche
authored andcommitted
Backport PR pandas-dev#25660: DOC: clean-up of 0.24.2 whatsnew file (pandas-dev#25683)
1 parent 50960d8 commit 5558224

File tree

1 file changed

+1
-43
lines changed

1 file changed

+1
-43
lines changed

doc/source/whatsnew/v0.24.2.rst

+1-43
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ including other versions of pandas.
1818
.. _whatsnew_0242.regressions:
1919

2020
Fixed Regressions
21-
^^^^^^^^^^^^^^^^^
21+
~~~~~~~~~~~~~~~~~
2222

2323
- Fixed regression in :meth:`DataFrame.all` and :meth:`DataFrame.any` where ``bool_only=True`` was ignored (:issue:`25101`)
2424
- Fixed issue in ``DataFrame`` construction with passing a mixed list of mixed types could segfault. (:issue:`25075`)
@@ -34,68 +34,26 @@ Fixed Regressions
3434
- Fixed pip installing from source into an environment without NumPy (:issue:`25193`)
3535
- Fixed regression in :meth:`DataFrame.to_csv` writing duplicate line endings with gzip compress (:issue:`25311`)
3636

37-
.. _whatsnew_0242.enhancements:
38-
39-
Enhancements
40-
^^^^^^^^^^^^
41-
42-
-
43-
-
44-
4537
.. _whatsnew_0242.bug_fixes:
4638

4739
Bug Fixes
4840
~~~~~~~~~
4941

50-
**Conversion**
51-
52-
-
53-
-
54-
-
55-
56-
**Indexing**
57-
58-
-
59-
-
60-
-
61-
6242
**I/O**
6343

6444
- Better handling of terminal printing when the terminal dimensions are not known (:issue:`25080`)
6545
- Bug in reading a HDF5 table-format ``DataFrame`` created in Python 2, in Python 3 (:issue:`24925`)
6646
- Bug in reading a JSON with ``orient='table'`` generated by :meth:`DataFrame.to_json` with ``index=False`` (:issue:`25170`)
6747
- 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-
-
8748

8849
**Reshaping**
8950

9051
- 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`)
9152
- Bug in :func:`DataFrame.join` when joining on a timezone aware :class:`DatetimeIndex` (:issue:`23931`)
92-
-
9353

9454
**Visualization**
9555

9656
- Bug in :meth:`Series.plot` where a secondary y axis could not be set to log scale (:issue:`25545`)
97-
-
98-
-
9957

10058
**Other**
10159

0 commit comments

Comments
 (0)