Skip to content

Commit 745d7e1

Browse files
committed
Move to v1.1
1 parent 92d6894 commit 745d7e1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/source/whatsnew/v1.0.0.rst

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

692690
.. _whatsnew_100.api.documentation:
693691

doc/source/whatsnew/v1.1.0.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ Other API changes
5555
- :meth:`Series.describe` will now show distribution percentiles for ``datetime`` dtypes, statistics ``first`` and ``last``
5656
will now be ``min`` and ``max`` to match with numeric dtypes in :meth:`DataFrame.describe` (:issue:`30164`)
5757
-
58-
-
58+
59+
Backwards incompatible API changes
60+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61+
- :meth:`DataFrame.swaplevels` now raises a ``TypeError`` if the axis is not a :class:`MultiIndex`.
62+
Previously a ``AttributeError`` was raised (:issue:`31126`)
63+
5964

6065
.. ---------------------------------------------------------------------------
6166

0 commit comments

Comments
 (0)