summaryrefslogtreecommitdiff
path: root/math/py-numexpr
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-09-14 10:52:01 +0000
committeradam <adam@pkgsrc.org>2017-09-14 10:52:01 +0000
commit1122f2bc426972372b74ab4f446ce287e872b955 (patch)
treec28ed0fe16eff37ab2a52c3c87f7c723c389ee17 /math/py-numexpr
parent0e02ebd1b9abae7c41a971f6dae9ab4aaae6a7d0 (diff)
downloadpkgsrc-1122f2bc426972372b74ab4f446ce287e872b955.tar.gz
py-numexpr: update to 2.6.3
Changes from 2.6.2 to 2.6.3 - Documentation now available at readthedocs.io_. - Support for floor() and ceil() functions added by Caleb P. Burns. - NumPy requirement increased from 1.6 to 1.7 due to changes in iterator flags. - Sphinx autodocs support added for documentation on readthedocs.org. - Fixed a bug where complex constants would return an error, fixing problems with `sympy` when using NumExpr as a backend. - Fix for 277 whereby arrays of shape (1,...) would be reduced as if they were full reduction. Behavoir now matches that of NumPy. - String literals are automatically encoded into 'ascii' bytes for convience.
Diffstat (limited to 'math/py-numexpr')
-rw-r--r--math/py-numexpr/Makefile4
-rw-r--r--math/py-numexpr/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index 45f4875a039..059c16eae89 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/05/21 07:06:57 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/14 10:52:01 adam Exp $
-DISTNAME= numexpr-2.6.2
+DISTNAME= numexpr-2.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numexpr/}
diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo
index 96f05779b1e..397d77053cc 100644
--- a/math/py-numexpr/distinfo
+++ b/math/py-numexpr/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/05/21 07:06:57 adam Exp $
+$NetBSD: distinfo,v 1.9 2017/09/14 10:52:01 adam Exp $
-SHA1 (numexpr-2.6.2.tar.gz) = 9597eeaaf22ed9c1794dab5acc219353e389268a
-RMD160 (numexpr-2.6.2.tar.gz) = 8c47dfea300fbcea327de1feb3101bf97e95299b
-SHA512 (numexpr-2.6.2.tar.gz) = 730e19e61987ecb00bfc3a65db043c88a1311046f2ea5f0a48c93d6a8d7576dbaa166b0b9b0f547e344b21b5c269be1b5aa2097e88aaac55219884c7ece55261
-Size (numexpr-2.6.2.tar.gz) = 90970 bytes
+SHA1 (numexpr-2.6.3.tar.gz) = 49073a97a97c491096b36dc0ee8594480ee6c0a9
+RMD160 (numexpr-2.6.3.tar.gz) = bb12268a47396f8927e0c33388a8ec3d4a9484fb
+SHA512 (numexpr-2.6.3.tar.gz) = e3f4ac06078905c95e029503938c6f7f8c58c11732dfe7e87e08aa2b010210013fd0bc83a7b39a82739a1ea9bba4cf81ee8f1b0e96025b8d58af49c443ede2d5
+Size (numexpr-2.6.3.tar.gz) = 90398 bytes