forked from pool/python-xarray
Accepting request 624539 from devel:languages:python
- specfile: * updated dependencies according to setup.py * removed devel dependency (noarch) * be more specific in %files section - update to version 0.10.8: * Xarray no longer supports python 3.4. Additionally, the minimum supported versions of the following dependencies has been updated and/or clarified: + Pandas: 0.18 -> 0.19 + NumPy: 1.11 -> 1.12 + Dask: 0.9 -> 0.16 + Matplotlib: unspecified -> 1.5 (:issue:`2204`). By Joe Hamman. * Enhancements + :py:meth:`~xarray.DataArray.interp_like` and :py:meth:`~xarray.Dataset.interp_like` methods are newly added. (:issue:`2218`) By Keisuke Fujii. + Added support for curvilinear and unstructured generic grids to :py:meth:`~xarray.DataArray.to_cdms2` and :py:meth:`~xarray.DataArray.from_cdms2` (:issue:`2262`). By Stephane Raynaud. * Bug fixes + Fixed a bug in zarr backend which prevented use with datasets with incomplete chunks in multiple dimensions (:issue:`2225`). By Joe Hamman. + Fixed a bug in :py:meth:`~Dataset.to_netcdf` which prevented writing datasets when the arrays had different chunk sizes (:issue:`2254`). By Mike Neish. + Fixed masking during the conversion to cdms2 objects by :py:meth:`~xarray.DataArray.to_cdms2` (:issue:`2262`). By OBS-URL: https://build.opensuse.org/request/show/624539 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xarray?expand=0&rev=4
This commit is contained in:
parent
8f687b6fe6
commit
3d4028d757
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 17:32:13 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* updated dependencies according to setup.py
|
||||
* removed devel dependency (noarch)
|
||||
* be more specific in %files section
|
||||
|
||||
- update to version 0.10.8:
|
||||
* Xarray no longer supports python 3.4. Additionally, the minimum
|
||||
supported versions of the following dependencies has been updated
|
||||
and/or clarified:
|
||||
+ Pandas: 0.18 -> 0.19
|
||||
+ NumPy: 1.11 -> 1.12
|
||||
+ Dask: 0.9 -> 0.16
|
||||
+ Matplotlib: unspecified -> 1.5
|
||||
(:issue:`2204`). By Joe Hamman.
|
||||
|
||||
* Enhancements
|
||||
+ :py:meth:`~xarray.DataArray.interp_like` and
|
||||
:py:meth:`~xarray.Dataset.interp_like` methods are newly
|
||||
added. (:issue:`2218`) By Keisuke Fujii.
|
||||
+ Added support for curvilinear and unstructured generic grids to
|
||||
:py:meth:`~xarray.DataArray.to_cdms2` and
|
||||
:py:meth:`~xarray.DataArray.from_cdms2` (:issue:`2262`). By
|
||||
Stephane Raynaud.
|
||||
* Bug fixes
|
||||
+ Fixed a bug in zarr backend which prevented use with datasets
|
||||
with incomplete chunks in multiple dimensions
|
||||
(:issue:`2225`). By Joe Hamman.
|
||||
+ Fixed a bug in :py:meth:`~Dataset.to_netcdf` which prevented
|
||||
writing datasets when the arrays had different chunk sizes
|
||||
(:issue:`2254`). By Mike Neish.
|
||||
+ Fixed masking during the conversion to cdms2 objects by
|
||||
:py:meth:`~xarray.DataArray.to_cdms2` (:issue:`2262`). By
|
||||
Stephane Raynaud.
|
||||
+ Fixed a bug in 2D plots which incorrectly raised an error when
|
||||
2D coordinates weren't monotonic (:issue:`2250`). By Fabien
|
||||
Maussion.
|
||||
+ Fixed warning raised in :py:meth:`~Dataset.to_netcdf` due to
|
||||
deprecation of effective_get in dask (:issue:`2238`). By Joe
|
||||
Hamman.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 10 20:04:48 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -18,21 +18,20 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-xarray
|
||||
Version: 0.10.7
|
||||
Version: 0.10.8
|
||||
Release: 0
|
||||
Summary: N-D labeled arrays and datasets in Python
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: http://github.com/pydata/xarray
|
||||
Source: https://files.pythonhosted.org/packages/source/x/xarray/xarray-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.11}
|
||||
BuildRequires: %{python_module pandas >= 0.18.0}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.12}
|
||||
BuildRequires: %{python_module pandas >= 0.19.2}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-numpy >= 1.11
|
||||
Requires: python-pandas >= 0.18.0
|
||||
Requires: python-numpy >= 1.12
|
||||
Requires: python-pandas >= 0.19.2
|
||||
Recommends: python-scipy
|
||||
Provides: python-xray = %{version}
|
||||
Obsoletes: python-xray < %{version}
|
||||
@ -71,6 +70,6 @@ The dataset is an in-memory representation of a netCDF file.
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE licenses/
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/xarray*
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d87241580e3eccb961dfc16e804e1b92b3d6a8000ffee82ceb076767934342cc
|
||||
size 1455114
|
3
xarray-0.10.8.tar.gz
Normal file
3
xarray-0.10.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a1f2c5dc5f639f8343f70ed08d0afbb477a3867298ef38f0d9bf4aafa0fb750
|
||||
size 1630608
|
Loading…
x
Reference in New Issue
Block a user