summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* DOC: add up-to-date numpy.linalg docstring, remove info.py fileRalf Gommers2019-09-222-80/+67
* DOC: Fix hermitian argument docs in svdhvy2019-08-031-6/+6
* MAINT: remove duplicate variable assignmentsChristoph Gohlke2019-07-241-2/+0
* DEP: Deprecate full and economic modes for linalg.qrkritisingh12019-07-221-7/+1
* DOC: Remove explicit .next method calls with built-in nextMSeifert042019-07-071-1/+1
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-012-5/+5
* Update linalg.pyHe Jia2019-06-141-1/+1
* Update linalg.pyHe Jia2019-06-141-1/+1
* DOC: Add return section to linalg.matrix_rank & tensordotJohn Law2019-05-271-3/+8
* BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589)Stephan Hoyer2019-05-201-3/+3
* Merge pull request #13499 from Bharat123rox/file-closingEric Wieser2019-05-122-12/+10
|\
| * Moved statements out of with blockBharat123rox2019-05-111-2/+2
| * Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-072-14/+12
* | DOC: Clarify rcond normalization in linalg.pinvAaron Voelker2019-05-081-3/+3
|/
* Double to single for linking, = -> ==Katharine Hyatt2019-03-181-3/+3
* Single to double backticks for variable in docstringKatharine Hyatt2019-03-141-1/+1
* DOC: add backticks to linalgKatharine Hyatt2019-03-131-14/+14
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-2/+0
* DOC: fix invalid escape sequenceAdam J. Stewart2019-01-301-1/+1
* DOC: Euclidean 2-norm -> squared Euclidean 2-normAdam J. Stewart2019-01-301-6/+6
* DOC: fix math formatting of np.linalg.lstsq docsAdam J. Stewart2019-01-301-5/+5
* DOC: remove python2-only methods, small cleanupsmattip2019-01-211-1/+1
* Merge pull request #12693 from eric-wieser/gh-9436-hermitianMatti Picus2019-01-132-23/+83
|\
| * ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank`Eric Wieser2019-01-072-23/+83
* | Merge pull request #12201 from tylerjereddy/test_linalg_commonTypeSebastian Berg2019-01-111-0/+7
|\ \ | |/ |/|
| * TST: coverage for _commonType()Tyler Reddy2018-11-131-0/+7
* | 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