From 0fed99efb64d19d26b4ce97e9a0258175f9ae2c9 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Mon, 18 Nov 2024 09:01:22 -0700 Subject: [PATCH] v2024.11.0 --- doc/whats-new.rst | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index a5204a6ede4..9ca3474d256 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -16,24 +16,13 @@ What's New .. _whats-new.2024.10.1: -v.2024.10.1 (unreleased) ------------------------- - - -Breaking Changes -~~~~~~~~~~~~~~~~ -- The minimum versions of some dependencies were changed +v.2024.11.0 (Nov 22, 2024) +-------------------------- - ===================== ========= ======= - Package Old New - ===================== ========= ======= - boto3 1.28 1.29 - dask-core 2023.9 2023.11 - distributed 2023.9 2023.11 - h5netcdf 1.2 1.3 - numbagg 0.2.1 0.6 - typing_extensions 4.7 4.8 - ===================== ========= ======= +This release brings better support for wrapping JAX arrays and Astropy Quantity objects, :py:meth:`DataTree.persist`, algorithmic improvements +to many methods with dask (:py:meth:`Dataset.polyfit`, :py:meth:`Dataset.ffill`, :py:meth:`Dataset.bfill`, rolling reductions), and bug fixes. +Thanks to the 22 contributors to this release: +Benoit Bovy, Deepak Cherian, Dimitri Papadopoulos Orfanos, Holly Mandel, James Bourbeau, Joe Hamman, Justus Magin, Kai Mühlbauer, Lukas Trippe, Mathias Hauser, Maximilian Roos, Michael Niklas, Pascal Bourgault, Patrick Hoefler, Sam Levang, Sarah Charlotte Johnson, Scott Huberty, Stephan Hoyer, Tom Nicholas, Virgile Andreani, joseph nowak and tvo New Features ~~~~~~~~~~~~ @@ -67,9 +56,20 @@ New Features - Speed up loading of large zarr stores using dask arrays. (:issue:`8902`) By `Deepak Cherian `_. -Breaking changes +Breaking Changes ~~~~~~~~~~~~~~~~ +- The minimum versions of some dependencies were changed + ===================== ========= ======= + Package Old New + ===================== ========= ======= + boto3 1.28 1.29 + dask-core 2023.9 2023.11 + distributed 2023.9 2023.11 + h5netcdf 1.2 1.3 + numbagg 0.2.1 0.6 + typing_extensions 4.7 4.8 + ===================== ========= ======= Deprecations ~~~~~~~~~~~~