diff --git a/python-xarray.spec b/python-xarray.spec index 35e78e52b8ac6bf5c3ff0fc3960c772f5da47af4..54934ee6d1b8c1d16ddb0e5c8d028541a395c4c4 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xarray -Version: 2024.2.0 +Version: 2024.7.0 Release: 1 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 URL: https://github.com/pydata/xarray -Source0: https://files.pythonhosted.org/packages/85/4a/55843308a16a89ffa67e672fe0508367b541c669018a083b15f900a3805c/xarray-2024.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/x/xarray/xarray-%{version}.tar.gz BuildArch: noarch %description @@ -58,6 +58,21 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Aug 07 2024 yaoxin - 2024.7.0-1 +- Update to 2024.7.0 + * Move Sphinx directives out of + * Add test for rechunking to a size string + * Support duplicate dimensions in .chunk + * Split out distributed writes in zarr docs + * groupby: remove some internal use of IndexVariable + * Remove mypy exclusions for a couple more libraries + * switch to datetime unit "D" + * Fix example code formatting for CachingFileManager + * Change np.core.defchararray to np.char + * Fix dark-theme in html[data-theme=dark]-tags + * Fix reductions for np.complex_ dtypes with numbagg + Pelase see log : https://github.com/pydata/xarray/releases + * Tue Mar 05 2024 yueyuankun - 2024.2.0-1 - Update package to version 2024.2.0 diff --git a/xarray-2024.2.0.tar.gz b/xarray-2024.7.0.tar.gz similarity index 44% rename from xarray-2024.2.0.tar.gz rename to xarray-2024.7.0.tar.gz index 2fe2d6539e0bf75cd3173069a5c2943b96a6b79f..d44b237086e0e669856c67123f23377c3f38774c 100644 Binary files a/xarray-2024.2.0.tar.gz and b/xarray-2024.7.0.tar.gz differ