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

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


Branch: CURRENT, Version: 1.4.1, Package name: py26-numpy-1.4.1, 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:
[math/lapack] [math/blas] [lang/python26] [devel/libf2c]

Required to build:
[lang/f2c]

Master sites:

SHA1: ec6078aa09acbcca3d90f9f36353fc83e7e1daa0
RMD160: a0bbebd1138ffc93517095e3c06459cd9744a9d6
Filesize: 2150.19 KB

Version history: (Expand)


CVS history: (Expand)


   2010-07-30 12:36:34 by Aleksej Saushev | Files touched by this commit (51)
Log message:
"fortran" -> "fortran77" except where it is clear that it \ 
isn't F77.
"fortran" is alias of "fortran77" for now, but it will \ 
change later.
   2010-04-25 02:02:20 by Matthias Scheler | Files touched by this commit (1)
Log message:
Don't hardcode Python version number. This fixes the build with Python 2.6.
   2010-04-24 19:13:55 by Guillaume Lasmayous | Files touched by this commit (3) | Package updated
Log message:
Update to 1.4.1.
From Wen Heping in PR pkg/43204.
   2010-01-30 17:28:01 by Klaus Heinz | Files touched by this commit (18)
Log message:
Added LICENSE information.
   2010-01-27 21:48:20 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 1.4.0
changes:
- Faster import time
- Extended array wrapping mechanism for ufuncs
- New Neighborhood iterator (C-level only)
- C99-like complex functions in npymath, and a lot of portability
  fixes for basic floating point math functions
   2009-12-04 22:23:22 by Mark Davies | Files touched by this commit (1)
Log message:
Fix so works again with non-default values of PKGSRC_FORTRAN.
   2009-12-03 14:06:56 by Aleksej Saushev | Files touched by this commit (48)
Log message:
Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
   2009-10-24 16:22:49 by Adam Hoka | Files touched by this commit (1)
Log message:
Avoid picking up other fortran compilers when they are installed.
Fixes build when lang/g95 is present on the system.