From 76fa4fe4902c5c4d55c51530267d4a79bbf9bce02fafcfa4e81cd8d874e9ac56 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 19 May 2021 07:28:12 +0000 Subject: [PATCH] - update to version 0.18.1: - This release is intended as a small patch release to be compatible with the new: 2021.5.0 ``dask.distributed`` release. It also includes a new ``drop_duplicates`` method, some documentation improvements, the beginnings of - our internal Index refactoring, and some bug fixes.: - Thank you to all 16 contributors!: - Anderson Banihirwe, Andrew, Benoit Bovy, Brewster Malevich, Giacomo Caria,: - Illviljan, James Bourbeau, Keewis, Maximilian Roos, Ravin Kumar, Stephan Hoyer,: - Thomas Nicholas, Tom Nicholas, Zachary Moon.: - New Features: - Implement :py:meth:`DataArray.drop_duplicates` to remove duplicate dimension values (:pull:`5239`). By `Andrew Huang `_. - Allow passing ``combine_attrs`` strategy names to the ``keep_attrs`` parameter of :py:func:`apply_ufunc` (:pull:`5041`) By `Justus Magin `_. - :py:meth:`Dataset.interp` now allows interpolation with non-numerical datatypes, such as booleans, instead of dropping them. (:issue:`4761` :pull:`5008`). By `Jimmy Westling `_. - Raise more informative error when decoding time variables with invalid reference dates. (:issue:`5199`, :pull:`5288`). By `Giacomo Caria `_. - Bug fixes: - Opening netCDF files from a path that doesn't end in ``.nc`` without supplying an explicit ``engine`` works again (:issue:`5295`), fixing a bug introduced in 0.18.0. By `Stephan Hoyer `_ - Documentation: - Clean up and enhance docstrings for the :py:class:`DataArray.plot` and ``Dataset.plot.*`` families of methods (:pull:`5285`). By `Zach Moon `_. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=50 --- python-xarray.changes | 46 +++++++++++++++++++++++++++++++++++++++++++ python-xarray.spec | 2 +- xarray-0.18.0.tar.gz | 3 --- xarray-0.18.1.tar.gz | 3 +++ 4 files changed, 50 insertions(+), 4 deletions(-) delete mode 100644 xarray-0.18.0.tar.gz create mode 100644 xarray-0.18.1.tar.gz diff --git a/python-xarray.changes b/python-xarray.changes index 03b7225..bd44c91 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Wed May 19 07:26:03 UTC 2021 - Sebastian Wagner + +- update to version 0.18.1: + - This release is intended as a small patch release to be compatible with the new: +2021.5.0 ``dask.distributed`` release. It also includes a new +``drop_duplicates`` method, some documentation improvements, the beginnings of + - our internal Index refactoring, and some bug fixes.: + - Thank you to all 16 contributors!: + - Anderson Banihirwe, Andrew, Benoit Bovy, Brewster Malevich, Giacomo Caria,: + - Illviljan, James Bourbeau, Keewis, Maximilian Roos, Ravin Kumar, Stephan Hoyer,: + - Thomas Nicholas, Tom Nicholas, Zachary Moon.: + - New Features: + - Implement :py:meth:`DataArray.drop_duplicates` + to remove duplicate dimension values (:pull:`5239`). + By `Andrew Huang `_. + - Allow passing ``combine_attrs`` strategy names to the ``keep_attrs`` parameter of + :py:func:`apply_ufunc` (:pull:`5041`) + By `Justus Magin `_. + - :py:meth:`Dataset.interp` now allows interpolation with non-numerical datatypes, + such as booleans, instead of dropping them. (:issue:`4761` :pull:`5008`). + By `Jimmy Westling `_. + - Raise more informative error when decoding time variables with invalid reference dates. + (:issue:`5199`, :pull:`5288`). By `Giacomo Caria `_. + - Bug fixes: + - Opening netCDF files from a path that doesn't end in ``.nc`` without supplying + an explicit ``engine`` works again (:issue:`5295`), fixing a bug introduced in + 0.18.0. + By `Stephan Hoyer `_ + - Documentation: + - Clean up and enhance docstrings for the :py:class:`DataArray.plot` and ``Dataset.plot.*`` + families of methods (:pull:`5285`). + By `Zach Moon `_. + - Explanation of deprecation cycles and how to implement them added to contributors + guide. (:pull:`5289`) + By `Tom Nicholas `_. + - Internal Changes: + - Explicit indexes refactor: add an ``xarray.Index`` base class and + ``Dataset.xindexes`` / ``DataArray.xindexes`` properties. Also rename + ``PandasIndexAdapter`` to ``PandasIndex``, which now inherits from + ``xarray.Index`` (:pull:`5102`). + By `Benoit Bovy `_. + - Updated the release guide for developers. Now accounts for actions that are automated via github + actions. (:pull:`5274`). + By `Tom Nicholas `_. + ------------------------------------------------------------------- Sun May 9 09:46:42 UTC 2021 - Sebastian Wagner diff --git a/python-xarray.spec b/python-xarray.spec index 533ab1c..c3975d0 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.18.0 +Version: 0.18.1 Release: 0 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 diff --git a/xarray-0.18.0.tar.gz b/xarray-0.18.0.tar.gz deleted file mode 100644 index 5f83589..0000000 --- a/xarray-0.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0b0d24ee43db2bec14a95503266c81181586174004d1b60860c1091e4f74ac8 -size 2843270 diff --git a/xarray-0.18.1.tar.gz b/xarray-0.18.1.tar.gz new file mode 100644 index 0000000..0bfcf32 --- /dev/null +++ b/xarray-0.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47177fbd76d656852f742d2d8e97e9dfc97b68a91d03dd26ca5475319fc8d859 +size 2849935