diff --git a/python-xarray.spec b/python-xarray.spec index 67e619f8d831f9447bc12df27cb3173bf0b08bda..aa2c05617bf61ffabf5906b19f9845f58a302406 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 +* Thu Apr 03 2025 openeuler_bot - 2025.3.1-1 +- This release brings the ability to specify fill_value and write_empty_chunks for Zarr V3 stores, and a few bug fixes. (version: 2025.03.1) +- This release brings tested support for Python 3.13, support for reading Zarr V3 datasets into a :py:class:~xarray.DataTree, significant improvements to datetime & timedelta encoding/decoding, and improvements to the :py:class:~xarray.DataTree API; in addition to the usual bug fixes and other improvements. (version: 2025.03.0) +- This release brings non-nanosecond datetime and timedelta resolution to xarray, sharded reading in zarr, suggestion of correct names when trying to access non-existent data variables and bug fixes! (version: 2025.01.2) +- This is a quick release to bring compatibility with the Zarr V3 release. (version: 2025.01.1) +- This release brings much improved read performance with Zarr arrays (without consolidated metadata), better support for additional array types, as well as bugfixes and performance improvements. (version: 2025.01.0) + * 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