summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-2/+1
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-3/+3
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+2
* MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-18/+16
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-9/+9
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-5/+5
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-2/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-3/+3
* DOC, MAINT: Enforce np.ndarray arg for np.put and np.placegfyoung2016-01-141-4/+0
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-29/+33
* TST: Raise AssertionError on failureJoseph Martinot-Lagarde2013-10-101-0/+2
* TST: Regression test for gh-2561Joseph Martinot-Lagarde2013-10-091-0/+14
* DEP, MAINT: Remove references to numeric and numarray.Charles Harris2013-09-231-4/+4
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-14/+19
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-38/+38
* 2to3: Apply unicode fixer.Charles Harris2013-04-211-1/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+6
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: Make nansum work with booleans.Charles Harris2013-02-121-0/+9
* ENH: Allow bincount to accept empty arrays.Skipper Seabold2012-03-041-4/+0
* BUG: loadtxt: There was some extra nesting for subarray dtypes (Ticket #1936)Mark Wiebe2011-08-201-0/+20
* TST: fix ResourceWarning under Python 3.2rgommers2011-03-111-0/+1
* DEP: remove deprecated get_numpy_include.rgommers2011-03-111-3/+1
* TST: clean up some ResourceWarnings from python 3.2.rgommers2011-03-021-11/+13
* TST: Add regression test for ticket #1676.Charles Harris2010-11-241-0/+12
* Don't deprecated bias keyword, just add ddof.Charles Harris2010-07-071-2/+2
* ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword.Charles Harris2010-07-071-2/+2
* ENH: Add test of polyder return type.Charles Harris2010-05-051-0/+8
* BUG: move test from core to lib, mark it as deprected.David Cournapeau2010-03-311-0/+11
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-3/+3
* removed old behavior for the histogram function.dhuard2010-02-161-10/+0
* BUG: fix #1387. Raise ValueError for empty input to bincount.David Cournapeau2010-02-021-0/+3
* 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