summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-77/+79
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-062-4/+2
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-2/+3
* 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
* | MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+7
|/
* Merge pull request #12185 from tylerjereddy/multi_dot_n2_testCharles Harris2018-10-171-0/+8
|\
| * TST: test multi_dot with 2 arraysTyler Reddy2018-10-161-0/+8
* | MAINT: remove unused _assertSquareness.Tyler Reddy2018-10-161-5/+0
|/
* ENH: __array_function__ support for np.fft and np.linalg (#12117)Stephan Hoyer2018-10-121-1/+86
* 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-082-61/+90
|\
| * BUG: Make matrix_power again work for object arrays.Charles Harris2018-08-082-61/+90
* | Merge pull request #11692 from charris/remove-duplicate-codeMatti Picus2018-08-081-5/+0
|\ \
| * | MAINT: Remove duplicate code.Charles Harris2018-08-081-5/+0
| |/
* | ENH: support for empty matrices in linalg.lstsqJeremy Chen2018-08-032-5/+35
|/
* ENH: handle empty matrices in qr decomposition (#11593)Jeremy Chen2018-07-312-19/+26
* DOC: Use "real symmetric" rather than "symmetric" in ``eigh`` and ''eigvalsh"...Juan Azcarreta2018-07-261-11/+16
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* ENH: Allow use of svd on empty arraysEric Wieser2018-06-273-17/+25
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-3/+3
* Merge pull request #10938 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-05-282-9/+9
|\
| * MAINT: Always spell "get the last two dims" the same wayEric Wieser2018-04-211-4/+5
| * MAINT: Prepare lstsq for vectorization, by using the last indices in shape, n...Eric Wieser2018-04-211-4/+3
| * MAINT: Fix typoEric Wieser2018-04-211-1/+1
* | TST: linalg: add regression test for gh-8577Pauli Virtanen2018-05-271-0/+36
* | Merge branch 'master' into linalg-move-matrix-powerCharles Harris2018-05-142-284/+233
|\ \
| * \ Merge pull request #10975 from mhvk/linalg-matrix-tests-to-matrixlibCharles Harris2018-05-121-179/+232
| |\ \
| | * | MAINT: move linalg tests using matrix to matrixlibMarten van Kerkwijk2018-04-271-179/+232
| * | | BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-106/+2
| |/ /
* | | ENH: Allow stacks of matrices in matrix_power.Marten van Kerkwijk2018-04-292-67/+71
* | | MAINT: Move matrix_power to linalgMarten van Kerkwijk2018-04-291-3/+111
|/ /
* | Merge pull request #10890 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-04-202-29/+102
|\ \ | |/
| * MAINT: compute residuals inside the ufuncEric Wieser2018-04-172-29/+102
* | Merge pull request #10775 from mdboom/return-errors-from-initEric Wieser2018-04-192-8/+9
|\ \
| * | Return NULL from PyInit_* when exception is raisedMichael Droettboom2018-03-302-8/+9
* | | Merge pull request #10878 from mattip/devdocsRalf Gommers2018-04-161-1/+1
|\ \ \ | |_|/ |/| |
| * | update kwargs where neededmattip2018-04-111-1/+1
* | | MAINT: Move lstsq to umath_linalgEric Wieser2018-04-101-50/+14
* | | ENH: Add raw ufuncs to interface to gelsd functionsEric Wieser2018-04-101-8/+94
* | | ENH: Add wrapper functions to allocate workspacesEric Wieser2018-04-101-0/+308
* | | ENH: Add missing cgelsd and sgelsd routineslapack_lite code generator2018-04-104-36/+4798
|/ /
* | MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-064-21/+4
* | TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* | TST: Switch to using pytest markersCharles Harris2018-04-042-12/+15
* | MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
|/
* MAINT: Misc small fixes. (#10722)Charles Harris2018-03-101-1/+1