From: Todd M. <jm...@st...> - 2002-04-15 18:18:20
|
Numarray 0.3.1 and 0.3.2 --------------------------------- Numarray is an array processing package designed to efficiently manipulate large multi-dimensional arrays. Numarray is modelled after Numeric and features c-code generated from python template scripts, the capacity to operate directly on arrays in files, and improved type promotions. Numarray-0.3.1 incorporates a number of bug fixes and enhancements to the C-API, including a minimal Numeric emulation layer which makes it easy to port simple Numeric C-extensions to numarray. The emulation layer is incomplete, so not all Numeric extensions will work, but simple ones *do* with a minimal amount of effort. See Doc/numpy_compat for an example of convolution done using the emulation layer. New for Numarray-0.3.1 is the Numarray manual in PDF and HTML formats; other formats are available for users if the source distribution. Numarray-0.3.2 is a source only release to support Alpha/Tru64. It is essentially Numarray-0.3.1 + one portability bug fix. WHERE ----------- Numarray-0.3.1 windows executable installers and source code tar ball is here: http://sourceforge.net/project/showfiles.php?group_id=1369 Numarray is hosted by Source Forge in the same project which hosts Numeric: http://sourceforge.net/projects/numpy/ The web page for Numarray information is at: http://stsdas.stsci.edu/numarray/index.html Trackers for Numarray Bugs, Feature Requests, Support, and Patches are at the Source Forge project for NumPy at: http://sourceforge.net/tracker/?group_id=1369 REQUIREMENTS -------------------------- numarray-0.3.1 requires Python 2.0 or greater. AUTHORS, LICENSE ------------------------------ Numarray was written by Perry Greenfield, Rick White, Todd Miller, JC Hsu, Paul Barrett, Phil Hodge at the Space Telescope Science Institute. Thanks go to Jochen Kupper of the University of North Carolina for his work on Numarray and for porting the Numarray manual to TeX format. Numarray is made available under a BSD-style License. See LICENSE.txt in the source distribution for details. -- Todd Miller jm...@st... |