pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numpy Updated py-numpy to 1.11.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/030847904fbb
branches:  trunk
changeset: 356511:030847904fbb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 01 15:31:47 2017 +0000

description:
Updated py-numpy to 1.11.3.

==========================
NumPy 1.11.3 Release Notes
==========================

Numpy 1.11.3 fixes a bug that leads to file corruption when very large files
opened in append mode are used in ``ndarray.tofile``. It supports Python
versions 2.6 - 2.7 and 3.2 - 3.5. Wheels for Linux, Windows, and OS X can be
found on PyPI.


Contributors to maintenance/1.11.3
==================================

A total of 2 people contributed to this release.  People with a "+" by their
names contributed a patch for the first time.

- Charles Harris
- Pavel Potocek +

Pull Requests Merged
====================

- `#8341 <https://github.com/numpy/numpy/pull/8341>`__: BUG: Fix ndarray.tofile large file corruption in append mode.
- `#8346 <https://github.com/numpy/numpy/pull/8346>`__: TST: Fix tests in PR #8341 for NumPy 1.11.x

diffstat:

 math/py-numpy/Makefile |   4 ++--
 math/py-numpy/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 135567443838 -r 030847904fbb math/py-numpy/Makefile
--- a/math/py-numpy/Makefile    Sun Jan 01 15:23:08 2017 +0000
+++ b/math/py-numpy/Makefile    Sun Jan 01 15:31:47 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2016/12/12 14:36:22 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2017/01/01 15:31:47 wiz Exp $
 
-DISTNAME=      numpy-1.11.2
+DISTNAME=      numpy-1.11.3
 GITHUB_PROJECT=        numpy
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
diff -r 135567443838 -r 030847904fbb math/py-numpy/distinfo
--- a/math/py-numpy/distinfo    Sun Jan 01 15:23:08 2017 +0000
+++ b/math/py-numpy/distinfo    Sun Jan 01 15:31:47 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2016/10/31 16:26:57 wiz Exp $
+$NetBSD: distinfo,v 1.18 2017/01/01 15:31:47 wiz Exp $
 
-SHA1 (numpy-1.11.2.tar.gz) = 17ea256c912cb3227c3e75c5916b4222d726181e
-RMD160 (numpy-1.11.2.tar.gz) = 06eacee90eac54a2c005cfcc08986a721a283044
-SHA512 (numpy-1.11.2.tar.gz) = f45e7496a1366ffdd58f2bf2b6fffffec141230b2d1391ac9380221074a7fd7538d9730ab19708a48e1538c3e4ae746e61fa451f52fcf315414817ea4bfbf2aa
-Size (numpy-1.11.2.tar.gz) = 4386482 bytes
+SHA1 (numpy-1.11.3.tar.gz) = 872f3dc31cfb168ba3a55c2876eebc0b7b75ccf0
+RMD160 (numpy-1.11.3.tar.gz) = 2758d91f0ce0f6419a65153a5ffd63340a36c0d3
+SHA512 (numpy-1.11.3.tar.gz) = 9383383b2b02ae71e248bc1ed41f0addfa9fc5f068da933e2717631228083fb504844c64d41a61e2722a63ab1e191a4c6764b664e75f00f720fdfd23d5ad40a9
+Size (numpy-1.11.3.tar.gz) = 4386913 bytes
 SHA1 (patch-aa) = c964fa13fb120b1b0f9d0bf5bc713507cd60b945
 SHA1 (patch-ab) = b421455fdbb666c8075d8bffbeb59533434d23e6
 SHA1 (patch-numpy_core_include_numpy___numpyconfig.h.in) = 03abdf987d56076516978658c1c2d8d9ebe3a9a1



Home | Main Index | Thread Index | Old Index