Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't deprecated bias keyword, just add ddof. | Charles Harris | 2010-07-07 | 1 | -2/+2 |
| | |||||
* | ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword. | Charles Harris | 2010-07-07 | 1 | -2/+2 |
| | |||||
* | ENH: Add test of polyder return type. | Charles Harris | 2010-05-05 | 1 | -0/+8 |
| | |||||
* | BUG: move test from core to lib, mark it as deprected. | David Cournapeau | 2010-03-31 | 1 | -0/+11 |
| | |||||
* | DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittest | Charles Harris | 2010-02-20 | 1 | -3/+3 |
| | | | | | | | | | module. The fix should be good for Python >= 2.4 and used the following sed script: s/\<failUnless\>/assertTrue/g s/\<failIf\>/assertFalse/g s/\<failUnlessEqual\>/assertEqual/g s/\<failUnlessRaises\>/assertRaises/g | ||||
* | removed old behavior for the histogram function. | dhuard | 2010-02-16 | 1 | -10/+0 |
| | |||||
* | BUG: fix #1387. Raise ValueError for empty input to bincount. | David Cournapeau | 2010-02-02 | 1 | -0/+3 |
| | |||||
* | Don't include assert_valid_refcount in numpy.testing.* | Pauli Virtanen | 2009-10-10 | 1 | -1/+2 |
| | | | | It's a private function used only in two internal regression tests. | ||||
* | Add regression test for ticker #1243. | Charles Harris | 2009-09-30 | 1 | -0/+13 |
| | |||||
* | All non core regressions tests moved to their respective modules. | David Cournapeau | 2009-09-16 | 1 | -9/+119 |
| | |||||
* | Fixed #1140: avoid div-by-zero in iter_coords_get for size=0 arrays | Pauli Virtanen | 2009-06-19 | 1 | -0/+4 |
| | |||||
* | Make test_histogramdd_too_many_bins a bit clearer. | Charles Harris | 2009-04-10 | 1 | -1/+1 |
| | |||||
* | Fix ticket #928 | Charles Harris | 2009-04-10 | 1 | -0/+4 |
| | |||||
* | Fix polyint to work correctly with float, complex, and int inputs. | Charles Harris | 2009-03-09 | 1 | -2/+16 |
| | | | | Fix polydiv to work correctly with float, complex, and int inputs. | ||||
* | Fix ticket #944. | Charles Harris | 2009-03-09 | 1 | -3/+8 |
| | |||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+0 |
| | |||||
* | Remove uses of set_package_path, set_local_path, restore_path. | Alan McIntyre | 2008-07-03 | 1 | -3/+0 |
| | | | | | Clean up and (somewhat) standardize test module imports. Removed unneeded reload calls. | ||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+2 |
| | | | | | | | | | | | 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 | -2/+2 |
| | | | | modules. | ||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -1/+1 |
| | |||||
* | Add regression test for #628. | David Cournapeau | 2008-03-21 | 1 | -0/+33 |