Skip to content

Commit

Permalink
Backport PR pandas-dev#48627: DOC: Last changes to release notes for …
Browse files Browse the repository at this point in the history
…1.5.0 release
  • Loading branch information
datapythonista authored and meeseeksmachine committed Sep 18, 2022
1 parent f83e2fe commit a9d7439
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions doc/source/whatsnew/v1.5.0.rst
@@ -1,7 +1,7 @@
.. _whatsnew_150:

What's new in 1.5.0 (??)
------------------------
What's new in 1.5.0 (September 19, 2022)
----------------------------------------

These are the changes in pandas 1.5.0. See :ref:`release` for a full changelog
including other versions of pandas.
Expand Down Expand Up @@ -1214,12 +1214,10 @@ Sparse
^^^^^^
- Bug in :meth:`Series.where` and :meth:`DataFrame.where` with ``SparseDtype`` failing to retain the array's ``fill_value`` (:issue:`45691`)
- Bug in :meth:`SparseArray.unique` fails to keep original elements order (:issue:`47809`)
-

ExtensionArray
^^^^^^^^^^^^^^
- Bug in :meth:`IntegerArray.searchsorted` and :meth:`FloatingArray.searchsorted` returning inconsistent results when acting on ``np.nan`` (:issue:`45255`)
-

Styler
^^^^^^
Expand All @@ -1234,18 +1232,18 @@ Metadata
^^^^^^^^
- Fixed metadata propagation in :meth:`DataFrame.melt` (:issue:`28283`)
- Fixed metadata propagation in :meth:`DataFrame.explode` (:issue:`28283`)
-

Other
^^^^^

.. ***DO NOT USE THIS SECTION***
- Bug in :func:`.assert_index_equal` with ``names=True`` and ``check_order=False`` not checking names (:issue:`47328`)
-

.. ---------------------------------------------------------------------------
.. _whatsnew_150.contributors:

Contributors
~~~~~~~~~~~~

.. contributors:: v1.4.4..v1.5.0|HEAD

0 comments on commit a9d7439

Please sign in to comment.