Skip to content

Commit 38d335d

Browse files
authored
Whats-new: 2022.12.0 (#7345)
* Whats-new: 2022.12.0 * Update doc/whats-new.rst
1 parent 8938d39 commit 38d335d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/whats-new.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,16 @@ What's New
1414
1515
np.random.seed(123456)
1616
17-
.. _whats-new.2022.11.1:
17+
.. _whats-new.2022.12.0:
1818

19-
v2022.11.1 (unreleased)
19+
v2022.12.0 (2022 Dec 2)
2020
-----------------------
2121

22+
This release includes a number of bug fixes and experimental support for Zarr V3.
23+
Thanks to the 16 contributors to this release:
24+
Deepak Cherian, Francesco Zanetta, Gregory Lee, Illviljan, Joe Hamman, Justus Magin, Luke Conibear, Mark Harfouche, Mathias Hauser,
25+
Mick, Mike Taves, Sam Levang, Spencer Clark, Tom Nicholas, Wei Ji, templiert
26+
2227
New Features
2328
~~~~~~~~~~~~
2429
- Enable using `offset` and `origin` arguments in :py:meth:`DataArray.resample`
@@ -2603,7 +2608,7 @@ Breaking changes
26032608
have removed the internal use of the ``OrderedDict`` in favor of Python's builtin
26042609
``dict`` object which is now ordered itself. This change will be most obvious when
26052610
interacting with the ``attrs`` property on Dataset and DataArray objects.
2606-
(:issue:`3380`, :pull:`3389`). HBy `Joeamman <https://github.com/jhamman>`_.
2611+
(:issue:`3380`, :pull:`3389`). By `Joe Hamman <https://github.com/jhamman>`_.
26072612

26082613
New functions/methods
26092614
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)