From 81aa8eb667600e51017fe327591d068008a4f3ab899d80d2acf96eb5b0c12844 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 29 Jan 2022 09:24:37 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=20version=200.21.0:=20=20-=20Ma?= =?UTF-8?q?ny=20thanks=20to=20the=2020=20contributors=20to=20the=20v0.21.0?= =?UTF-8?q?=20release!:=20=20-=20Abel=20Aoun,=20Anderson=20Banihirwe,=20An?= =?UTF-8?q?t=20Gib,=20Chris=20Roat,=20Cindy=20Chiao,:=20=20-=20Deepak=20Ch?= =?UTF-8?q?erian,=20Dominik=20Sta=C5=84czak,=20Fabian=20Hofmann,=20Illvilj?= =?UTF-8?q?an,=20Jody=20Klymak,=20Joseph:=20=20-=20K=20Aicher,=20Mark=20Ha?= =?UTF-8?q?rfouche,=20Mathias=20Hauser,=20Matthew=20Roeschke,=20Maximilian?= =?UTF-8?q?=20Roos,:=20=20-=20Michael=20Delgado,=20Pascal=20Bourgault,=20P?= =?UTF-8?q?ierre,=20Ray=20Bell,=20Romain=20Caneill,=20Tim=20Heap,:=20=20-?= =?UTF-8?q?=20Tom=20Nicholas,=20Zeb=20Nicholls,=20joseph=20nowak,=20keewis?= =?UTF-8?q?.:=20=20-=20New=20Features:=20=20=20-=20New=20top-level=20funct?= =?UTF-8?q?ion=20:py:func:`cross`.=20(:issue:`3279`,=20:pull:`5365`).=20?= =?UTF-8?q?=20=20=20=20By=20`Jimmy=20Westling=20`=5F.=20=20=20-=20``keep=5Fattrs``=20support=20for=20:py:fu?= =?UTF-8?q?nc:`where`=20(:issue:`4141`,=20:issue:`4682`,=20:pull:`4687`).?= =?UTF-8?q?=20=20=20=20=20By=20`Justus=20Magin=20`=5F.=20=20=20-=20Enable=20the=20limit=20option=20for=20dask?= =?UTF-8?q?=20array=20in=20the=20following=20methods=20:py:meth:`DataArray?= =?UTF-8?q?.ffill`,=20:py:meth:`DataArray.bfill`,=20:py:meth:`Dataset.ffil?= =?UTF-8?q?l`=20and=20:py:meth:`Dataset.bfill`=20(:issue:`6112`)=20=20=20?= =?UTF-8?q?=20=20By=20`Joseph=20Nowak=20`?= =?UTF-8?q?=5F.=20=20-=20Breaking=20changes:=20=20=20-=20Rely=20on=20matpl?= =?UTF-8?q?otlib's=20default=20datetime=20converters=20instead=20of=20pand?= =?UTF-8?q?as'=20(:issue:`6102`,=20:pull:`6109`).=20=20=20=20=20By=20`Jimm?= =?UTF-8?q?y=20Westling=20`=5F.=20=20=20-=20?= =?UTF-8?q?Improve=20repr=20readability=20when=20there=20are=20a=20large?= =?UTF-8?q?=20number=20of=20dimensions=20in=20datasets=20or=20dataarrays?= =?UTF-8?q?=20by=20=20=20=20=20wrapping=20the=20text=20once=20the=20maximu?= =?UTF-8?q?m=20display=20width=20has=20been=20exceeded.=20(:issue:`5546`,?= =?UTF-8?q?=20:pull:`5662`)=20=20=20=20=20By=20`Jimmy=20Westling=20`=5F.=20=20-=20Deprecations:=20=20=20-?= =?UTF-8?q?=20Removed=20the=20lock=20kwarg=20from=20the=20zarr=20and=20pyd?= =?UTF-8?q?ap=20backends,=20completing=20the=20deprecation=20cycle=20start?= =?UTF-8?q?ed=20in=20:issue:`5256`.=20=20=20=20=20By=20`Tom=20Nicholas=20`=5F.=20=20=20-=20Support=20for?= =?UTF-8?q?=20``python=203.7``=20has=20been=20dropped.=20(:pull:`5892`)=20?= =?UTF-8?q?=20=20=20=20By=20`Jimmy=20Westling=20`=5F.=20=20-=20Bug=20fixes:=20=20=20-=20Preserve=20chunks?= =?UTF-8?q?=20when=20creating=20a=20:py:class:`DataArray`=20from=20another?= =?UTF-8?q?=20:py:class:`DataArray`=20=20=20=20=20(:pull:`5984`).=20By=20`?= =?UTF-8?q?Fabian=20Hofmann=20`=5F.=20?= =?UTF-8?q?=20=20-=20Properly=20support=20:py:meth:`DataArray.ffill`,=20:p?= =?UTF-8?q?y:meth:`DataArray.bfill`,=20:py:meth:`Dataset.ffill`=20and=20:p?= =?UTF-8?q?y:meth:`Dataset.bfill`=20along=20chunked=20dimensions=20(:issue?= =?UTF-8?q?:`6112`).=20=20=20=20=20By=20`Joseph=20Nowak=20`=5F.?= 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=63 --- python-xarray.changes | 51 +++++++++++++++++++++++++++++++++++++++++++ python-xarray.spec | 4 ++-- xarray-0.20.2.tar.gz | 3 --- xarray-0.21.0.tar.gz | 3 +++ 4 files changed, 56 insertions(+), 5 deletions(-) delete mode 100644 xarray-0.20.2.tar.gz create mode 100644 xarray-0.21.0.tar.gz diff --git a/python-xarray.changes b/python-xarray.changes index 7902337..b23723b 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Sat Jan 29 09:23:51 UTC 2022 - Sebastian Wagner + +- update to version 0.21.0: + - Many thanks to the 20 contributors to the v0.21.0 release!: + - Abel Aoun, Anderson Banihirwe, Ant Gib, Chris Roat, Cindy Chiao,: + - Deepak Cherian, Dominik StaƄczak, Fabian Hofmann, Illviljan, Jody Klymak, Joseph: + - K Aicher, Mark Harfouche, Mathias Hauser, Matthew Roeschke, Maximilian Roos,: + - Michael Delgado, Pascal Bourgault, Pierre, Ray Bell, Romain Caneill, Tim Heap,: + - Tom Nicholas, Zeb Nicholls, joseph nowak, keewis.: + - New Features: + - New top-level function :py:func:`cross`. (:issue:`3279`, :pull:`5365`). + By `Jimmy Westling `_. + - ``keep_attrs`` support for :py:func:`where` (:issue:`4141`, :issue:`4682`, :pull:`4687`). + By `Justus Magin `_. + - Enable the limit option for dask array in the following methods :py:meth:`DataArray.ffill`, :py:meth:`DataArray.bfill`, :py:meth:`Dataset.ffill` and :py:meth:`Dataset.bfill` (:issue:`6112`) + By `Joseph Nowak `_. + - Breaking changes: + - Rely on matplotlib's default datetime converters instead of pandas' (:issue:`6102`, :pull:`6109`). + By `Jimmy Westling `_. + - Improve repr readability when there are a large number of dimensions in datasets or dataarrays by + wrapping the text once the maximum display width has been exceeded. (:issue:`5546`, :pull:`5662`) + By `Jimmy Westling `_. + - Deprecations: + - Removed the lock kwarg from the zarr and pydap backends, completing the deprecation cycle started in :issue:`5256`. + By `Tom Nicholas `_. + - Support for ``python 3.7`` has been dropped. (:pull:`5892`) + By `Jimmy Westling `_. + - Bug fixes: + - Preserve chunks when creating a :py:class:`DataArray` from another :py:class:`DataArray` + (:pull:`5984`). By `Fabian Hofmann `_. + - Properly support :py:meth:`DataArray.ffill`, :py:meth:`DataArray.bfill`, :py:meth:`Dataset.ffill` and :py:meth:`Dataset.bfill` along chunked dimensions (:issue:`6112`). + By `Joseph Nowak `_. + - Subclasses of ``byte`` and ``str`` (e.g. ``np.str_`` and ``np.bytes_``) will now serialise to disk rather than raising a ``ValueError: unsupported dtype for netCDF4 variable: object`` as they did previously (:pull:`5264`). + By `Zeb Nicholls `_. + - Fix applying function with non-xarray arguments using :py:func:`xr.map_blocks`. + By `Cindy Chiao `_. + - No longer raise an error for an all-nan-but-one argument to + :py:meth:`DataArray.interpolate_na` when using `method='nearest'` (:issue:`5994`, :pull:`6144`). + By `Michael Delgado `_. + - `dt.season `_ can now handle NaN and NaT. (:pull:`5876`). + By `Pierre Loicq `_. + - Determination of zarr chunks handles empty lists for encoding chunks or variable chunks that occurs in certain cirumstances (:pull:`5526`). By `Chris Roat `_. + - Internal Changes: + - Replace ``distutils.version`` with ``packaging.version`` (:issue:`6092`). + By `Mathias Hauser `_. + - Removed internal checks for ``pd.Panel`` (:issue:`6145`). + By `Matthew Roeschke `_. + - Add ``pyupgrade`` pre-commit hook (:pull:`6152`). + By `Maximilian Roos `_. + ------------------------------------------------------------------- Mon Jan 24 16:28:40 UTC 2022 - Ben Greiner diff --git a/python-xarray.spec b/python-xarray.spec index c6e2b4d..b237f49 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -1,7 +1,7 @@ # # spec file for package python-xarray # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-xarray -Version: 0.20.2 +Version: 0.21.0 Release: 0 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 diff --git a/xarray-0.20.2.tar.gz b/xarray-0.20.2.tar.gz deleted file mode 100644 index 46ec0fe..0000000 --- a/xarray-0.20.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2ebe80ca81b10a0241f6876dcc34ac9696e5c5cdcdf4758da7cf4bd732c41f7 -size 2906021 diff --git a/xarray-0.21.0.tar.gz b/xarray-0.21.0.tar.gz new file mode 100644 index 0000000..30807ce --- /dev/null +++ b/xarray-0.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3e7eb612ce571e1acbb397b31dacc47ba4e62e0c81710ef453c2e6842a5f49 +size 2937088