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:
parent
2bf6b01b67
commit
36150b10c4
@ -4,7 +4,7 @@
|
||||
|
||||
--- a/xarray/tutorial.py
|
||||
+++ b/xarray/tutorial.py
|
||||
@@ -149,7 +149,10 @@ def open_dataset(
|
||||
@@ -156,7 +156,10 @@ def open_dataset(
|
||||
url = f"{base_url}/raw/{version}/{path.name}"
|
||||
|
||||
# retrieve the 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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
Name: python-xarray
|
||||
Version: 2022.6.0
|
||||
Version: 2022.10.0
|
||||
Release: 0
|
||||
Summary: N-D labeled arrays and datasets in Python
|
||||
License: Apache-2.0
|
||||
|
3
xarray-2022.10.0.tar.gz
Normal file
3
xarray-2022.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b39ff3475f73eaacdf831b0ab7eb6930e7b5933e46dcf71b9327f4c4bb941793
|
||||
size 3035596
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1028d198493f66bb15bd35dcfdd11defd831cbee3af6589fff16f41bddd67e84
|
||||
size 3013166
|
Loading…
x
Reference in New Issue
Block a user