diff --git a/python-xarray.changes b/python-xarray.changes index 196827b..b1680d5 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri Dec 10 08:01:01 UTC 2021 - Sebastian Wagner + +- update to version 0.20.2: + - This is a bugfix release to resolve (:issue:`3391`, :issue:`5715`). It also: + - includes performance improvements in unstacking to a ``sparse`` array and a: + - number of documentation improvements.: + - Many thanks to the 20 contributors: + - Aaron Spring, Alexandre Poux, Deepak Cherian, Enrico Minack, Fabien Maussion,: + - Giacomo Caria, Gijom, Guillaume Maze, Illviljan, Joe Hamman, Joseph Hardin, Kai: + - Mühlbauer, Matt Henderson, Maximilian Roos, Michael Delgado, Robert Gieseke,: + - Sebastian Weigand and Stephan Hoyer.: + - Breaking changes: + - Use complex nan when interpolating complex values out of bounds by default (instead of real nan) (:pull:`6019`). + By `Alexandre Poux `_. + - Performance: + - Significantly faster unstacking to a ``sparse`` array. :pull:`5577` + By `Deepak Cherian `_. + - Bug fixes: + - :py:func:`xr.map_blocks` and :py:func:`xr.corr` now work when dask is not installed (:issue:`3391`, :issue:`5715`, :pull:`5731`). + By `Gijom `_. + - Fix plot.line crash for data of shape ``(1, N)`` in _title_for_slice on format_item (:pull:`5948`). + By `Sebastian Weigand `_. + - Fix a regression in the removal of duplicate backend entrypoints (:issue:`5944`, :pull:`5959`) + By `Kai Mühlbauer `_. + - Documentation: + - Better examples in docstrings for groupby and resampling reductions (:pull:`5871`). + By `Deepak Cherian `_, + `Maximilian Roos `_, + `Jimmy Westling `_ . + - Internal Changes: + - Use ``importlib`` to replace functionality of ``pkg_resources`` in + backend plugins tests. (:pull:`5959`). + By `Kai Mühlbauer `_. + ------------------------------------------------------------------- Mon Nov 15 14:46:40 UTC 2021 - Sebastian Wagner diff --git a/python-xarray.spec b/python-xarray.spec index b5f94cd..6905a83 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -21,7 +21,7 @@ # NEP 29: Numpy 1.20 dropped support for Python 3.6, python36-numpy is removed from Tumbleweed. xarray will follow on next release %define skip_python36 1 Name: python-xarray -Version: 0.20.1 +Version: 0.20.2 Release: 0 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 diff --git a/xarray-0.20.1.tar.gz b/xarray-0.20.1.tar.gz deleted file mode 100644 index 8905d64..0000000 --- a/xarray-0.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c0bffd8b55fdef277f8f6c817153eb51fa4e58653a7ad92eaed9984164b7bdb -size 2896122 diff --git a/xarray-0.20.2.tar.gz b/xarray-0.20.2.tar.gz new file mode 100644 index 0000000..46ec0fe --- /dev/null +++ b/xarray-0.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ebe80ca81b10a0241f6876dcc34ac9696e5c5cdcdf4758da7cf4bd732c41f7 +size 2906021