Skip to content

Commit ba6c074

Browse files
committed
Move to 0.24.0
1 parent 8e1d70a commit ba6c074

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/source/whatsnew/v0.23.1.txt

-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ Bug Fixes
110110
- Bug in :meth:`Series.reset_index` where appropriate error was not raised with an invalid level name (:issue:`20925`)
111111
- Bug in :func:`interval_range` when ``start``/``periods`` or ``end``/``periods`` are specified with float ``start`` or ``end`` (:issue:`21161`)
112112
- Bug in :meth:`MultiIndex.set_names` where error raised for a ``MultiIndex`` with ``nlevels == 1`` (:issue:`21149`)
113-
- Bug in :meth:`DataFrame.__getitem__` and :meth:`DataFrame.loc` which did not accept columns keys passed as non-list iterables (:issue:`21294`)
114-
- Bug in :meth:`DataFrame.__getitem__` looking for np.nan in non-unique columns (:issue:`21428`)
115113
- Bug in :class:`IntervalIndex` constructors where creating an ``IntervalIndex`` from categorical data was not fully supported (:issue:`21243`, issue:`21253`)
116114
- Bug in :meth:`MultiIndex.sort_index` which was not guaranteed to sort correctly with ``level=1``; this was also causing data misalignment in particular :meth:`DataFrame.stack` operations (:issue:`20994`, :issue:`20945`, :issue:`21052`)
117115

doc/source/whatsnew/v0.24.0.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ Strings
133133
Indexing
134134
^^^^^^^^
135135

136-
-
136+
- Bug in :meth:`DataFrame.__getitem__` and :meth:`DataFrame.loc` which did not accept columns keys passed as non-list iterables (:issue:`21294`)
137+
- Bug in :meth:`DataFrame.__getitem__` looking for np.nan in non-unique columns (:issue:`21428`)
137138
-
138139
-
139140

0 commit comments

Comments
 (0)