summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Restore old test framework classes.Alan McIntyre2008-06-211-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 McIntyre2008-06-171-0/+4
| | | | modules.
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+1
|
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-051-1/+2
|
* More fixes to backward compatibilityTravis Oliphant2006-08-051-4/+20
|
* Many name-changes in oldnumeric. This may break some numpy code that was ↵Travis Oliphant2006-08-041-15/+7
| | | | using the oldnumeric interface.
* Convert so that axis arguments are consistent for methods and functions. ↵Travis Oliphant2006-08-041-0/+12
| | | | Place functions for which this changes the Numeric default into oldnumeric.
* Make the default array type float.Travis Oliphant2006-06-301-0/+6
|
* Fix-up oldnumeric moduleTravis Oliphant2006-06-121-0/+15