From 63abaa0ce5bbb5e3b7a9f928ff8d5ffe87afa132cd4846bf7b937cbec0e611d0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 31 May 2023 08:28:20 +0000 Subject: [PATCH] - 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 --- python-xarray.changes | 16 ++++++++++++++++ python-xarray.spec | 4 ++-- xarray-2023.2.0.tar.gz | 3 --- xarray-2023.5.0.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 xarray-2023.2.0.tar.gz create mode 100644 xarray-2023.5.0.tar.gz diff --git a/python-xarray.changes b/python-xarray.changes index a372f2e..57e4e11 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed May 31 08:23:29 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-xarray.spec b/python-xarray.spec index 7843c82..ce3af24 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -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 diff --git a/xarray-2023.2.0.tar.gz b/xarray-2023.2.0.tar.gz deleted file mode 100644 index c4d28ff..0000000 --- a/xarray-2023.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa760500a2d8f8be8efd8f3b27a94b2af3b0a8c2c037347d595eaf6ff09d8a77 -size 3070514 diff --git a/xarray-2023.5.0.tar.gz b/xarray-2023.5.0.tar.gz new file mode 100644 index 0000000..877cfd7 --- /dev/null +++ b/xarray-2023.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318a651f4182b9cecb7d1c57ad0ed9bdaed5f49c43dbb638c0a845b8faf405e8 +size 3707468