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:           Sun Feb 15 13:54:39 UTC 2026

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

Log Message:
py-xarray: updated to 2026.2.0

2026.2.0

Add empty whats-new section for v2026.02.0
Add a suggestion for how to resolve chunk manager not available error
DOC: Fix broken link in gallery
DOC: Various Numpydoc fixes
DOC: Correct some wording mistakes in xarray documentation
DOC: Fix "latest" version displayed on landing page
Fix silent data corruption when writing dask arrays to sharded zarr stores
Slightly Amend Zarr Encoding Specification Doc 8749
DOC: Options A and A -> Options A and B
Fix .plot error when using positional args with col and row
Add a fast path that doesn't include normalized chunks in tokenize
DOC: Fix link
create issue if nightly wheel upload fails
Support negative step in normalize_indexer
Allow 1D coords in NDPointIndex
Replace DeprecationWarning with FutureWarning
Fix sortby descending order placing NaNs at beginning instead of end
Update docstrings for pandas 3
Raise FileNotFoundError for missing local files in guess_engine
add osx-64 to the pixi config.
Skip one more hypothesis test for dtype string
temporarily silence shape assignment warnings raised in netCDF4
DOC: Fix broken links (404 errors)
Refactor cache-pixi-lock.yml workflow into external action
MAINT: Add linkcheck Pixi task
DOC: Add descriptions for pixi tasks
DOC: Update open_zarr decode_cf docstring
DOC: Add myst markdown support
raise error on slice-based selection of multi-index levels
Update whats-new for v2026.02.0 release
Add 11168 to whats-new


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.30 -r1.31 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.41 pkgsrc/math/py-xarray/Makefile:1.42
--- pkgsrc/math/py-xarray/Makefile:1.41 Mon Feb  2 10:58:21 2026
+++ pkgsrc/math/py-xarray/Makefile      Sun Feb 15 13:54:39 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2026/02/02 10:58:21 adam Exp $
+# $NetBSD: Makefile,v 1.42 2026/02/15 13:54:39 adam Exp $
 
-DISTNAME=      xarray-2026.1.0
+DISTNAME=      xarray-2026.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xarray/}

Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.30 pkgsrc/math/py-xarray/distinfo:1.31
--- pkgsrc/math/py-xarray/distinfo:1.30 Mon Feb  2 10:58:21 2026
+++ pkgsrc/math/py-xarray/distinfo      Sun Feb 15 13:54:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2026/02/02 10:58:21 adam Exp $
+$NetBSD: distinfo,v 1.31 2026/02/15 13:54:39 adam Exp $
 
-BLAKE2s (xarray-2026.1.0.tar.gz) = 2d3a42018cc6ea2796ac37781f773cb9460a8e0a577b7904f207b4812ff2cc4a
-SHA512 (xarray-2026.1.0.tar.gz) = 733999235bf37c14710a5c811531e349c14c4470b2dbc4cc4b6e19de31f863240961b904eb046f1e9a1915c436d92c6af4f6f62b04a953d11dc0cff32d5c4e9d
-Size (xarray-2026.1.0.tar.gz) = 3107024 bytes
+BLAKE2s (xarray-2026.2.0.tar.gz) = 7f731e4cca5474a6a172eb6dfb112ef11706b23b2deb456e40988798d94abb04
+SHA512 (xarray-2026.2.0.tar.gz) = fc19c99ad7f7272dcb1d1f712457eb723f7f6d86301b9c75505927eb134f6700b740eae793cfb5d7f3fdf4933d6bddec1c16a68fb471c15595b68dca7a63ae86
+Size (xarray-2026.2.0.tar.gz) = 3111388 bytes



Home | Main Index | Thread Index | Old Index