forked from pool/python-xarray
- update to 2023.05.0:
* This release adds some new methods and operators, updates our deprecation policy for python versions, fixes some bugs with groupby, and introduces experimental support for alternative chunked parallel array computation backends via a new plugin system! * Docstrings examples for string methods * Fix groupby_bins when labels are specified * Fix binning by unsorted array * This release includes support for pandas v2, allows refreshing of backend engines in a session, and removes deprecated backends for ``rasterio`` and ``cfgrib``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=80
This commit is contained in:
parent
6654bf4c0c
commit
63abaa0ce5
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 08:23:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2023.05.0:
|
||||
* This release adds some new methods and operators, updates our
|
||||
deprecation policy for python versions, fixes some bugs with
|
||||
groupby, and introduces experimental support for alternative
|
||||
chunked parallel array computation backends via a new plugin
|
||||
system!
|
||||
* Docstrings examples for string methods
|
||||
* Fix groupby_bins when labels are specified
|
||||
* Fix binning by unsorted array
|
||||
* This release includes support for pandas v2, allows
|
||||
refreshing of backend engines in a session, and removes
|
||||
deprecated backends for ``rasterio`` and ``cfgrib``.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 20:13:00 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python38 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-xarray
|
||||
Version: 2023.2.0
|
||||
Version: 2023.5.0
|
||||
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:aa760500a2d8f8be8efd8f3b27a94b2af3b0a8c2c037347d595eaf6ff09d8a77
|
||||
size 3070514
|
3
xarray-2023.5.0.tar.gz
Normal file
3
xarray-2023.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:318a651f4182b9cecb7d1c57ad0ed9bdaed5f49c43dbb638c0a845b8faf405e8
|
||||
size 3707468
|
Loading…
x
Reference in New Issue
Block a user