Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc. | |||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 1 | -29/+20 | |
| | | | | modules. | |||||
* | CHANGES: | pierregm | 2008-06-08 | 1 | -43/+49 | |
| | | | | | | | | | | | | | | | | | | | core: * When creating a masked array with named fields, the mask has now a flexible type [(n,bool) for n in fields], which allows individual fields to be masked. * When a masked array has named fields, setting the mask to a sequence of booleans will set the mask of all the fields of the corresponding record. * A new property, recordmask, returns either the mask (when no named fields) or a boolean array where values are True if all the fields of one record are masked, False otherwise. * A new private attribute, _isfield, has been introduced to keep track whether an array is a field of a record-like masked array or not, and make sure that the mask is properly propagated. * Setting an existing mask to nomask will only fill the mask with False, not transform it to nomask mrecords: * _fieldmask is now only a synonym for _mask, kept for convenience * revamped __getattribute__ to the example of numpy.core.records.recarray.__getattribute__ * __setslice__ and filled are now inhertied from MaskedArray tests * The tests in test_core have been reorganized to improve clarity and avoid duplication. * test_extras now uses the convention "import numpy as np" | |||||
* | extras : dropped the m prefix in mediff1d, mvander, mpolyfit | pierregm | 2008-05-14 | 1 | -13/+13 | |
| | | | | mrecords: fixed __setitem__ to update the mask if needed. | |||||
* | extras: introduced mvander and mpolyfit | pierregm | 2008-05-13 | 1 | -0/+30 | |
| | ||||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -4/+4 | |
| | ||||||
* | core : fixed sort when axis is None | pierregm | 2008-03-22 | 1 | -0/+30 | |
| | | | | | | | mstats : fixed mmedian, renamed to median and moved to numpy.ma.extras for compatibility extras : introduced median from mstats mrecords: * fixed __array_finalize__ to keep the mask of a masked array when viewing it as a mrecarray * simplified _getdata | |||||
* | Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma. | Stefan van der Walt | 2007-12-15 | 1 | -0/+331 | |