diff --git a/python-xarray.spec b/python-xarray.spec index c37440390e6700e6c57413d07a5af538e0f8f08b..67e619f8d831f9447bc12df27cb3173bf0b08bda 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-xarray -Version: 2024.10.0 +Version: 2025.3.0 Release: 1 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 @@ -60,6 +60,12 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* 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). +- This release brings compatibility with numpy 2 and various performance optimizations (version: v2024.06.0). +- This release brings tested support for Python 3.13, support for reading Zarr V3 datasets into a DataTree, significant improvements to datetime & timedelta encoding/decoding (version: v2025.03.0). + * Fri Oct 25 2024 caiyuxin - 2024.10.0-1 - Update package to version 2024.10.0 * Support for Zarr-Python 3 diff --git a/xarray-2024.10.0.tar.gz b/xarray-2025.3.0.tar.gz similarity index 31% rename from xarray-2024.10.0.tar.gz rename to xarray-2025.3.0.tar.gz index 4fd29c9c9b2cf6fa31f37a94dcfa9a00fc1ecaea..f5c9e8eb5738124fa4a276b0503275769b903102 100644 Binary files a/xarray-2024.10.0.tar.gz and b/xarray-2025.3.0.tar.gz differ