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:           Thu Nov  3 10:46:15 UTC 2022

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

Log Message:
py-numexpr: updated to 2.8.4

Changes from 2.8.3 to 2.8.4
---------------------------
* Support for Python 3.11 has been added.
* Thanks to Tobias Hangleiter for an improved accuracy complex `expm1` function.
  While it is 25 % slower, it is significantly more accurate for the real component
  over a range of values and matches NumPy outputs much more closely.
* Thanks to Kirill Kouzoubov for a range of fixes to constants parsing that was
  resulting in duplicated constants of the same value.
* Thanks to Mark Harfouche for noticing that we no longer need `numpy` version
  checks. `packaging` is no longer a requirement as a result.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/math/py-numexpr/Makefile
cvs rdiff -u -r1.22 -r1.23 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.26 pkgsrc/math/py-numexpr/Makefile:1.27
--- pkgsrc/math/py-numexpr/Makefile:1.26        Sun Sep 11 15:55:43 2022
+++ pkgsrc/math/py-numexpr/Makefile     Thu Nov  3 10:46:15 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2022/09/11 15:55:43 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2022/11/03 10:46:15 adam Exp $
 
-DISTNAME=      numexpr-2.8.3
+DISTNAME=      numexpr-2.8.4
 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.22 pkgsrc/math/py-numexpr/distinfo:1.23
--- pkgsrc/math/py-numexpr/distinfo:1.22        Sun Sep 11 15:55:43 2022
+++ pkgsrc/math/py-numexpr/distinfo     Thu Nov  3 10:46:15 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/09/11 15:55:43 wiz Exp $
+$NetBSD: distinfo,v 1.23 2022/11/03 10:46:15 adam Exp $
 
-BLAKE2s (numexpr-2.8.3.tar.gz) = bacae1a4917817ffc53d5480cd3f30859ce12319f88a1ddefe2c1037cfe9bf3d
-SHA512 (numexpr-2.8.3.tar.gz) = 21f841715be9752d210eb9a9cb516cbeb59af999f20d8c3f68acf0cc2fa8670800e64aaceee492e205c12ddf4057982e3a3e0872f5b548352b8db40848fb6597
-Size (numexpr-2.8.3.tar.gz) = 98436 bytes
+BLAKE2s (numexpr-2.8.4.tar.gz) = 73aec648abefd2668c2e32cdff90ab5bf05df43fe4ecfc3ea37fc9520ea4a9f6
+SHA512 (numexpr-2.8.4.tar.gz) = d18e7d2842a6615229474c5e92c37efb070b6f630329d22028f161746bd9b4d612335d9d657098ed25c501f8e233b084834ae10cabbb81305e9c4b465d72d85f
+Size (numexpr-2.8.4.tar.gz) = 98719 bytes



Home | Main Index | Thread Index | Old Index