From 38d335defa0e4a83f2f8eaf1cd0a9e6356b8b361 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Fri, 2 Dec 2022 15:57:52 -0700 Subject: [PATCH] Whats-new: 2022.12.0 (#7345) * Whats-new: 2022.12.0 * Update doc/whats-new.rst --- doc/whats-new.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 561d1bdabb5..e83d835f57d 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -14,11 +14,16 @@ What's New np.random.seed(123456) -.. _whats-new.2022.11.1: +.. _whats-new.2022.12.0: -v2022.11.1 (unreleased) +v2022.12.0 (2022 Dec 2) ----------------------- +This release includes a number of bug fixes and experimental support for Zarr V3. +Thanks to the 16 contributors to this release: +Deepak Cherian, Francesco Zanetta, Gregory Lee, Illviljan, Joe Hamman, Justus Magin, Luke Conibear, Mark Harfouche, Mathias Hauser, +Mick, Mike Taves, Sam Levang, Spencer Clark, Tom Nicholas, Wei Ji, templiert + New Features ~~~~~~~~~~~~ - Enable using `offset` and `origin` arguments in :py:meth:`DataArray.resample` @@ -2603,7 +2608,7 @@ Breaking changes have removed the internal use of the ``OrderedDict`` in favor of Python's builtin ``dict`` object which is now ordered itself. This change will be most obvious when interacting with the ``attrs`` property on Dataset and DataArray objects. - (:issue:`3380`, :pull:`3389`). HBy `Joeamman `_. + (:issue:`3380`, :pull:`3389`). By `Joe Hamman `_. New functions/methods ~~~~~~~~~~~~~~~~~~~~~