summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* Don't include assert_valid_refcount in numpy.testing.*Pauli Virtanen2009-10-101-1/+2
* Add regression test for ticker #1243.Charles Harris2009-09-301-0/+13
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-161-9/+119
* Fixed #1140: avoid div-by-zero in iter_coords_get for size=0 arraysPauli Virtanen2009-06-191-0/+4
* Make test_histogramdd_too_many_bins a bit clearer.Charles Harris2009-04-101-1/+1
* Fix ticket #928Charles Harris2009-04-101-0/+4
* Fix polyint to work correctly with float, complex, and int inputs.Charles Harris2009-03-091-2/+16
* Fix ticket #944.Charles Harris2009-03-091-3/+8
* ran reindentJarrod Millman2008-08-081-1/+0
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-3/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+2
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-2/+2
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-1/+1
* Add regression test for #628.David Cournapeau2008-03-211-0/+33