summaryrefslogtreecommitdiff
path: root/numpy/numarray/__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.
* Import NewAxis for numarray compatibility.Stefan van der Walt2007-02-031-0/+1
|
* Update C-API to add features needed for numarray compatibility. Output ↵Travis Oliphant2006-08-101-2/+5
| | | | argument added for several functions and clipmode argument added for a few others.
* Add numarray compatibility.Travis Oliphant2006-08-081-2/+19
|
* Add diagflat. Begin to add numarray compatibilityTravis Oliphant2006-08-021-0/+3
|
* fix numarray package a bit.Travis Oliphant2006-07-081-0/+2
|
* Adding numarray C-APITravis Oliphant2006-06-201-0/+0