pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-numexpr py-numexpr: updated to 2.8.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/47ff82594225
branches: trunk
changeset: 387647:47ff82594225
user: adam <adam%pkgsrc.org@localhost>
date: Thu Nov 03 10:46:15 2022 +0000
description:
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.
diffstat:
math/py-numexpr/Makefile | 4 ++--
math/py-numexpr/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r afe393e344f9 -r 47ff82594225 math/py-numexpr/Makefile
--- a/math/py-numexpr/Makefile Thu Nov 03 10:43:03 2022 +0000
+++ b/math/py-numexpr/Makefile Thu Nov 03 10:46:15 2022 +0000
@@ -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/}
diff -r afe393e344f9 -r 47ff82594225 math/py-numexpr/distinfo
--- a/math/py-numexpr/distinfo Thu Nov 03 10:43:03 2022 +0000
+++ b/math/py-numexpr/distinfo Thu Nov 03 10:46:15 2022 +0000
@@ -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