- 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 <https://github.com/ahuang11>`_. - Allow passing ``combine_attrs`` strategy names to the ``keep_attrs`` parameter of :py:func:`apply_ufunc` (:pull:`5041`) By `Justus Magin <https://github.com/keewis>`_. - :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 <https://github.com/illviljan>`_. - Raise more informative error when decoding time variables with invalid reference dates. (:issue:`5199`, :pull:`5288`). By `Giacomo Caria <https://github.com/gcaria>`_. - 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 <https://github.com/shoyer>`_ - Documentation: - Clean up and enhance docstrings for the :py:class:`DataArray.plot` and ``Dataset.plot.*`` families of methods (:pull:`5285`). By `Zach Moon <https://github.com/zmoon>`_. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=50
This commit is contained in:
parent
f445ddbc82
commit
76fa4fe490
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 07:26:03 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- 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 <https://github.com/ahuang11>`_.
|
||||
- Allow passing ``combine_attrs`` strategy names to the ``keep_attrs`` parameter of
|
||||
:py:func:`apply_ufunc` (:pull:`5041`)
|
||||
By `Justus Magin <https://github.com/keewis>`_.
|
||||
- :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 <https://github.com/illviljan>`_.
|
||||
- Raise more informative error when decoding time variables with invalid reference dates.
|
||||
(:issue:`5199`, :pull:`5288`). By `Giacomo Caria <https://github.com/gcaria>`_.
|
||||
- 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 <https://github.com/shoyer>`_
|
||||
- Documentation:
|
||||
- Clean up and enhance docstrings for the :py:class:`DataArray.plot` and ``Dataset.plot.*``
|
||||
families of methods (:pull:`5285`).
|
||||
By `Zach Moon <https://github.com/zmoon>`_.
|
||||
- Explanation of deprecation cycles and how to implement them added to contributors
|
||||
guide. (:pull:`5289`)
|
||||
By `Tom Nicholas <https://github.com/TomNicholas>`_.
|
||||
- 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 <https://github.com/benbovy>`_.
|
||||
- Updated the release guide for developers. Now accounts for actions that are automated via github
|
||||
actions. (:pull:`5274`).
|
||||
By `Tom Nicholas <https://github.com/TomNicholas>`_.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 9 09:46:42 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0b0d24ee43db2bec14a95503266c81181586174004d1b60860c1091e4f74ac8
|
||||
size 2843270
|
3
xarray-0.18.1.tar.gz
Normal file
3
xarray-0.18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47177fbd76d656852f742d2d8e97e9dfc97b68a91d03dd26ca5475319fc8d859
|
||||
size 2849935
|
Loading…
x
Reference in New Issue
Block a user