1
0
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:
Tomáš Chvátal
2020-07-17 06:36:15 +00:00
committed by Git OBS Bridge
parent 3bb1f5dca4
commit 89ade1d8e8
4 changed files with 17 additions and 6 deletions

View File

@@ -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>