changes:
Please note that the __future__ options wrt integer division in Python 2.2
are NOT available in Numeric at this time.
Incompatible change to functions sum and product in MA.
See Packages/MA/changes.txt.
Fixed memory leak in divmod [#470058] thanks Reggie Dugard.
Added argmax, argmin for byte, unsigned byte [#474241]
Fixed bug in RandomArray.normal for default shape. [#482046]
To fix bug and correctly accept keyword args, changed fromstring interface
to: fromstring(string, typecode="l", count=-1)
Applied patch #[ #468068 ] Speedups for small matrices by Gary Bishop.
Removed newlines in comment in multiarray.
Fixed uninitalized variable in asinh on Windows.
Optimization: Moved array_range to C (T. Oliphant)
Add coding to setup.py for the BeOs5. (patch #466187, not applied as given)
Removed a couple of warning errors in the sea of same produced by gcc's
warnall.
Fixed bug in arrayfns.histogram (bug #462813)
Optional Package Properties 2.2
Allow external handlers in Properties. No check is made any more that
the handler is an unbound method of the class. Must have the correct
signature, however.
USE_PYTHON (as a testcase, more or less)
-update to 20.2.1, Changes:
-bugfixes
-Lapack update
-Implemented equality and inequality testing for arrays of characters,
complex numbers, and objects (T. Oliphant)
-In RandomArray.py, improved implementation of internal routine
_build_random_array
-Removed tabs from MLab.py and RandomArray.py
-Improved test in RandomArray
Changes:
Version 20.1
MA and kinds rebased on new package Properties (which grew out of the
old activeattr.py file previously in MA). Masked arrays can now be
pickled.
Properties provides a easy-to-use method to have a name act
as if it is a attribute of the class but be able to control reading,
writing, and deleting of that attribute via methods of the class.
Applied patch that fixes errors when Python is pymalloc-enabled (dmcooke).
Applied patch to add new support in LinearAlgebra for symmetrical
eigenvalue problems. (Allesandro Mirone)
Applied patch to fix comparisons to None in MLab.py (jbmoody).
Found and fixed another one in RandomArray.py.
Applied suggested fix by Mark Hadfield to let setup_all.py work on
systems where Python is installed in a directory path that contains
a space.
Version 20.0
Redo setup.py so that binary windows installers for Numeric, FFT, MA,
etc. can be made automatically. Packages LALITE and RANLIB merged back
to top level. Adjustment for BLAS in setup.py.
Documentation of Numeric module made more compatible with pydoc.
argmin/argmax/argsort/sort errors with axis specs fixed (bug #233805)
-- also made them capable of handling args that can be converted to
arrays by adding an array(a, copy=0) at the start.
Fixes sum, product, cumsum, cumproduct, alltrue, sometrue to deal with
zero shape and to take arguments that can be converted to arrays.
MA: See changes.txt file in MA for bug fixes and improvements.
New option for average to return sum of weights.
Fix bug in putmask so that it handles targets of type object.
Because of reference counting issues this is done in Python, not C,
and would not be more efficient than doing your own loop, but we
include it for completeness.
In Packages add draft implementation for PEP 0242, Numerical Kinds.
Add PyArray_CopyArray to the API (Thanks to Dave Grote).
Add defines for cygwin.
In arrayobject.h, add static declaration to importing API pointer.
May solve OS X problems.
Fix bug in FFT packages, added new test. (Thanks to Warren Focke)
Added __deepcopy__ method equal to __copy__ method. Throws an exception
if the target is an array of type 'O'. But this at least allows non-object
type arrays to be copy.deepcopied. If someone has time they can do this case.
For a changelog, I didn't find more than:
Numeric 17.3.0 is intended to be the last release before adding
capabilities supported by Python 2.1. This is a routine catch-up to CVS
release.
The announcement:
Release 17.2.0 is available in source form. It contains the functions put and
putmask, and a performance enhancement. The previous release of this
performance enhancement did not compile on certain platforms; this should
be fixed now. Also included is a substantial update to the masked array
package, MA.
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.