Skip to content

Commit

Permalink
v2022.03.0 release notes (#6319)
Browse files Browse the repository at this point in the history
* release summary

* update first calver relase number
  • Loading branch information
TomNicholas authored Mar 2, 2022
1 parent cdab326 commit 9b4d0b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ upstream https://github.com/pydata/xarray (push)

## Note on version numbering

As of 2022.02.0, we utilize the [CALVER](https://calver.org/) version system.
As of 2022.03.0, we utilize the [CALVER](https://calver.org/) version system.
Specifically, we have adopted the pattern `YYYY.MM.X`, where `YYYY` is a 4-digit
year (e.g. `2022`), `MM` is a 2-digit zero-padded month (e.g. `01` for January), and `X` is the release number (starting at zero at the start of each month and incremented once for each additional release).
15 changes: 11 additions & 4 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ What's New
np.random.seed(123456)
.. _whats-new.2022.02.0:
.. _whats-new.2022.03.0:

v2022.02.0 (unreleased)
-----------------------
v2022.03.0 (2 March 2022)
-------------------------

This release brings a number of small improvements, as well as a move to `calendar versioning <https://calver.org/>`_ (:issue:`6176`).

Many thanks to the 16 contributors to the v2022.02.0 release!

Aaron Spring, Alan D. Snow, Anderson Banihirwe, crusaderky, Illviljan, Joe Hamman, Jonas Gliß,
Lukas Pilz, Martin Bergemann, Mathias Hauser, Maximilian Roos, Romain Caneill, Stan West, Stijn Van Hoey,
Tobias Kölling, and Tom Nicholas.


New Features
Expand All @@ -27,7 +35,6 @@ New Features
:py:meth:`CFTimeIndex.shift` if ``shift_freq`` is between ``Day``
and ``Microsecond``. (:issue:`6134`, :pull:`6135`).
By `Aaron Spring <https://github.com/aaronspring>`_.

- Enbable to provide more keyword arguments to `pydap` backend when reading
OpenDAP datasets (:issue:`6274`).
By `Jonas Gliß <https://github.com/jgliss>`.
Expand Down

0 comments on commit 9b4d0b2

Please sign in to comment.