Skip to content

Commit 1d3766c

Browse files
DOC: clean-up 0.23.2 whatsnew file (#21750)
(cherry picked from commit 2f0773f)
1 parent a74ee54 commit 1d3766c

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

doc/source/whatsnew/v0.23.2.txt

+2-38
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,6 @@ Fixed Regressions
6262
- Bug in :meth:`Timestamp.ceil` and :meth:`Timestamp.floor` when timestamp is a multiple of the rounding frequency (:issue:`21262`)
6363
- Fixed regression in :func:`to_clipboard` that defaulted to copying dataframes with space delimited instead of tab delimited (:issue:`21104`)
6464

65-
.. _whatsnew_0232.performance:
66-
67-
Performance Improvements
68-
~~~~~~~~~~~~~~~~~~~~~~~~
69-
70-
-
71-
-
72-
73-
Documentation Changes
74-
~~~~~~~~~~~~~~~~~~~~~
75-
76-
-
77-
-
7865

7966
Build Changes
8067
-------------
@@ -86,55 +73,32 @@ Build Changes
8673
Bug Fixes
8774
~~~~~~~~~
8875

89-
**Groupby/Resample/Rolling**
90-
91-
-
92-
-
93-
94-
**Timedelta**
95-
96-
- Bug in :class:`Timedelta` where non-zero timedeltas shorter than 1 microsecond were considered False (:issue:`21484`)
97-
9876
**Conversion**
9977

10078
- Bug in constructing :class:`Index` with an iterator or generator (:issue:`21470`)
10179
- Bug in :meth:`Series.nlargest` for signed and unsigned integer dtypes when the minimum value is present (:issue:`21426`)
10280

103-
10481
**Indexing**
10582

10683
- Bug in :meth:`Index.get_indexer_non_unique` with categorical key (:issue:`21448`)
10784
- Bug in comparison operations for :class:`MultiIndex` where error was raised on equality / inequality comparison involving a MultiIndex with ``nlevels == 1`` (:issue:`21149`)
10885
- Bug in :meth:`DataFrame.drop` behaviour is not consistent for unique and non-unique indexes (:issue:`21494`)
10986
- Bug in :func:`DataFrame.duplicated` with a large number of columns causing a 'maximum recursion depth exceeded' (:issue:`21524`).
110-
-
11187

11288
**I/O**
11389

11490
- Bug in :func:`read_csv` that caused it to incorrectly raise an error when ``nrows=0``, ``low_memory=True``, and ``index_col`` was not ``None`` (:issue:`21141`)
11591
- Bug in :func:`json_normalize` when formatting the ``record_prefix`` with integer columns (:issue:`21536`)
116-
-
117-
118-
**Plotting**
119-
120-
-
121-
-
122-
123-
**Reshaping**
124-
125-
-
126-
-
12792

12893
**Categorical**
12994

13095
- Bug in rendering :class:`Series` with ``Categorical`` dtype in rare conditions under Python 2.7 (:issue:`21002`)
131-
-
13296

13397
**Timezones**
13498

13599
- Bug in :class:`Timestamp` and :class:`DatetimeIndex` where passing a :class:`Timestamp` localized after a DST transition would return a datetime before the DST transition (:issue:`20854`)
136100
- Bug in comparing :class:`DataFrame`s with tz-aware :class:`DatetimeIndex` columns with a DST transition that raised a ``KeyError`` (:issue:`19970`)
137101

138-
**Other**
102+
**Timedelta**
139103

140-
-
104+
- Bug in :class:`Timedelta` where non-zero timedeltas shorter than 1 microsecond were considered False (:issue:`21484`)

0 commit comments

Comments
 (0)