summaryrefslogtreecommitdiff
path: root/numpy/linalg/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAINT: notice that eigvalsh returns a sorted arrayalex2015-06-191-7/+3
* TST: Make the test for linalg matrix norms coverage completeRittaNarita2015-03-301-20/+23
* ENH: nuclear normalex2014-12-251-5/+24
* BUG: Xerbla doesn't get linked in 1.10-devel.Charles Harris2014-12-241-3/+6
* ENH: add `multi_dot`: dot with multiple arguments.Stefan Otte2014-11-101-2/+88
* MAINT: Stop repeatedly running duplicate tests.Eric Moore2014-10-171-0/+1
* ENH: Add keepdims to linalg.normEric Moore2014-10-171-0/+42
* TST: pass sys.argv to run_module_suite by defaultJulian Taylor2014-09-041-3/+5
* 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
* BUG: Fix wrong variable in test_build.py exception.Charles Harris2014-02-151-5/+5
* MAINT: linalg: prune unused routines from lapack_litePauli Virtanen2014-01-121-5/+5
* BUG: fix complex norm of higher orderJulian Taylor2014-01-021-0/+12
* BUG: linalg: norm fails on longdouble, signed intLars Buitinck2013-12-261-0/+12
* MAINT: Refactor eigh and eigvalsh and associated tests.Charles Harris2013-10-261-41/+50
* BUG: reject invalid UPLO with ValueError in eigh/eigvalshJulian Taylor2013-10-251-3/+29
* BUG: fix broken UPLO of eigh in python3Julian Taylor2013-10-251-1/+22
* TST: Initialize some arrays to to avoid valgrind warningsSebastian Berg2013-10-241-1/+1
* BUG: linalg: don't tell BLAS to use zero stridesPauli Virtanen2013-10-121-1/+31
* TST: linalg: better rtol choicePauli Virtanen2013-10-081-1/+5
* TST: linalg: add slightly bigger test case + don't catch KeyboardInterruptPauli Virtanen2013-10-081-1/+9
* MAINT: linalg: strip out unused gufuncs_linalg codePauli Virtanen2013-10-071-500/+0
* TST: linalg: add more comprehensive test cases for linalg funcsPauli Virtanen2013-10-071-223/+332
* BUG: Allos linalg.solve to handle zero equations.Sebastian Berg2013-10-011-0/+18
* MAINT: Make the qr raw mode test independent of the LAPACK library.Charles Harris2013-09-121-38/+22
* MAINT: Refactor test_xerbla to hide printed error messages.Charles Harris2013-09-111-36/+25
* STY: Giant comma spacing fixup.Charles Harris2013-08-183-109/+109
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-7/+7
* ENH: inv/solve work with empty inner and others empty outer arraySebastian Berg2013-08-041-0/+48
* STY: linalg: some PEP8 clean up.Warren Weckesser2013-06-041-34/+38
* ENH: linalg: allow the 'axis' argument of linalg.norm to be a 2-tuple, in whi...Warren Weckesser2013-06-041-3/+49
* ENH: linalg: Add the `axis` keyword to linalg.norm.Warren Weckesser2013-06-011-5/+24
* TST: linalg: make sure that running the xerbla test is safePauli Virtanen2013-05-121-1/+43
* Merge pull request #3220 from pv/linalg-guCharles Harris2013-04-172-34/+703
|\
| * TST: linalg: add tests for xerbla functionality (with and without GIL)Pauli Virtanen2013-04-131-1/+19
| * TST: linalg: test return types of generalized linalg routinesPauli Virtanen2013-04-121-0/+83