Skip to content

Commit c4a2cd3

Browse files
authored
DOC: clean up whatsnew 0.21.1 (pandas-dev#18408)
1 parent 8efd1a0 commit c4a2cd3

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

doc/source/whatsnew/v0.21.1.txt

+10-11
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

@@ -101,6 +96,9 @@ Plotting
10196
Groupby/Resample/Rolling
10297
^^^^^^^^^^^^^^^^^^^^^^^^
10398

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

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

122121
Numeric
123122
^^^^^^^
124123

124+
- Bug in ``pd.Series.rolling.skew()`` and ``rolling.kurt()`` with all equal values has floating issue (:issue:`18044`)
125125
-
126126
-
127127
-
@@ -130,8 +130,7 @@ Categorical
130130
^^^^^^^^^^^
131131

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

137136
Other

0 commit comments

Comments
 (0)