Skip to content

Commit 19c8fad

Browse files
DOC: 0.25.2 whatsnew cleanup (#29000)
1 parent 6dc53bb commit 19c8fad

File tree

1 file changed

+3
-70
lines changed

1 file changed

+3
-70
lines changed

doc/source/whatsnew/v0.25.2.rst

+3-70
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_0252:
22

3-
What's new in 0.25.2 (October XX, 2019)
3+
What's new in 0.25.2 (October 15, 2019)
44
---------------------------------------
55

66
These are the changes in pandas 0.25.2. See :ref:`release` for a full changelog
@@ -15,91 +15,24 @@ including other versions of pandas.
1515
Bug fixes
1616
~~~~~~~~~
1717

18-
Categorical
19-
^^^^^^^^^^^
20-
21-
-
22-
23-
Datetimelike
24-
^^^^^^^^^^^^
25-
26-
-
27-
-
28-
-
29-
30-
Timezones
31-
^^^^^^^^^
32-
33-
-
34-
35-
Numeric
36-
^^^^^^^
37-
38-
-
39-
-
40-
-
41-
-
42-
43-
Conversion
44-
^^^^^^^^^^
45-
46-
-
47-
48-
Interval
49-
^^^^^^^^
50-
51-
-
52-
5318
Indexing
5419
^^^^^^^^
5520

56-
- Fix regression in :meth:`DataFrame.reindex` not following ``limit`` argument (:issue:`28631`).
21+
- Fix regression in :meth:`DataFrame.reindex` not following the ``limit`` argument (:issue:`28631`).
5722
- Fix regression in :meth:`RangeIndex.get_indexer` for decreasing :class:`RangeIndex` where target values may be improperly identified as missing/present (:issue:`28678`)
58-
-
59-
-
60-
61-
Missing
62-
^^^^^^^
63-
64-
-
6523

6624
I/O
6725
^^^
6826

69-
- Fix regression in notebook display where <th> tags not used for :attr:`DataFrame.index` (:issue:`28204`).
27+
- Fix regression in notebook display where ``<th>`` tags were missing for :attr:`DataFrame.index` values (:issue:`28204`).
7028
- Regression in :meth:`~DataFrame.to_csv` where writing a :class:`Series` or :class:`DataFrame` indexed by an :class:`IntervalIndex` would incorrectly raise a ``TypeError`` (:issue:`28210`)
7129
- Fix :meth:`~DataFrame.to_csv` with ``ExtensionArray`` with list-like values (:issue:`28840`).
72-
-
73-
74-
Plotting
75-
^^^^^^^^
76-
77-
-
78-
-
79-
-
8030

8131
Groupby/resample/rolling
8232
^^^^^^^^^^^^^^^^^^^^^^^^
8333

8434
- Bug incorrectly raising an ``IndexError`` when passing a list of quantiles to :meth:`pandas.core.groupby.DataFrameGroupBy.quantile` (:issue:`28113`).
8535
- Bug in :meth:`pandas.core.groupby.GroupBy.shift`, :meth:`pandas.core.groupby.GroupBy.bfill` and :meth:`pandas.core.groupby.GroupBy.ffill` where timezone information would be dropped (:issue:`19995`, :issue:`27992`)
86-
-
87-
-
88-
-
89-
90-
Reshaping
91-
^^^^^^^^^
92-
93-
-
94-
-
95-
-
96-
-
97-
-
98-
99-
Sparse
100-
^^^^^^
101-
102-
-
10336

10437
Other
10538
^^^^^

0 commit comments

Comments
 (0)