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 Sep 14 10:52:01 UTC 2017
Modified Files:
pkgsrc/math/py-numexpr: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-numexpr/Makefile \
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.8 pkgsrc/math/py-numexpr/Makefile:1.9
--- pkgsrc/math/py-numexpr/Makefile:1.8 Sun May 21 07:06:57 2017
+++ pkgsrc/math/py-numexpr/Makefile Thu Sep 14 10:52:01 2017
@@ -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/}
Index: pkgsrc/math/py-numexpr/distinfo
diff -u pkgsrc/math/py-numexpr/distinfo:1.8 pkgsrc/math/py-numexpr/distinfo:1.9
--- pkgsrc/math/py-numexpr/distinfo:1.8 Sun May 21 07:06:57 2017
+++ pkgsrc/math/py-numexpr/distinfo Thu Sep 14 10:52:01 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index