Skip to content

Commit e7b8927

Browse files
committed
Move to 1.0
1 parent 555b696 commit e7b8927

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -272,18 +272,6 @@ is respected in indexing. (:issue:`24076`, :issue:`16785`)
272272
df['2019-01-01 12:00:00+04:00':'2019-01-01 13:00:00+04:00']
273273
274274
275-
.. _whatsnew_0250.api_breaking.MultiIndex._names:
276-
277-
278-
``MultiIndex.levels`` do not hold level names any longer
279-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
280-
281-
A :class:`MultiIndex` previously stored the level names as attributes of each of its
282-
:attr:`MultiIndex.levels`. From Pandas 0.25, the names are only accessed through
283-
:attr:`MultiIndex.names` (which was also possible previously). This is done in order to
284-
make :attr:`MultiIndex.levels` more similar to :attr:`CategoricalIndex.categories`.
285-
286-
287275
.. _whatsnew_0250.api_breaking.multi_indexing:
288276

289277

doc/source/whatsnew/v1.0.0.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,16 @@ Other enhancements
3131

3232
.. _whatsnew_1000.api_breaking:
3333

34-
-
34+
35+
.. _whatsnew_1000.api_breaking.MultiIndex._names:
36+
37+
``MultiIndex.levels`` do not hold level names any longer
38+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39+
40+
- A :class:`MultiIndex` previously stored the level names as attributes of each of its
41+
:attr:`MultiIndex.levels`. From Pandas 1.0, the names are only accessed through
42+
:attr:`MultiIndex.names` (which was also possible previously). This is done in order to
43+
make :attr:`MultiIndex.levels` more similar to :attr:`CategoricalIndex.categories`.
3544
-
3645

3746
Backwards incompatible API changes

0 commit comments

Comments
 (0)