forked from pool/python-xarray
- update to version 0.11.3:
- Bug fixes - Saving files with times encoded with reference dates with timezones (e.g. '2000-01-01T00:00:00-05:00') no longer raises an error (:issue:`2649`). - Fixed performance regression with ``open_mfdataset`` (:issue:`2662`). - Fixed supplying an explicit dimension in the ``concat_dim`` argument to to ``open_mfdataset`` (:issue:`2647`). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=13
This commit is contained in:
parent
202a08d66f
commit
bea2b3c885
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 7 11:37:34 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- Update to version 0.12.1:
|
||||
- Enhancements
|
||||
- Allow ``expand_dims`` method to support inserting/broadcasting dimensions
|
||||
with size > 1. (:issue:`2710`)
|
||||
- Bug fixes
|
||||
- Dataset.copy(deep=True) now creates a deep copy of the attrs (:issue:`2835`).
|
||||
- Fix incorrect ``indexes`` resulting from various ``Dataset`` operations
|
||||
(e.g., ``swap_dims``, ``isel``, ``reindex``, ``[]``) (:issue:`2842`,
|
||||
:issue:`2856`).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 22:38:17 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-xarray
|
||||
Version: 0.12.0
|
||||
Version: 0.12.1
|
||||
Release: 0
|
||||
Summary: N-D labeled arrays and datasets in Python
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:856fd062c55208a248ac3784cac8d3524b355585387043efc92a4188eede57f3
|
||||
size 1742146
|
3
xarray-0.12.1.tar.gz
Normal file
3
xarray-0.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac09a819e791be208ae33fa7ecee19d0fe7b5479906f927d358a61957ce27e10
|
||||
size 1745116
|
Loading…
x
Reference in New Issue
Block a user