From b80260781ee19bddee01ef09ac0da31ec12c5152 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Fri, 29 Mar 2024 11:07:17 -0600 Subject: [PATCH] 2024.03.0: Add whats-new (#8891) * Add whats-new * Update doc/whats-new.rst Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> --------- Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> --- doc/whats-new.rst | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) 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`)