Skip to content

Commit a1b0d21

Browse files
committed
Move to v1.1
1 parent 0ebe650 commit a1b0d21

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,6 @@ Other API changes
666666
- When testing pandas, the new minimum required version of pytest is 5.0.1 (:issue:`29664`)
667667
- :meth:`Series.str.__iter__` was deprecated and will be removed in future releases (:issue:`28277`).
668668
- Added ``<NA>`` to the list of default NA values for :meth:`read_csv` (:issue:`30821`)
669-
- a ``TypeError`` is now raised if attempting to call :meth:`DataFrame.swaplevels` and the axis is not
670-
a :class:`MultiIndex`. Previously a ``AttributeError`` was raised (:issue:`31126`)
671669

672670
.. _whatsnew_100.api.documentation:
673671

doc/source/whatsnew/v1.1.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Other enhancements
2121
-
2222
-
2323

24+
Backwards incompatible API changes
25+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26+
- a ``TypeError`` is now raised if calling :meth:`DataFrame.swaplevels` and the axis is not
27+
a :class:`MultiIndex`. Previously a ``AttributeError`` was raised (:issue:`31126`)
2428

2529
.. ---------------------------------------------------------------------------
2630

0 commit comments

Comments
 (0)