1
0
forked from pool/python-xarray

- Update to 2022.10.0:

- This release brings numerous bugfixes, a change in minimum
    supported versions, and a new scatter plot method for
    DataArrays.
- Update to 2022.9.0:
  - This release brings a large number of bugfixes and
    documentation improvements, as well as an external interface
    for setting custom indexes!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=70
This commit is contained in:
2022-10-18 22:26:22 +00:00
committed by Git OBS Bridge
parent 2bf6b01b67
commit 36150b10c4
5 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 18 22:04:32 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 2022.10.0:
- This release brings numerous bugfixes, a change in minimum
supported versions, and a new scatter plot method for
DataArrays.
- Update to 2022.9.0:
- This release brings a large number of bugfixes and
documentation improvements, as well as an external interface
for setting custom indexes!
-------------------------------------------------------------------
Sun Aug 7 03:12:48 UTC 2022 - Arun Persaud <arun@gmx.de>