pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-xarray



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun 13 07:28:47 UTC 2025

Modified Files:
        pkgsrc/math/py-xarray: Makefile PLIST distinfo

Log Message:
py-xarray: updated to 2025.6.1

v2025.06.1 (Jun 11, 2025)

This is quick bugfix release to remove an unintended dependency on ``typing_extensions``.

Bug fixes

- Remove dependency on ``typing_extensions``

v2025.06.0 (Jun 10, 2025)

This release brings HTML reprs to the documentation, fixes to flexible Xarray indexes, performance optimizations, more ergonomic seasonal grouping and resampling
with new :py:class:`~xarray.groupers.SeasonGrouper` and :py:class:`~xarray.groupers.SeasonResampler` objects, and bugfixes.

New Features

- Switch docs to jupyter-execute sphinx extension for HTML reprs. (:issue:`3893`, :pull:`10383`)
  By `Scott Henderson <https://github.com/scottyhq>`_.
- Allow an Xarray index that uses multiple dimensions checking equality with another
  index for only a subset of those dimensions (i.e., ignoring the dimensions
  that are excluded from alignment).
- New :py:class:`~xarray.groupers.SeasonGrouper` and :py:class:`~xarray.groupers.SeasonResampler` objects for ergonomic seasonal aggregation.
  See the docs on :ref:`seasonal_grouping` or `blog post <https://xarray.dev/blog/season-grouping>`_ for more.
- Data corruption issues arising from misaligned Dask and Zarr chunks
  can now be prevented using the new ``align_chunks`` parameter in
  :py:meth:`~xarray.DataArray.to_zarr`. This option automatically rechunk
  the Dask array to align it with the Zarr storage chunks. For now, it is
  disabled by default, but this could change on the future.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/py-xarray/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/py-xarray/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-xarray/Makefile
diff -u pkgsrc/math/py-xarray/Makefile:1.32 pkgsrc/math/py-xarray/Makefile:1.33
--- pkgsrc/math/py-xarray/Makefile:1.32 Fri May 30 10:56:26 2025
+++ pkgsrc/math/py-xarray/Makefile      Fri Jun 13 07:28:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2025/05/30 10:56:26 adam Exp $
+# $NetBSD: Makefile,v 1.33 2025/06/13 07:28:47 adam Exp $
 
-DISTNAME=      xarray-2025.4.0
+DISTNAME=      xarray-2025.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xarray/}

Index: pkgsrc/math/py-xarray/PLIST
diff -u pkgsrc/math/py-xarray/PLIST:1.17 pkgsrc/math/py-xarray/PLIST:1.18
--- pkgsrc/math/py-xarray/PLIST:1.17    Fri May 30 10:56:26 2025
+++ pkgsrc/math/py-xarray/PLIST Fri Jun 13 07:28:47 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2025/05/30 10:56:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2025/06/13 07:28:47 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -14,6 +14,9 @@ ${PYSITELIB}/xarray/backends/__init__.py
 ${PYSITELIB}/xarray/backends/api.py
 ${PYSITELIB}/xarray/backends/api.pyc
 ${PYSITELIB}/xarray/backends/api.pyo
+${PYSITELIB}/xarray/backends/chunks.py
+${PYSITELIB}/xarray/backends/chunks.pyc
+${PYSITELIB}/xarray/backends/chunks.pyo
 ${PYSITELIB}/xarray/backends/common.py
 ${PYSITELIB}/xarray/backends/common.pyc
 ${PYSITELIB}/xarray/backends/common.pyo
@@ -101,6 +104,9 @@ ${PYSITELIB}/xarray/compat/npcompat.pyo
 ${PYSITELIB}/xarray/compat/pdcompat.py
 ${PYSITELIB}/xarray/compat/pdcompat.pyc
 ${PYSITELIB}/xarray/compat/pdcompat.pyo
