summaryrefslogtreecommitdiff
path: root/numpy/linalg/tests/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Add better error handling in linalg.norm for vectors and clarify it in...Jim2020-03-121-2/+2
* 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: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-061-3/+4
* ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add commentsmattip2019-10-301-2/+2
* WIP, DEP, ENH: finish richcompare changes from 1.10mattip2019-10-291-4/+3
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* BUG: Ensure lstsq can handle RHS with all sizes.Marten van Kerkwijk2017-11-061-0/+12
* MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-6/+3
* TST: Remove unittest dependencies in numpy/linalg/tests.Charles Harris2017-07-241-25/+25
* TST: Silence warnings otherwise shown in release modeSebastian Berg2016-09-021-2/+6
* TST: More tests for linalg.norm() with object arraysMatthias Geier2016-05-031-1/+41
* BUG: linalg.norm(): Don't convert object arrays to floatMatthias Geier2016-04-291-0/+6
* STY: PEP8 and pyflakes fixes for numpy/linalg/tests.Charles Harris2015-07-251-28/+33
* TST: add more regression testing related to https://github.com/numpy/numpy/is...alex2014-05-261-0/+3
* BUG: svd ufunc typoalex2014-05-221-1/+9
* BUG: Delay npyiter size check when size may changeSebastian Berg2014-03-121-0/+6
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-4/+4
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 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
* ENH: linalg: convert non-native endian arrays to native-endian before handing...Pauli Virtanen2010-05-111-0/+9
* BUG: fix #786, bad exception for wrong order for linalg.norm.David Cournapeau2009-03-021-0/+5
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-2/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-2/+3
* Fix ordering assumption in regression test.Charles Harris2008-05-211-2/+4
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-4/+4
* Add regression for #627.David Cournapeau2008-03-211-1/+12
* Add regression test for #662.David Cournapeau2008-03-211-1/+12
* Add regression test for ticket #652.David Cournapeau2008-03-211-0/+34