Skip to content

Commit ecc700c

Browse files
Backport PR #48627 on branch 1.5.x (DOC: Last changes to release notes for 1.5.0 release) (#48630)
Backport PR #48627: DOC: Last changes to release notes for 1.5.0 release Co-authored-by: Marc Garcia <[email protected]>
1 parent e726483 commit ecc700c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/source/whatsnew/v1.5.0.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_150:
22

3-
What's new in 1.5.0 (??)
4-
------------------------
3+
What's new in 1.5.0 (September 19, 2022)
4+
----------------------------------------
55

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

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

12241222
Styler
12251223
^^^^^^
@@ -1234,18 +1232,18 @@ Metadata
12341232
^^^^^^^^
12351233
- Fixed metadata propagation in :meth:`DataFrame.melt` (:issue:`28283`)
12361234
- Fixed metadata propagation in :meth:`DataFrame.explode` (:issue:`28283`)
1237-
-
12381235

12391236
Other
12401237
^^^^^
12411238

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

12471243
.. ---------------------------------------------------------------------------
12481244
.. _whatsnew_150.contributors:
12491245

12501246
Contributors
12511247
~~~~~~~~~~~~
1248+
1249+
.. contributors:: v1.4.4..v1.5.0|HEAD

0 commit comments

Comments
 (0)