pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-numexpr
Module Name: pkgsrc
Committed By: adam
Date: Tue Jul 21 05:40:36 UTC 2026
Modified Files:
pkgsrc/math/py-numexpr: Makefile distinfo
Log Message:
py-numexpr: updated to 2.14.2
Changes from 2.14.1 to 2.14.2
* Added a ``disable_cache`` parameter to ``evaluate()`` to bypass the
internal expression cache. Thanks to 27rabbitlt.
* Added Windows ARM64 wheel builds.
* Dropped support for Python 3.10.
* No longer build free-threaded Python 3.13 wheels, matching NumPy's own
support.
* Avoid keeping arrays passed as ``out=`` alive in the ``re_evaluate`` cache
* Guarded out-of-range shift counts (shift amount >= bit width) in the
integer ``<<``/``>>`` opcodes, which was undefined behavior in C and could
return garbage results. Thanks to uwezkhan
* Fixed ``run_interpreter()`` unconditionally returning success even when
the VM engine failed, so execution errors are now correctly raised
instead of silently discarded
* Fixed a reference leak of ``constsig`` on the allocation-failure path in
``NumExpr_init()``
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/math/py-numexpr/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/math/py-numexpr/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-numexpr/Makefile
diff -u pkgsrc/math/py-numexpr/Makefile:1.46 pkgsrc/math/py-numexpr/Makefile:1.47
--- pkgsrc/math/py-numexpr/Makefile:1.46 Sun Jun 28 15:41:29 2026
+++ pkgsrc/math/py-numexpr/Makefile Tue Jul 21 05:40:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2026/06/28 15:41:29 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2026/07/21 05:40:36 adam Exp $
-DISTNAME= numexpr-2.14.1
+DISTNAME= numexpr-2.14.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numexpr/}
Index: pkgsrc/math/py-numexpr/distinfo
diff -u pkgsrc/math/py-numexpr/distinfo:1.35 pkgsrc/math/py-numexpr/distinfo:1.36
--- pkgsrc/math/py-numexpr/distinfo:1.35 Thu Oct 30 15:19:43 2025
+++ pkgsrc/math/py-numexpr/distinfo Tue Jul 21 05:40:36 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2025/10/30 15:19:43 adam Exp $
+$NetBSD: distinfo,v 1.36 2026/07/21 05:40:36 adam Exp $
-BLAKE2s (numexpr-2.14.1.tar.gz) = a5d5670df5cd22c8d6c53616f3997fac7c87a9de7e7e4fc35360cede6a56d4ba
-SHA512 (numexpr-2.14.1.tar.gz) = 6602afcab2085f875c20883358956f3f813c6dbe9274654868d3d28d4fa07fd77cd1291b33d56afd1f91955af9118ebdcc39b19202638b6ee6559cc4f0e67f64
-Size (numexpr-2.14.1.tar.gz) = 119400 bytes
+BLAKE2s (numexpr-2.14.2.tar.gz) = 727a1efe598da35211cb5c3a1868afdf319050895912370617a71523089f38e0
+SHA512 (numexpr-2.14.2.tar.gz) = 7c6900bd054f54fb1a23777f0d41f14871e4379c2eb7fa4e1be66d6465db20db6d2294875d1efb87b3f3e476290736c673562cf91a072852156ac14089fc73f2
+Size (numexpr-2.14.2.tar.gz) = 121744 bytes
SHA1 (patch-numexpr_numexpr__config.hpp) = c1b44b46020bfd4e6fa9af9f07d9c75e6f4ac10f
Home |
Main Index |
Thread Index |
Old Index