| Commit message (Expand) | Author | Age | Files | Lines |
| * | See #15986. Chain exceptions in linalg | tautaus | 2021-01-31 | 2 | -4/+4 |
| * | Convert some strings to fstrigns | Jakob | 2020-10-24 | 2 | -5/+5 |
| * | ENH: update numpy.linalg.multi_dot to accept an `out` argument (#15715) | sslivkoff | 2020-04-30 | 1 | -0/+35 |
| * | MAINT: Add better error handling in linalg.norm for vectors and clarify it in... | Jim | 2020-03-12 | 2 | -3/+4 |
| * | Merge pull request #15468 from hameerabbasi/fix-svd-sorted | Matti Picus | 2020-02-06 | 1 | -0/+8 |
| |\ |
|
| | * | BUG: Fix for SVD not always sorted with hermitian=True | Hameer Abbasi | 2020-02-05 | 1 | -0/+8 |
| * | | TST: mark the top 3 slowest tests to save ~10 seconds | mattip | 2020-02-02 | 1 | -0/+1 |
| |/ |
|
| * | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 3 | -16/+16 |
| * | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 4 | -8/+0 |
| * | TST: linalg: add ilp64 lapack low-memory smoketest | Pauli Virtanen | 2019-12-21 | 1 | -0/+28 |
| * | TST: fix up issues in requires_memory decorator | Pauli Virtanen | 2019-12-04 | 1 | -1/+1 |
| * | TST: linalg: add smoke test for 64-bit blas | Pauli Virtanen | 2019-12-01 | 1 | -1/+15 |
| * | MAINT: revert gh-14800, which gave precedence to OO->O over OO->? | mattip | 2019-11-06 | 1 | -3/+4 |
| * | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments | mattip | 2019-10-30 | 1 | -2/+2 |
| * | WIP, DEP, ENH: finish richcompare changes from 1.10 | mattip | 2019-10-29 | 1 | -4/+3 |
| * | MAINT: Replace integers in places where booleans are expected | MSeifert04 | 2019-07-01 | 1 | -3/+3 |
| * | Merge pull request #12693 from eric-wieser/gh-9436-hermitian | Matti Picus | 2019-01-13 | 1 | -13/+46 |
| |\ |
|
| | * | ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank` | Eric Wieser | 2019-01-07 | 1 | -13/+46 |
| * | | Merge pull request #12201 from tylerjereddy/test_linalg_commonType | Sebastian Berg | 2019-01-11 | 1 | -0/+7 |
| |\ \
| |/
|/| |
|
| | * | TST: coverage for _commonType() | Tyler Reddy | 2018-11-13 | 1 | -0/+7 |
| * | | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 1 | -4/+1 |
| |/ |
|
| * | Merge pull request #12215 from tylerjereddy/linalg_lstsq_dim_check | Charles Harris | 2018-11-01 | 1 | -1/+10 |
| |\ |
|
| | * | TST: test dims match on lstsq(). | Tyler Reddy | 2018-10-18 | 1 | -1/+10 |
| * | | TST: add test for tensorinv() | Tyler Reddy | 2018-10-26 | 1 | -0/+41 |
| |/ |
|
| * | TST: test multi_dot with 2 arrays | Tyler Reddy | 2018-10-16 | 1 | -0/+8 |
| * | TST: prefer pytest.skip() over SkipTest | Tyler Reddy | 2018-09-21 | 1 | -3/+3 |
| * | TST: Parametrize some linalg tests over types. | Elliott Sales de Andrade | 2018-09-06 | 1 | -70/+52 |
| * | MAINT: reformat line spacing before test methods | mattip | 2018-08-19 | 1 | -2/+0 |
| * | Merge pull request #11691 from charris/fix_matrix_power_regression | Matti Picus | 2018-08-08 | 1 | -57/+74 |
| |\ |
|
| | * | BUG: Make matrix_power again work for object arrays. | Charles Harris | 2018-08-08 | 1 | -57/+74 |
| * | | ENH: support for empty matrices in linalg.lstsq | Jeremy Chen | 2018-08-03 | 1 | -4/+26 |
| |/ |
|
| * | ENH: handle empty matrices in qr decomposition (#11593) | Jeremy Chen | 2018-07-31 | 1 | -12/+19 |
| * | ENH: Allow use of svd on empty arrays | Eric Wieser | 2018-06-27 | 1 | -13/+13 |
| * | TST: linalg: add regression test for gh-8577 | Pauli Virtanen | 2018-05-27 | 1 | -0/+36 |
| * | Merge branch 'master' into linalg-move-matrix-power | Charles Harris | 2018-05-14 | 1 | -178/+231 |
| |\ |
|
| | * | MAINT: move linalg tests using matrix to matrixlib | Marten van Kerkwijk | 2018-04-27 | 1 | -179/+232 |
| * | | ENH: Allow stacks of matrices in matrix_power. | Marten van Kerkwijk | 2018-04-29 | 1 | -11/+20 |
| |/ |
|
| * | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 4 | -21/+4 |
| * | TST: Switch to using pytest markers | Charles Harris | 2018-04-04 | 2 | -12/+15 |
| * | BUG: linalg: fix corner-case behavior of cond() + use SVD if possible | Pauli Virtanen | 2018-02-12 | 1 | -27/+94 |
| * | MAINT: repair deprecated yield tests | xoviat | 2017-12-23 | 1 | -26/+26 |
| * | BUG: Ensure lstsq can handle RHS with all sizes. | Marten van Kerkwijk | 2017-11-06 | 1 | -0/+12 |
| * | TST: linalg: add basic smoketest for cholesky | Pauli Virtanen | 2017-09-30 | 1 | -0/+24 |
| * | ENH: add hermitian=False kwarg to matrix_power | CJ Carey | 2017-09-16 | 1 | -0/+13 |
| * | BUG: Fix pinv on matrix stacks | Eric Wieser | 2017-09-12 | 1 | -2/+6 |
| * | ENH: Warn to change lstsq default for rcond | Sebastian Berg | 2017-08-19 | 1 | -1/+18 |
| * | TST, MAINT: Add `__init__.py` files to tests directories. | Charles Harris | 2017-08-06 | 1 | -0/+0 |
| * | MAINT: Remove `level=` keyword from test arguments. | Charles Harris | 2017-08-05 | 1 | -6/+3 |
| * | MAINT/DOC: Use builtin when np.{x} is builtins.{x}. | Eric Wieser | 2017-08-05 | 1 | -1/+1 |
| * | TST: Remove unittest dependencies in numpy/linalg/tests. | Charles Harris | 2017-07-24 | 2 | -28/+28 |