Skip to content

Commit dbf1f10

Browse files
jrebackTomAugspurger
authored andcommitted
DOC: clean up whatsnew 0.21.1 (#18408)
(cherry picked from commit c4a2cd3)
1 parent 014b8d6 commit dbf1f10

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

doc/source/whatsnew/v0.21.1.txt

+9-12
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,13 @@ Documentation Changes
5656

5757
Bug Fixes
5858
~~~~~~~~~
59-
- Bug in ``DataFrame.resample(...).apply(...)`` when there is a callable that returns different columns (:issue:`15169`)
60-
- Bug in :class:`TimedeltaIndex` subtraction could incorrectly overflow when ``NaT`` is present (:issue:`17791`)
61-
- Bug in :class:`DatetimeIndex` subtracting datetimelike from DatetimeIndex could fail to overflow (:issue:`18020`)
62-
- Bug in ``pd.Series.rolling.skew()`` and ``rolling.kurt()`` with all equal values has floating issue (:issue:`18044`)
63-
- Bug in ``pd.DataFrameGroupBy.count()`` when counting over a datetimelike column (:issue:`13393`)
64-
- Bug in ``pd.concat`` when empty and non-empty DataFrames or Series are concatenated (:issue:`18178` :issue:`18187`)
65-
- Bug in ``DataFrame.resample(...)`` when there is a time change (DST) and resampling frequecy is 12h or higher (:issue:`15549`)
66-
- Bug in :class:`IntervalIndex` constructor when a list of intervals is passed with non-default ``closed`` (:issue:`18334`)
67-
- Bug in :meth:`IntervalIndex.copy` when copying and ``IntervalIndex`` with non-default ``closed`` (:issue:`18339`)
6859

6960
Conversion
7061
^^^^^^^^^^
7162

63+
- Bug in :class:`TimedeltaIndex` subtraction could incorrectly overflow when ``NaT`` is present (:issue:`17791`)
64+
- Bug in :class:`DatetimeIndex` subtracting datetimelike from DatetimeIndex could fail to overflow (:issue:`18020`)
65+
- Bug in :meth:`IntervalIndex.copy` when copying and ``IntervalIndex`` with non-default ``closed`` (:issue:`18339`)
7266
-
7367
-
7468
-
@@ -78,6 +72,7 @@ Indexing
7872

7973
- Bug in a boolean comparison of a ``datetime.datetime`` and a ``datetime64[ns]`` dtype Series (:issue:`17965`)
8074
- Bug where a ``MultiIndex`` with more than a million records was not raising ``AttributeError`` when trying to access a missing attribute (:issue:`18165`)
75+
- Bug in :class:`IntervalIndex` constructor when a list of intervals is passed with non-default ``closed`` (:issue:`18334`)
8176
-
8277
-
8378

@@ -102,6 +97,9 @@ Plotting
10297
Groupby/Resample/Rolling
10398
^^^^^^^^^^^^^^^^^^^^^^^^
10499

100+
- Bug in ``DataFrame.resample(...).apply(...)`` when there is a callable that returns different columns (:issue:`15169`)
101+
- Bug in ``DataFrame.resample(...)`` when there is a time change (DST) and resampling frequecy is 12h or higher (:issue:`15549`)
102+
- Bug in ``pd.DataFrameGroupBy.count()`` when counting over a datetimelike column (:issue:`13393`)
105103
-
106104
-
107105
-
@@ -117,12 +115,14 @@ Reshaping
117115
^^^^^^^^^
118116

119117
- Error message in ``pd.merge_asof()`` for key datatype mismatch now includes datatype of left and right key (:issue:`18068`)
118+
- Bug in ``pd.concat`` when empty and non-empty DataFrames or Series are concatenated (:issue:`18178` :issue:`18187`)
120119
-
121120
-
122121

123122
Numeric
124123
^^^^^^^
125124

125+
- Bug in ``pd.Series.rolling.skew()`` and ``rolling.kurt()`` with all equal values has floating issue (:issue:`18044`)
126126
-
127127
-
128128
-
@@ -131,9 +131,6 @@ Categorical
131131
^^^^^^^^^^^
132132

133133
- Bug in :meth:`DataFrame.astype` where casting to 'category' on an empty ``DataFrame`` causes a segmentation fault (:issue:`18004`)
134-
- Error messages in the testing module have been improved when items have
135-
different ``CategoricalDtype`` (:issue:`18069`)
136-
-
137134
- Error messages in the testing module have been improved when items have
138135
different ``CategoricalDtype`` (:issue:`18069`)
139136
- ``CategoricalIndex`` can now correctly take a ``pd.api.types.CategoricalDtype`` as its dtype (:issue:`18116`)

0 commit comments

Comments
 (0)