Skip to content

Commit 388387b

Browse files
authored
reword the what's new entry for the pandas 2.0 dtype changes (#7755)
* move and rewrite the what's new entry for the pandas 2.0 dtype PR * [skip-ci]
1 parent 61eb2d4 commit 388387b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/whats-new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ New Features
3030
- Added ability to save ``DataArray`` objects directly to Zarr using :py:meth:`~xarray.DataArray.to_zarr`.
3131
(:issue:`7692`, :pull:`7693`) .
3232
By `Joe Hamman <https://github.com/jhamman>`_.
33-
- Support `pandas>=2.0` (:pull:`7724`)
34-
By `Justus Magin <https://github.com/keewis>`_.
3533

3634
Breaking changes
3735
~~~~~~~~~~~~~~~~
@@ -62,6 +60,8 @@ Bug fixes
6260
(:issue:`7420`, :pull:`7441`).
6361
By `Justus Magin <https://github.com/keewis>`_ and
6462
`Spencer Clark <https://github.com/spencerkclark>`_.
63+
- Various `dtype` related fixes needed to support `pandas>=2.0` (:pull:`7724`)
64+
By `Justus Magin <https://github.com/keewis>`_.
6565
- Preserve boolean dtype within encoding (:issue:`7652`, :pull:`7720`).
6666
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_
6767

0 commit comments

Comments
 (0)