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:           Wed Apr  3 07:29:09 UTC 2024

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

Log Message:
py-xarray: updated to 2024.3.0

v2024.03.0 (Mar 29, 2024)

This release brings performance improvements for grouped and resampled quantile calculations, CF decoding improvements,
minor optimizations to distributed Zarr writes, and compatibility fixes for Numpy 2.0 and Pandas 3.0.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-xarray/PLIST
cvs rdiff -u -r1.12 -r1.13 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.19 pkgsrc/math/py-xarray/Makefile:1.20
--- pkgsrc/math/py-xarray/Makefile:1.19 Mon Feb 19 18:25:04 2024
+++ pkgsrc/math/py-xarray/Makefile      Wed Apr  3 07:29:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/02/19 18:25:04 adam Exp $
+# $NetBSD: Makefile,v 1.20 2024/04/03 07:29:09 adam Exp $
 
-DISTNAME=      xarray-2024.2.0
+DISTNAME=      xarray-2024.3.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.8 pkgsrc/math/py-xarray/PLIST:1.9
--- pkgsrc/math/py-xarray/PLIST:1.8     Mon Feb 19 18:25:04 2024
+++ pkgsrc/math/py-xarray/PLIST Wed Apr  3 07:29:09 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2024/02/19 18:25:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/04/03 07:29:09 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -131,6 +131,9 @@ ${PYSITELIB}/xarray/core/dataarray.pyo
 ${PYSITELIB}/xarray/core/dataset.py
 ${PYSITELIB}/xarray/core/dataset.pyc
 ${PYSITELIB}/xarray/core/dataset.pyo
+${PYSITELIB}/xarray/core/datatree.py
+${PYSITELIB}/xarray/core/datatree.pyc
+${PYSITELIB}/xarray/core/datatree.pyo
 ${PYSITELIB}/xarray/core/dtypes.py
 ${PYSITELIB}/xarray/core/dtypes.pyc
 ${PYSITELIB}/xarray/core/dtypes.pyo
@@ -194,6 +197,9 @@ ${PYSITELIB}/xarray/core/rolling.pyo
 ${PYSITELIB}/xarray/core/rolling_exp.py
 ${PYSITELIB}/xarray/core/rolling_exp.pyc
 ${PYSITELIB}/xarray/core/rolling_exp.pyo
+${PYSITELIB}/xarray/core/treenode.py
+${PYSITELIB}/xarray/core/treenode.pyc
+${PYSITELIB}/xarray/core/treenode.pyo
 ${PYSITELIB}/xarray/core/types.py
 ${PYSITELIB}/xarray/core/types.pyc
 ${PYSITELIB}/xarray/core/types.pyo
@@ -290,12 +296,6 @@ ${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/datatree/conftest.py
-${PYSITELIB}/xarray/tests/datatree/conftest.pyc
-${PYSITELIB}/xarray/tests/datatree/conftest.pyo
-${PYSITELIB}/xarray/tests/datatree/test_io.py
-${PYSITELIB}/xarray/tests/datatree/test_io.pyc
-${PYSITELIB}/xarray/tests/datatree/test_io.pyo
 ${PYSITELIB}/xarray/tests/test_accessor_dt.py
 ${PYSITELIB}/xarray/tests/test_accessor_dt.pyc
 ${PYSITELIB}/xarray/tests/test_accessor_dt.pyo
@@ -317,6 +317,9 @@ ${PYSITELIB}/xarray/tests/test_backends_
 ${PYSITELIB}/xarray/tests/test_backends_common.py
 ${PYSITELIB}/xarray/tests/test_backends_common.pyc
 ${PYSITELIB}/xarray/tests/test_backends_common.pyo
+${PYSITELIB}/xarray/tests/test_backends_datatree.py
+${PYSITELIB}/xarray/tests/test_backends_datatree.pyc
+${PYSITELIB}/xarray/tests/test_backends_datatree.pyo
 ${PYSITELIB}/xarray/tests/test_backends_file_manager.py
 ${PYSITELIB}/xarray/tests/test_backends_file_manager.pyc
 ${PYSITELIB}/xarray/tests/test_backends_file_manager.pyo
@@ -377,6 +380,9 @@ ${PYSITELIB}/xarray/tests/test_dataarray
 ${PYSITELIB}/xarray/tests/test_dataset.py
 ${PYSITELIB}/xarray/tests/test_dataset.pyc
 ${PYSITELIB}/xarray/tests/test_dataset.pyo
+${PYSITELIB}/xarray/tests/test_datatree.py
+${PYSITELIB}/xarray/tests/test_datatree.pyc
+${PYSITELIB}/xarray/tests/test_datatree.pyo
 ${PYSITELIB}/xarray/tests/test_deprecation_helpers.py
 ${PYSITELIB}/xarray/tests/test_deprecation_helpers.pyc
 ${PYSITELIB}/xarray/tests/test_deprecation_helpers.pyo
@@ -452,6 +458,9 @@ ${PYSITELIB}/xarray/tests/test_sparse.py
 ${PYSITELIB}/xarray/tests/test_strategies.py
 ${PYSITELIB}/xarray/tests/test_strategies.pyc
 ${PYSITELIB}/xarray/tests/test_strategies.pyo
+${PYSITELIB}/xarray/tests/test_treenode.py
+${PYSITELIB}/xarray/tests/test_treenode.pyc
+${PYSITELIB}/xarray/tests/test_treenode.pyo
 ${PYSITELIB}/xarray/tests/test_tutorial.py
 ${PYSITELIB}/xarray/tests/test_tutorial.pyc
 ${PYSITELIB}/xarray/tests/test_tutorial.pyo

Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.12 pkgsrc/math/py-xarray/distinfo:1.13
--- pkgsrc/math/py-xarray/distinfo:1.12 Mon Feb 19 18:25:04 2024
+++ pkgsrc/math/py-xarray/distinfo      Wed Apr  3 07:29:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/02/19 18:25:04 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/04/03 07:29:09 adam Exp $
 
-BLAKE2s (xarray-2024.2.0.tar.gz) = 5cfac3751ca8aedc8c32fe4cee5395d5c0d5dd3cf82fc7b4bb9fbb2fe575e820
-SHA512 (xarray-2024.2.0.tar.gz) = dcfe6d1f0edab8659664c5399b96d622d2e3df2f85bb7672d9afab6f74294a6449772efde080aaa7323f733c09cbd0f6f037e547be0afa79f39450eead777828
-Size (xarray-2024.2.0.tar.gz) = 3634288 bytes
+BLAKE2s (xarray-2024.3.0.tar.gz) = 11f71b0d350e36a0e0b9df8e1a22aa03cbf68ce768b34ab2a7eba52a8bb98152
+SHA512 (xarray-2024.3.0.tar.gz) = 4c7490b2efb4ed1a7278c807f4d200d99407d21bd54287ca5d35300194049a82aef3d8fbedba8f180ddb0d554cbb3f8f63abbb01401d5904f6d29cfa729e2ab0
+Size (xarray-2024.3.0.tar.gz) = 3674424 bytes



Home | Main Index | Thread Index | Old Index