summaryrefslogtreecommitdiff
path: root/numpy/linalg/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: Make matrix_power again work for object arrays.Charles Harris2018-08-091-57/+74
* TST: linalg: add regression test for gh-8577Pauli Virtanen2018-05-271-0/+36
* Merge branch 'master' into linalg-move-matrix-powerCharles Harris2018-05-141-178/+231
|\
| * MAINT: move linalg tests using matrix to matrixlibMarten van Kerkwijk2018-04-271-179/+232
* | ENH: Allow stacks of matrices in matrix_power.Marten van Kerkwijk2018-04-291-11/+20
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-064-21/+4
* TST: Switch to using pytest markersCharles Harris2018-04-042-12/+15
* BUG: linalg: fix corner-case behavior of cond() + use SVD if possiblePauli Virtanen2018-02-121-27/+94
* MAINT: repair deprecated yield testsxoviat2017-12-231-26/+26
* BUG: Ensure lstsq can handle RHS with all sizes.Marten van Kerkwijk2017-11-061-0/+12
* TST: linalg: add basic smoketest for choleskyPauli Virtanen2017-09-301-0/+24
* ENH: add hermitian=False kwarg to matrix_powerCJ Carey2017-09-161-0/+13
* BUG: Fix pinv on matrix stacksEric Wieser2017-09-121-2/+6
* ENH: Warn to change lstsq default for rcondSebastian Berg2017-08-191-1/+18
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-6/+3
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-1/+1
* TST: Remove unittest dependencies in numpy/linalg/tests.Charles Harris2017-07-242-28/+28
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* MAINT: Remove python side empty array handling from linalgSebastian Berg2017-04-291-1/+140
* Merge pull request #8682 from eric-wieser/stack-matrix_rankCharles Harris2017-04-121-2/+3
|\
| * ENH: allow argument to matrix_rank to be stackedEric Wieser2017-02-241-2/+3
* | MAINT: Remove asbytes_nested where b prefixes would sufficeEric Wieser2017-03-251-3/+1
* | ENH: Implement most linalg operations for 0x0 matricesEric Wieser2017-03-041-20/+5
* | MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-1/+1
|/
* Merge pull request #8584 from eric-wieser/resolve_axisMarten van Kerkwijk2017-02-211-2/+2
|\
| * MAINT: Be specific about where AxisError is raisedEric Wieser2017-02-201-2/+2
| * MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-201-2/+2
* | fixup! TST: Refactor all the test case listsEric Wieser2017-02-091-89/+77
* | TST: Correct test cases to actually make senseEric Wieser2016-12-191-5/+5
* | TST: Refactor all the test case listsEric Wieser2016-12-191-77/+176
* | TST: Adjust the precision of assert_almost_equal, but based on the typeEric Wieser2016-12-191-8/+11
* | TST: Enable testing pinv on non-square matricesEric Wieser2016-12-191-1/+1
* | TST: Prevent non-square testcases being hidden by square ones (fix typo)Eric Wieser2016-12-191-1/+1
* | TST: Correct pinv test case such that it doesn't fail correct casesEric Wieser2016-12-191-1/+1
* | TST: Add some non-square 0-shaped test-casesEric Wieser2016-12-191-0/+6
* | TST: Correct empty square test case to actually be squareEric Wieser2016-12-191-3/+3
|/
* TST: Silence warnings otherwise shown in release modeSebastian Berg2016-09-021-2/+6
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-5/+5
* BUG: fix float16 type not being called due to wrong orderingJulian Taylor2016-08-051-2/+2
* 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
* BUG: Make sure that the `ord=0` case returns a float.John Kirkham2016-01-221-4/+1
* TST: Verify that `norm` is properly casting values to floats as needed.John Kirkham2016-01-221-0/+96
* MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-101-2/+2
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+2
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-2/+1
* BUG,ENH: allow linalg.cond to work on a stack of matricesSebastian Berg2015-09-251-2/+12
* STY: PEP8 and pyflakes fixes for numpy/linalg/tests.Charles Harris2015-07-253-105/+154
* MAINT: eigenvalues returned by eigh are ascendingalex2015-06-221-13/+11