+${PYSITELIB}/xarray/compat/toolzcompat.py
+${PYSITELIB}/xarray/compat/toolzcompat.pyc
+${PYSITELIB}/xarray/compat/toolzcompat.pyo
 ${PYSITELIB}/xarray/computation/__init__.py
 ${PYSITELIB}/xarray/computation/__init__.pyc
 ${PYSITELIB}/xarray/computation/__init__.pyo
@@ -353,6 +359,9 @@ ${PYSITELIB}/xarray/tests/data/example.i
 ${PYSITELIB}/xarray/tests/data/example.uamiv
 ${PYSITELIB}/xarray/tests/data/example_1.nc
 ${PYSITELIB}/xarray/tests/data/example_1.nc.gz
+${PYSITELIB}/xarray/tests/indexes.py
+${PYSITELIB}/xarray/tests/indexes.pyc
+${PYSITELIB}/xarray/tests/indexes.pyo
 ${PYSITELIB}/xarray/tests/namespace.py
 ${PYSITELIB}/xarray/tests/namespace.pyc
 ${PYSITELIB}/xarray/tests/namespace.pyo
@@ -374,6 +383,9 @@ ${PYSITELIB}/xarray/tests/test_backends.
 ${PYSITELIB}/xarray/tests/test_backends_api.py
 ${PYSITELIB}/xarray/tests/test_backends_api.pyc
 ${PYSITELIB}/xarray/tests/test_backends_api.pyo
+${PYSITELIB}/xarray/tests/test_backends_chunks.py
+${PYSITELIB}/xarray/tests/test_backends_chunks.pyc
+${PYSITELIB}/xarray/tests/test_backends_chunks.pyo
 ${PYSITELIB}/xarray/tests/test_backends_common.py
 ${PYSITELIB}/xarray/tests/test_backends_common.pyc
 ${PYSITELIB}/xarray/tests/test_backends_common.pyo
@@ -563,6 +575,9 @@ ${PYSITELIB}/xarray/tests/test_weighted.
 ${PYSITELIB}/xarray/tutorial.py
 ${PYSITELIB}/xarray/tutorial.pyc
 ${PYSITELIB}/xarray/tutorial.pyo
+${PYSITELIB}/xarray/typing.py
+${PYSITELIB}/xarray/typing.pyc
+${PYSITELIB}/xarray/typing.pyo
 ${PYSITELIB}/xarray/ufuncs.py
 ${PYSITELIB}/xarray/ufuncs.pyc
 ${PYSITELIB}/xarray/ufuncs.pyo

Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.23 pkgsrc/math/py-xarray/distinfo:1.24
--- pkgsrc/math/py-xarray/distinfo:1.23 Fri May 30 10:56:26 2025
+++ pkgsrc/math/py-xarray/distinfo      Fri Jun 13 07:28:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/05/30 10:56:26 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/06/13 07:28:47 adam Exp $
 
-BLAKE2s (xarray-2025.4.0.tar.gz) = 58fcd33fdc041bb8b219d879b291e00b8b506994ccafdcdbbcae4c2d89728e01
-SHA512 (xarray-2025.4.0.tar.gz) = 8018bf2431f30194d057e363f8a72fb7ef99834ae14daec5b98e5e101b42c7b1199d583eb9621c9955830bb15b3c197b08e71c6a299abeb42a6a215a57ea5995
-Size (xarray-2025.4.0.tar.gz) = 2974151 bytes
+BLAKE2s (xarray-2025.6.1.tar.gz) = bbc5e937931fa582b16021307c67ad241567da303a8c243e9b16791a9d2041f1
+SHA512 (xarray-2025.6.1.tar.gz) = 4fc7980f843f86c8e83015fbf9ea2c8440b046faaa1589a605cf1e2f64f9380e28e157c8afda5c0058b3fe8cfe01122ba8582f5d61b9f0eabdf7107ce6d81c0c
+Size (xarray-2025.6.1.tar.gz) = 3003185 bytes



Home | Main Index | Thread Index | Old Index