diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 291f331c340..738a833b413 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -17,8 +17,14 @@ What's New .. _whats-new.2024.03.0: -v2024.03.0 (unreleased) ------------------------ +v2024.03.0 (Mar 29, 2024) +------------------------- + +This release brings performance improvements for grouped and resampled quantile calculations, CF decoding improvements, +minor optimizations to distributed Zarr writes, and compatibility fixes for Numpy 2.0 and Pandas 3.0. + +Thanks to the 18 contributors to this release: +Anderson Banihirwe, Christoph Hasse, Deepak Cherian, Etienne Schalk, Justus Magin, Kai Mühlbauer, Kevin Schwarzwald, Mark Harfouche, Martin, Matt Savoie, Maximilian Roos, Ray Bell, Roberto Chang, Spencer Clark, Tom Nicholas, crusaderky, owenlittlejohns, saschahofmann New Features ~~~~~~~~~~~~ @@ -45,13 +51,9 @@ New Features Breaking changes ~~~~~~~~~~~~~~~~ - - Don't allow overwriting index variables with ``to_zarr`` region writes. (:issue:`8589`, :pull:`8876`). By `Deepak Cherian `_. -Deprecations -~~~~~~~~~~~~ - Bug fixes ~~~~~~~~~ @@ -82,11 +84,6 @@ Bug fixes (:issue:`8884`, :pull:`8886`) By `Tom Nicholas `_. - -Documentation -~~~~~~~~~~~~~ - - Internal Changes ~~~~~~~~~~~~~~~~ - Migrates ``treenode`` functionality into ``xarray/core`` (:pull:`8757`)