./math/py-numpy, Array processing for numbers, strings, records, and objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q3, Version: 1.13.3, Package name: py27-numpy-1.13.3, Maintainer: pkgsrc-users

NumPy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays. NumPy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.

There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.


Required to run:
[devel/py-setuptools] [devel/py-cython] [lang/g95] [lang/python27] [math/lapack] [math/blas]

Required to build:
[devel/py-nose] [pkgtools/cwrappers]

Master sites:

SHA1: 3638927fd264fd8e90b3894175cb3f15e4d7e3a3
RMD160: 1fdf1e5137b3c79863834737ff2ecb845590cbe0
Filesize: 4238.162 KB

Version history: (Expand)


CVS history: (Expand)


   2017-10-09 14:23:08 by S.P.Zeidler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #5564 - requested by sevan
math/py-numpy: security update

Revisions pulled up:
- math/py-numpy/Makefile                                        1.44
- math/py-numpy/distinfo                                        1.25
- math/py-numpy/patches/patch-numpy_distutils_fcompiler_gnu.py  1.13

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Thu Oct  5 08:21:27 UTC 2017

   Modified Files:
           pkgsrc/math/py-numpy: Makefile distinfo
           pkgsrc/math/py-numpy/patches: patch-numpy_distutils_fcompiler_gnu.py

   Log message:
   py-numpy: update to 1.13.3

   NumPy 1.13.3:
   This is a bugfix release for some problems found since 1.13.1. The most
   important fixes are for CVE-2017-12852 and temporary elision. Users of
   earlier
   versions of 1.13 should upgrade.

   To generate a diff of this commit:
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/math/py-numpy/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/py-numpy/distinfo
   cvs rdiff -u -r1.12 -r1.13 \
       pkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_gnu.py