Accepting request 941018 from devel:languages:python:numeric
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/941018 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xarray?expand=0&rev=33
This commit is contained in:
commit
3027517c45
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 10 08:01:01 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- 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 <https://github.com/pums974>`_.
|
||||
- Performance:
|
||||
- Significantly faster unstacking to a ``sparse`` array. :pull:`5577`
|
||||
By `Deepak Cherian <https://github.com/dcherian>`_.
|
||||
- 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 <https://github.com/Gijom>`_.
|
||||
- Fix plot.line crash for data of shape ``(1, N)`` in _title_for_slice on format_item (:pull:`5948`).
|
||||
By `Sebastian Weigand <https://github.com/s-weigand>`_.
|
||||
- Fix a regression in the removal of duplicate backend entrypoints (:issue:`5944`, :pull:`5959`)
|
||||
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
|
||||
- Documentation:
|
||||
- Better examples in docstrings for groupby and resampling reductions (:pull:`5871`).
|
||||
By `Deepak Cherian <https://github.com/dcherian>`_,
|
||||
`Maximilian Roos <https://github.com/max-sixty>`_,
|
||||
`Jimmy Westling <https://github.com/illviljan>`_ .
|
||||
- Internal Changes:
|
||||
- Use ``importlib`` to replace functionality of ``pkg_resources`` in
|
||||
backend plugins tests. (:pull:`5959`).
|
||||
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 15 14:46:40 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.20.1
|
||||
Version: 0.20.2
|
||||
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:9c0bffd8b55fdef277f8f6c817153eb51fa4e58653a7ad92eaed9984164b7bdb
|
||||
size 2896122
|
3
xarray-0.20.2.tar.gz
Normal file
3
xarray-0.20.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2ebe80ca81b10a0241f6876dcc34ac9696e5c5cdcdf4758da7cf4bd732c41f7
|
||||
size 2906021
|
Loading…
x
Reference in New Issue
Block a user