Skip to content

Commit

Permalink
Whats-new: 2022.12.0 (#7345)
Browse files Browse the repository at this point in the history
* Whats-new: 2022.12.0

* Update doc/whats-new.rst
  • Loading branch information
dcherian authored Dec 2, 2022
1 parent 8938d39 commit 38d335d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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 <https://github.com/jhamman>`_.
(:issue:`3380`, :pull:`3389`). By `Joe Hamman <https://github.com/jhamman>`_.

New functions/methods
~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 38d335d

Please sign in to comment.