From a798520adad57b7ec742281ba7560e0fe42ba8a63bb8e3a6308fcdcfb2f46d53 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 10 Dec 2021 08:01:56 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=20version=200.20.2:=20=20-=20Th?= =?UTF-8?q?is=20is=20a=20bugfix=20release=20to=20resolve=20(:issue:`3391`,?= =?UTF-8?q?=20:issue:`5715`).=20It=20also:=20=20-=20includes=20performance?= =?UTF-8?q?=20improvements=20in=20unstacking=20to=20a=20``sparse``=20array?= =?UTF-8?q?=20and=20a:=20=20-=20number=20of=20documentation=20improvements?= =?UTF-8?q?.:=20=20-=20Many=20thanks=20to=20the=2020=20contributors:=20=20?= =?UTF-8?q?-=20Aaron=20Spring,=20Alexandre=20Poux,=20Deepak=20Cherian,=20E?= =?UTF-8?q?nrico=20Minack,=20Fabien=20Maussion,:=20=20-=20Giacomo=20Caria,?= =?UTF-8?q?=20Gijom,=20Guillaume=20Maze,=20Illviljan,=20Joe=20Hamman,=20Jo?= =?UTF-8?q?seph=20Hardin,=20Kai:=20=20-=20M=C3=BChlbauer,=20Matt=20Henders?= =?UTF-8?q?on,=20Maximilian=20Roos,=20Michael=20Delgado,=20Robert=20Giesek?= =?UTF-8?q?e,:=20=20-=20Sebastian=20Weigand=20and=20Stephan=20Hoyer.:=20?= =?UTF-8?q?=20-=20Breaking=20changes:=20=20=20-=20Use=20complex=20nan=20wh?= =?UTF-8?q?en=20interpolating=20complex=20values=20out=20of=20bounds=20by?= =?UTF-8?q?=20default=20(instead=20of=20real=20nan)=20(:pull:`6019`).=20?= =?UTF-8?q?=20=20=20=20By=20`Alexandre=20Poux=20`=5F.=20=20-=20Performance:=20=20=20-=20Significantly=20faste?= =?UTF-8?q?r=20unstacking=20to=20a=20``sparse``=20array.=20:pull:`5577`=20?= =?UTF-8?q?=20=20=20=20By=20`Deepak=20Cherian=20`=5F.=20=20-=20Bug=20fixes:=20=20=20-=20:py:func:`xr.map=5Fb?= =?UTF-8?q?locks`=20and=20:py:func:`xr.corr`=20now=20work=20when=20dask=20?= =?UTF-8?q?is=20not=20installed=20(:issue:`3391`,=20:issue:`5715`,=20:pull?= =?UTF-8?q?:`5731`).=20=20=20=20=20By=20`Gijom=20`=5F.=20=20=20-=20Fix=20plot.line=20crash=20for=20data=20of=20?= =?UTF-8?q?shape=20``(1,=20N)``=20in=20=5Ftitle=5Ffor=5Fslice=20on=20forma?= =?UTF-8?q?t=5Fitem=20(:pull:`5948`).=20=20=20=20=20By=20`Sebastian=20Weig?= =?UTF-8?q?and=20`=5F.=20=20=20-=20Fix=20a?= =?UTF-8?q?=20regression=20in=20the=20removal=20of=20duplicate=20backend?= =?UTF-8?q?=20entrypoints=20(:issue:`5944`,=20:pull:`5959`)=20=20=20=20=20?= =?UTF-8?q?By=20`Kai=20M=C3=BChlbauer=20`?= =?UTF-8?q?=5F.=20=20-=20Documentation:=20=20=20-=20Better=20examples=20in?= =?UTF-8?q?=20docstrings=20for=20groupby=20and=20resampling=20reductions?= =?UTF-8?q?=20(:pull:`5871`).=20=20=20=20=20By=20`Deepak=20Cherian=20`=5F,=20=20=20=20=20`Maximilian=20Roos?= =?UTF-8?q?=20`=5F,=20=20=20=20=20`Jimmy=20W?= =?UTF-8?q?estling=20`=5F=20.=20=20-=20Inter?= =?UTF-8?q?nal=20Changes:=20=20=20-=20Use=20``importlib``=20to=20replace?= =?UTF-8?q?=20functionality=20of=20``pkg=5Fresources``=20in=20=20=20=20=20?= =?UTF-8?q?backend=20plugins=20tests.=20(:pull:`5959`).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=61 --- python-xarray.changes | 35 +++++++++++++++++++++++++++++++++++ python-xarray.spec | 2 +- xarray-0.20.1.tar.gz | 3 --- xarray-0.20.2.tar.gz | 3 +++ 4 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 xarray-0.20.1.tar.gz create mode 100644 xarray-0.20.2.tar.gz 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