Skip to content

Commit

Permalink
DOC: move whatsnew file for pandas-dev#21116 (index droplevel) (panda…
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored and david-liu-brattle-1 committed Jun 18, 2018
1 parent ae0c50f commit df441b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions doc/source/whatsnew/v0.23.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ and bug fixes. We recommend that all users upgrade to this version.
New features
~~~~~~~~~~~~

- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with MultiIndex (:issue:`21115`)


.. _whatsnew_0231.deprecations:

Expand Down
3 changes: 2 additions & 1 deletion doc/source/whatsnew/v0.24.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Other Enhancements
- :func:`to_datetime` now supports the ``%Z`` and ``%z`` directive when passed into ``format`` (:issue:`13486`)
- :func:`Series.mode` and :func:`DataFrame.mode` now support the ``dropna`` parameter which can be used to specify whether NaN/NaT values should be considered (:issue:`17534`)
- :func:`to_csv` now supports ``compression`` keyword when a file handle is passed. (:issue:`21227`)
-
- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with MultiIndex (:issue:`21115`)


.. _whatsnew_0240.api_breaking:

Expand Down

0 comments on commit df441b4

Please sign in to comment.