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:           Sun Sep 14 06:53:49 UTC 2025

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

Log Message:
py-numexpr: updated to 2.12.1

Changes from 2.12.0 to 2.12.1

* Added complex counterparts for isnan/isfinite/isinf functions.
  Thanks to Luke Shaw.

* Updated documentation for the new functions and instructions
  for adding new functions to the virtual machine.  Thanks to Luke Shaw.

* Fixed MKL support; it was broken in 2.12.0.  Thanks to
  Christoph Gohlke for reporting the issue.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/math/py-numexpr/Makefile
cvs rdiff -u -r1.32 -r1.33 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.42 pkgsrc/math/py-numexpr/Makefile:1.43
--- pkgsrc/math/py-numexpr/Makefile:1.42        Thu Sep 11 06:12:27 2025
+++ pkgsrc/math/py-numexpr/Makefile     Sun Sep 14 06:53:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2025/09/11 06:12:27 adam Exp $
+# $NetBSD: Makefile,v 1.43 2025/09/14 06:53:49 adam Exp $
 
-DISTNAME=      numexpr-2.12.0
+DISTNAME=      numexpr-2.12.1
 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.32 pkgsrc/math/py-numexpr/distinfo:1.33
--- pkgsrc/math/py-numexpr/distinfo:1.32        Thu Sep 11 06:12:27 2025
+++ pkgsrc/math/py-numexpr/distinfo     Sun Sep 14 06:53:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2025/09/11 06:12:27 adam Exp $
+$NetBSD: distinfo,v 1.33 2025/09/14 06:53:49 adam Exp $
 
-BLAKE2s (numexpr-2.12.0.tar.gz) = eaf8e470e625404a6bbbe64bc5f5649b718da3533ceea28b9e8792a0a8da8bf9
-SHA512 (numexpr-2.12.0.tar.gz) = 70037275d75fa708d00033864c84b3e9d6b4b7db753e1218e5e37007756e026a7f2ee8aa9eaee3fac300e628e1e349897af21a0f48ef3597440be766b536d180
-Size (numexpr-2.12.0.tar.gz) = 114152 bytes
+BLAKE2s (numexpr-2.12.1.tar.gz) = c5a4629cc2c0e6ffb908bbcee65bb3e69039012511aca87588870df920e000a2
+SHA512 (numexpr-2.12.1.tar.gz) = 910ebfce500902693ae90651c5236ec2a9185d5e430d250bbd072add65bfcabc22e77a960d7b4fb43660ac10ce8ffd1f968382e4cc986dbd509d64954c797767
+Size (numexpr-2.12.1.tar.gz) = 115053 bytes



Home | Main Index | Thread Index | Old Index