From 89ade1d8e8978d23955042e9f9c1a880542e7e9b61addf7579d57a447116be33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Jul 2020 06:36:15 +0000 Subject: [PATCH] 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 --- python-xarray.changes | 11 +++++++++++ python-xarray.spec | 6 +++--- xarray-0.15.1.tar.gz | 3 --- xarray-0.16.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 xarray-0.15.1.tar.gz create mode 100644 xarray-0.16.0.tar.gz diff --git a/python-xarray.changes b/python-xarray.changes index ad40776..ca49cf4 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jul 15 03:13:15 UTC 2020 - Todd R + +- 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 diff --git a/python-xarray.spec b/python-xarray.spec index a78b210..eeb0143 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-xarray -Version: 0.15.1 +Version: 0.16.0 Release: 0 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 @@ -68,8 +68,8 @@ chmod -x xarray/util/print_versions.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# Tests are xfail on aarch64: gh#pydata/xarray#2334 -%pytest -k "not test_datetime_reduce and not test_roundtrip_numpy_datetime_data and not test_download_from_github" xarray +# test_no_warning_from_dask_effective_get fails due to upstream scipy warning +%pytest -k "not test_download_from_github and not test_no_warning_from_dask_effective_get" xarray %files %{python_files} %doc README.rst diff --git a/xarray-0.15.1.tar.gz b/xarray-0.15.1.tar.gz deleted file mode 100644 index 318d199..0000000 --- a/xarray-0.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64e3138d87b641e22fe7a003c94abc685896b247b63e434505c1e6b38c91a8fb -size 1934184 diff --git a/xarray-0.16.0.tar.gz b/xarray-0.16.0.tar.gz new file mode 100644 index 0000000..e61e319 --- /dev/null +++ b/xarray-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665de4253fcf951e7a6954313b77164d7efca2bd820f0a518b7c25ea46ee43cb +size 1987841