forked from pool/python-xarray
Accepting request 821359 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to version 0.16.0 - Enable now-working tests OBS-URL: https://build.opensuse.org/request/show/821359 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=37
This commit is contained in:
parent
3bb1f5dca4
commit
89ade1d8e8
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 15 03:13:15 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.16.0
|
||||||
|
Highlights:
|
||||||
|
* xarray.cov & xarray.corr for covariance & correlation respectively
|
||||||
|
* the idxmax & idxmin methods
|
||||||
|
* the polyfit method & xarray.polyval for fitting polynomials
|
||||||
|
* a number of documentation improvements, other features, and bug fixes
|
||||||
|
- Enable now-working tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 20 07:11:39 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Apr 20 07:11:39 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-xarray
|
Name: python-xarray
|
||||||
Version: 0.15.1
|
Version: 0.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: N-D labeled arrays and datasets in Python
|
Summary: N-D labeled arrays and datasets in Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -68,8 +68,8 @@ chmod -x xarray/util/print_versions.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Tests are xfail on aarch64: gh#pydata/xarray#2334
|
# test_no_warning_from_dask_effective_get fails due to upstream scipy warning
|
||||||
%pytest -k "not test_datetime_reduce and not test_roundtrip_numpy_datetime_data and not test_download_from_github" xarray
|
%pytest -k "not test_download_from_github and not test_no_warning_from_dask_effective_get" xarray
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:64e3138d87b641e22fe7a003c94abc685896b247b63e434505c1e6b38c91a8fb
|
|
||||||
size 1934184
|
|
3
xarray-0.16.0.tar.gz
Normal file
3
xarray-0.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:665de4253fcf951e7a6954313b77164d7efca2bd820f0a518b7c25ea46ee43cb
|
||||||
|
size 1987841
|
Loading…
x
Reference in New Issue
Block a user