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 May 30 10:56:27 UTC 2025
Modified Files:
pkgsrc/math/py-xarray: Makefile PLIST distinfo
Log Message:
py-xarray: updated to 2025.4.0
2025.04.0
This release brings bug fixes, better support for extension arrays including returning a
:py:class:`pandas.IntervalArray` from ``groupby_bins``, and performance improvements.
New Features
- Added `scipy-stubs <https://github.com/scipy/scipy-stubs>`_ to the ``xarray[types]`` dependencies.
- Improved compatibility with OPeNDAP DAP4 data model for backend engine ``pydap``. This
includes ``datatree`` support, and removing slashes from dimension names.
- Improved support pandas categorical extension as indices (i.e., :py:class:`pandas.IntervalIndex`).
- Improved checks and errors raised when trying to align objects with conflicting indexes.
It is now possible to align objects each with multiple indexes sharing common dimension(s).
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/py-xarray/PLIST
cvs rdiff -u -r1.22 -r1.23 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.31 pkgsrc/math/py-xarray/Makefile:1.32
--- pkgsrc/math/py-xarray/Makefile:1.31 Tue Apr 15 16:09:20 2025
+++ pkgsrc/math/py-xarray/Makefile Fri May 30 10:56:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2025/04/15 16:09:20 adam Exp $
+# $NetBSD: Makefile,v 1.32 2025/05/30 10:56:26 adam Exp $
-DISTNAME= xarray-2025.3.1
+DISTNAME= xarray-2025.4.0
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.16 pkgsrc/math/py-xarray/PLIST:1.17
--- pkgsrc/math/py-xarray/PLIST:1.16 Tue Apr 15 16:09:20 2025
+++ pkgsrc/math/py-xarray/PLIST Fri May 30 10:56:26 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2025/04/15 16:09:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2025/05/30 10:56:26 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -248,6 +248,9 @@ ${PYSITELIB}/xarray/groupers.pyo
${PYSITELIB}/xarray/indexes/__init__.py
${PYSITELIB}/xarray/indexes/__init__.pyc
${PYSITELIB}/xarray/indexes/__init__.pyo
+${PYSITELIB}/xarray/indexes/range_index.py
+${PYSITELIB}/xarray/indexes/range_index.pyc
+${PYSITELIB}/xarray/indexes/range_index.pyo
${PYSITELIB}/xarray/namedarray/__init__.py
${PYSITELIB}/xarray/namedarray/__init__.pyc
${PYSITELIB}/xarray/namedarray/__init__.pyo
@@ -521,6 +524,9 @@ ${PYSITELIB}/xarray/tests/test_plugins.p
${PYSITELIB}/xarray/tests/test_print_versions.py
${PYSITELIB}/xarray/tests/test_print_versions.pyc
${PYSITELIB}/xarray/tests/test_print_versions.pyo
+${PYSITELIB}/xarray/tests/test_range_index.py
+${PYSITELIB}/xarray/tests/test_range_index.pyc
+${PYSITELIB}/xarray/tests/test_range_index.pyo
${PYSITELIB}/xarray/tests/test_rolling.py
${PYSITELIB}/xarray/tests/test_rolling.pyc
${PYSITELIB}/xarray/tests/test_rolling.pyo
Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.22 pkgsrc/math/py-xarray/distinfo:1.23
--- pkgsrc/math/py-xarray/distinfo:1.22 Tue Apr 15 16:09:20 2025
+++ pkgsrc/math/py-xarray/distinfo Fri May 30 10:56:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2025/04/15 16:09:20 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/05/30 10:56:26 adam Exp $
-BLAKE2s (xarray-2025.3.1.tar.gz) = 0ae7b4026af9eeca2446338509886f388d5ea4846dee9fee4dc631b53b7476f6
-SHA512 (xarray-2025.3.1.tar.gz) = 13a884a8389b85148cf628e68b751dc21e95c256d7263589513a72f3b7fc5b396b9396edf94b47c40e31361e5e6659b60e8e7ac0014dc6675a747fe2ef25da9a
-Size (xarray-2025.3.1.tar.gz) = 3300778 bytes
+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
Home |
Main Index |
Thread Index |
Old Index