DOC: Last changes to release notes for 1.5.0 release (#48627) · pandas-dev/pandas@bf856a8 (original) (raw)
1
1
`.. _whatsnew_150:
`
2
2
``
3
``
`-
What's new in 1.5.0 (??)
`
4
``
`-
`
``
3
`+
What's new in 1.5.0 (September 19, 2022)
`
``
4
`+
`
5
5
``
6
6
`` These are the changes in pandas 1.5.0. See :ref:release
for a full changelog
``
7
7
`including other versions of pandas.
`
`@@ -1214,12 +1214,10 @@ Sparse
`
1214
1214
`^^^^^^
`
1215
1215
``` - Bug in :meth:Series.where
and :meth:DataFrame.where
with SparseDtype
failing to retain the array's fill_value
(:issue:45691
)
`1216`
`1216`
`` - Bug in :meth:`SparseArray.unique` fails to keep original elements order (:issue:`47809`)
``
`1217`
``
`-
-
`
`1218`
`1217`
``
`1219`
`1218`
`ExtensionArray
`
`1220`
`1219`
`^^^^^^^^^^^^^^
`
`1221`
`1220`
``` - Bug in :meth:`IntegerArray.searchsorted` and :meth:`FloatingArray.searchsorted` returning inconsistent results when acting on ``np.nan`` (:issue:`45255`)
1222
``
`-
`
1223
1221
``
1224
1222
`Styler
`
1225
1223
`^^^^^^
`
`@@ -1234,18 +1232,18 @@ Metadata
`
1234
1232
`^^^^^^^^
`
1235
1233
`` - Fixed metadata propagation in :meth:DataFrame.melt
(:issue:28283
)
``
1236
1234
`` - Fixed metadata propagation in :meth:DataFrame.explode
(:issue:28283
)
``
1237
``
`-
`
1238
1235
``
1239
1236
`Other
`
1240
1237
`^^^^^
`
1241
1238
``
1242
1239
`.. DO NOT USE THIS SECTION
`
1243
1240
``
1244
1241
``` - Bug in :func:.assert_index_equal
with names=True
and check_order=False
not checking names (:issue:47328
)
```
1245
``
`-
`
1246
1242
``
1247
1243
`.. ---------------------------------------------------------------------------
`
1248
1244
`.. _whatsnew_150.contributors:
`
1249
1245
``
1250
1246
`Contributors
`
1251
1247
`~~~~~~~~~~~~
`
``
1248
+
``
1249
`+
.. contributors:: v1.4.4..v1.5.0|HEAD
`