| Commit message (Expand) | Author | Age | Files | Lines |
* | Add namedtuple return types to linalg functions that return tuples | Aaron Meurer | 2022-12-12 | 1 | -26/+31 |
* | TST: Adapt test for modification to == and != deprecation/futurewarning | Sebastian Berg | 2022-12-01 | 1 | -4/+1 |
* | TST: Skip tests that are not currently supported in wasm | Hood Chatham | 2022-11-11 | 1 | -1/+4 |
* | API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state` | Sebastian Berg | 2022-06-15 | 1 | -1/+1 |
* | TST: Ignore promotion warning in linalg test calculating atol | Sebastian Berg | 2022-06-15 | 1 | -3/+3 |
* | Merge pull request #20669 from DWesl/cygwin-use-reference-blas | Sebastian Berg | 2022-04-20 | 1 | -15/+0 |
|\ |
|
| * | CI: Run Cygwin CI with Netlib reference BLAS. | DWesl | 2021-12-27 | 1 | -15/+0 |
* | | BUG: Consistent promotion for norm for all values of ord (#17709) | Toshiki Kataoka | 2022-04-07 | 1 | -19/+27 |
|/ |
|
* | STY: Wrap long lines in linalg test. | DWesl | 2021-12-24 | 1 | -4/+9 |
* | TST: Mark the failing tests as xfail. | DWesl | 2021-12-24 | 1 | -18/+30 |
* | BUG: Fix tensorsolve for 0-sized input | Ivan Yashchuk | 2021-11-29 | 1 | -0/+21 |
* | TST: remove obsolete TestF77Mismatch | H. Vetinari | 2021-11-25 | 1 | -53/+0 |
* | MAINT: remove unused imports | Alessia Marcolini | 2021-10-08 | 1 | -3/+0 |
* | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 1 | -4/+4 |
* | MAINT: Disable test_blas64_dot. | Charles Harris | 2021-07-15 | 1 | -4/+5 |
* | fixed linting issues | czgdp1807 | 2021-06-24 | 1 | -4/+5 |
* | Addressed testing reviews | czgdp1807 | 2021-06-24 | 1 | -18/+22 |
* | removed debug prints and addressed review | czgdp1807 | 2021-06-07 | 1 | -4/+0 |
* | removed trailing white spaces | czgdp1807 | 2021-06-05 | 1 | -3/+3 |
* | tests for stacked inputs added | czgdp1807 | 2021-06-05 | 1 | -0/+61 |
* | TST: xfail `TestCond.test_nan` unconditionally | Ralf Gommers | 2021-05-08 | 1 | -3/+6 |
* | 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 |
|\ |
|