pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-narwhals
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 24 12:38:27 UTC 2026
Modified Files:
pkgsrc/misc/py-narwhals: Makefile distinfo
Log Message:
py-narwhals: updated to 2.25.0
2.25.0
Performance improvements
perf: remove redundant work in eager when/then, schema resolution, selectors, and module lookups
Enhancements
feat: add str.strip_chars_{start,end}
feat: Add maintain_order argument to {Expr, Series}.list.unique
feat(typing): Introduce PluginName NewType so plugin backends can type check
feat(ibis): Add support for Expr.list.median for ibis backend
Bug fixes
fix: follow left-hand-index alignment rule for pandas-like concat
fix: null propagation for str boolean methods
fix: consistently place null's in with_row_index(order_by=...)
fix: honor schema column selection/order in pandas-like from_dicts
fix: use exact quantile for median on the pyarrow backend
fix: order Categorical columns by value in the pyarrow backend
fix: is_in was not preserving nulls where possible
fix: preserve nulls in pandas-like Expr.dt.ordinal_day
fix: resolve failing cross-references in documentation
Documentation
docs: reorganise contributing.md and add useful make commands
fix: resolve failing cross-references in documentation
docs: Add Intella to "resources"
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-narwhals/Makefile \
pkgsrc/misc/py-narwhals/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/py-narwhals/Makefile
diff -u pkgsrc/misc/py-narwhals/Makefile:1.2 pkgsrc/misc/py-narwhals/Makefile:1.3
--- pkgsrc/misc/py-narwhals/Makefile:1.2 Wed Jul 15 06:13:48 2026
+++ pkgsrc/misc/py-narwhals/Makefile Mon Aug 24 12:38:27 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/07/15 06:13:48 adam Exp $
+# $NetBSD: Makefile,v 1.3 2026/08/24 12:38:27 adam Exp $
-DISTNAME= narwhals-2.24.0
+DISTNAME= narwhals-2.25.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/narwhals/}
Index: pkgsrc/misc/py-narwhals/distinfo
diff -u pkgsrc/misc/py-narwhals/distinfo:1.2 pkgsrc/misc/py-narwhals/distinfo:1.3
--- pkgsrc/misc/py-narwhals/distinfo:1.2 Wed Jul 15 06:13:48 2026
+++ pkgsrc/misc/py-narwhals/distinfo Mon Aug 24 12:38:27 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2026/07/15 06:13:48 adam Exp $
+$NetBSD: distinfo,v 1.3 2026/08/24 12:38:27 adam Exp $
-BLAKE2s (narwhals-2.24.0.tar.gz) = 90bf06f7621ee96d83a75cf6864dcb801b7e0256b25a6563f5d237218707610f
-SHA512 (narwhals-2.24.0.tar.gz) = 701deb53fb9b188b37bdf1549fbd1b3092fceac161e0b073b0b7c5c57b55ab8cb1d766df3eefa43639ebb49bf0f768a37487779f20d74df77156e823a0bae94b
-Size (narwhals-2.24.0.tar.gz) = 661143 bytes
+BLAKE2s (narwhals-2.25.0.tar.gz) = e093ed4951da4deef7f49f54271af08a5dec395aff1bc1e7b41dba055127d35d
+SHA512 (narwhals-2.25.0.tar.gz) = 225190b5e31f3fd5ac514527bd8dcb3c50ae7f4abd3620ae1cf5a28b5f88b5c115b590705eb3c63de97dd8c5e172fd892286c3f896439815a3a83c076c18b3ba
+Size (narwhals-2.25.0.tar.gz) = 677076 bytes
Home |
Main Index |
Thread Index |
Old Index