summaryrefslogtreecommitdiff
path: root/numpy/linalg/tests/test_linalg.py
Commit message (Expand)AuthorAgeFilesLines
* Add namedtuple return types to linalg functions that return tuplesAaron Meurer2022-12-121-26/+31
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+4
* API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-1/+1
* TST: Ignore promotion warning in linalg test calculating atolSebastian Berg2022-06-151-3/+3
* Merge pull request #20669 from DWesl/cygwin-use-reference-blasSebastian Berg2022-04-201-15/+0
|\
| * CI: Run Cygwin CI with Netlib reference BLAS.DWesl2021-12-271-15/+0
* | BUG: Consistent promotion for norm for all values of ord (#17709)Toshiki Kataoka2022-04-071-19/+27
|/
* STY: Wrap long lines in linalg test.DWesl2021-12-241-4/+9
* TST: Mark the failing tests as xfail.DWesl2021-12-241-18/+30
* BUG: Fix tensorsolve for 0-sized inputIvan Yashchuk2021-11-291-0/+21
* MAINT: remove unused importsAlessia Marcolini2021-10-081-3/+0
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-4/+4
* MAINT: Disable test_blas64_dot.Charles Harris2021-07-151-4/+5
* fixed linting issuesczgdp18072021-06-241-4/+5
* Addressed testing reviewsczgdp18072021-06-241-18/+22
* removed debug prints and addressed reviewczgdp18072021-06-071-4/+0
* removed trailing white spacesczgdp18072021-06-051-3/+3
* tests for stacked inputs addedczgdp18072021-06-051-0/+61
* TST: xfail `TestCond.test_nan` unconditionallyRalf Gommers2021-05-081-3/+6
* See #15986. Chain exceptions in linalgtautaus2021-01-311-2/+2
* Convert some strings to fstrignsJakob2020-10-241-3/+3
* ENH: update numpy.linalg.multi_dot to accept an `out` argument (#15715)sslivkoff2020-04-301-0/+35
* MAINT: Add better error handling in linalg.norm for vectors and clarify it in...Jim2020-03-121-1/+2
* Merge pull request #15468 from hameerabbasi/fix-svd-sortedMatti Picus2020-02-061-0/+8
|\
| * BUG: Fix for SVD not always sorted with hermitian=TrueHameer Abbasi2020-02-051-0/+8
* | TST: mark the top 3 slowest tests to save ~10 secondsmattip2020-02-021-0/+1
|/
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-13/+13
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* TST: linalg: add ilp64 lapack low-memory smoketestPauli Virtanen2019-12-211-0/+28
* TST: fix up issues in requires_memory decoratorPauli Virtanen2019-12-041-1/+1
* TST: linalg: add smoke test for 64-bit blasPauli Virtanen2019-12-011-1/+15
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-3/+3
* Merge pull request #12693 from eric-wieser/gh-9436-hermitianMatti Picus2019-01-131-13/+46
|\
| * ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank`Eric Wieser2019-01-071-13/+46
* | Merge pull request #12201 from tylerjereddy/test_linalg_commonTypeSebastian Berg2019-01-111-0/+7
|\ \ | |/ |/|
| * TST: coverage for _commonType()Tyler Reddy2018-11-131-0/+7
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-4/+1
|/
* Merge pull request #12215 from tylerjereddy/linalg_lstsq_dim_checkCharles Harris2018-11-011-1/+10
|\
| * TST: test dims match on lstsq().Tyler Reddy2018-10-181-1/+10
* | TST: add test for tensorinv()Tyler Reddy2018-10-261-0/+41
|/
* TST: test multi_dot with 2 arraysTyler Reddy2018-10-161-0/+8
* TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-211-3/+3
* TST: Parametrize some linalg tests over types.Elliott Sales de Andrade2018-09-061-70/+52
* MAINT: reformat line spacing before test methodsmattip2018-08-191-2/+0
* Merge pull request #11691 from charris/fix_matrix_power_regressionMatti Picus2018-08-081-57/+74
|\
| * BUG: Make matrix_power again work for object arrays.Charles Harris2018-08-081-57/+74
* | ENH: support for empty matrices in linalg.lstsqJeremy Chen2018-08-031-4/+26
|/
* ENH: handle empty matrices in qr decomposition (#11593)Jeremy Chen2018-07-311-12/+19
* ENH: Allow use of svd on empty arraysEric Wieser2018-06-271-13/+13
* TST: linalg: add regression test for gh-8577Pauli Virtanen2018-05-271-0/+36