diff --git a/python-xarray.spec b/python-xarray.spec index 67e619f8d831f9447bc12df27cb3173bf0b08bda..cadff810697f6e72522b57646000a442e57cd596 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-xarray -Version: 2025.3.0 +Version: 2025.3.1 Release: 1 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 @@ -60,6 +60,13 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Jun 03 2025 openeuler_bot - 2025.3.1-1 +- Fix GitHub Actions badge in README (version: 2025.03.1). +- Fix numpy advanced indexing docs link (version: 2025.03.1). +- Update DataArray.to_zarr to match Dataset.to_zarr (version: 2025.03.1). +- Preserve label ordering for multi-variable GroupBy (version: 2025.03.1). +- Fix GroupBy first, last with flox (version: 2025.03.1). + * Thu Mar 27 2025 openeuler_bot - 2025.3.0-1 - This release drops support for Python 3.9, and adds support for grouping by multiple arrays (version: v2024.09.0). - This release extends the API for groupby operations with various grouper objects, and includes improvements to the documentation and numerous bugfixes (version: v2024.07.0). diff --git a/xarray-2025.3.0.tar.gz b/xarray-2025.3.1.tar.gz similarity index 34% rename from xarray-2025.3.0.tar.gz rename to xarray-2025.3.1.tar.gz index f5c9e8eb5738124fa4a276b0503275769b903102..4844dc8558e3c40cffe97efb527f76698f08641f 100644 Binary files a/xarray-2025.3.0.tar.gz and b/xarray-2025.3.1.tar.gz differ