diff --git a/python-xarray.changes b/python-xarray.changes index 47e8f54..a92cc66 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Fri Mar 4 18:00:26 UTC 2022 - Sebastian Wagner + +- - update to version 2022.03.0: + - This release brings a number of small improvements, as well as a move to `calendar versioning `_ (: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: + - Enabled multiplying tick offsets by floats. Allows ``float`` ``n`` in + :py:meth:`CFTimeIndex.shift` if ``shift_freq`` is between ``Day`` + and ``Microsecond``. (:issue:`6134`, :pull:`6135`). + By `Aaron Spring `_. + - Enbable to provide more keyword arguments to `pydap` backend when reading + OpenDAP datasets (:issue:`6274`). + By `Jonas Gliß `. + - Allow :py:meth:`DataArray.drop_duplicates` to drop duplicates along multiple dimensions at once, + and add :py:meth:`Dataset.drop_duplicates`. (:pull:`6307`) + By `Tom Nicholas `_. + - Breaking changes: + - Renamed the ``interpolation`` keyword of all ``quantile`` methods (e.g. :py:meth:`DataArray.quantile`) + to ``method`` for consistency with numpy v1.22.0 (:pull:`6108`). + By `Mathias Hauser `_. + - Deprecations: + - Bug fixes: + - Variables which are chunked using dask in larger (but aligned) chunks than the target zarr chunk size + can now be stored using `to_zarr()` (:pull:`6258`) By `Tobias Kölling `_. + - Multi-file datasets containing encoded :py:class:`cftime.datetime` objects can be read in parallel again (:issue:`6226`, :pull:`6249`, :pull:`6305`). By `Martin Bergemann `_ and `Stan West `_. + - Documentation: + - Delete files of datasets saved to disk while building the documentation and enable + building on Windows via `sphinx-build` (:pull:`6237`). + By `Stan West `_. + - Internal Changes: +- update to version 0.21.1: + - This is a bugfix release to resolve (:issue:`6216`, :pull:`6207`).: + - Bug fixes: + - Add `packaging` as a dependency to Xarray (:issue:`6216`, :pull:`6207`). + By `Sebastian Weigand `_ and `Joe Hamman `_. + ------------------------------------------------------------------- Wed Feb 2 19:56:06 UTC 2022 - Sebastian Wagner diff --git a/python-xarray.spec b/python-xarray.spec index e8fceff..0c1614f 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-xarray -Version: 0.21.1 +Version: 2022.3.0 Release: 0 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 diff --git a/xarray-0.21.1.tar.gz b/xarray-0.21.1.tar.gz deleted file mode 100644 index 8b7c6b9..0000000 --- a/xarray-0.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cd5a17c1271d6b468fb3872bd2ca196351cd522719275c436e45cac1d1ffc8b -size 2936861 diff --git a/xarray-2022.3.0.tar.gz b/xarray-2022.3.0.tar.gz new file mode 100644 index 0000000..f5d51ec --- /dev/null +++ b/xarray-2022.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398344bf7d170477aaceff70210e11ebd69af6b156fe13978054d25c48729440 +size 2943007