summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* DOC: clarify the return value of linalg.choleskyStephan Hoyer2022-02-171-2/+2
* STY: Wrap long lines in linalg test.DWesl2021-12-241-4/+9
* TST: Mark the failing tests as xfail.DWesl2021-12-241-18/+30
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-232-3/+1
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-232-17/+15
* BUG: Fix PyInit__umath_linalg typeKazuki Sakamoto2021-12-151-1/+1
* BUG: Fix tensorsolve for 0-sized inputIvan Yashchuk2021-11-292-1/+28
* TST: remove obsolete TestF77MismatchH. Vetinari2021-11-251-53/+0
* Merge pull request #20156 from melissawm/fix-cond-docsCharles Harris2021-10-251-2/+2
|\
| * DOC: Clarify table contents in cond docstringmelissawm2021-10-221-4/+4
| * DOC: Fixed docstring for parameters 2 and -2 on linalg.condmelissawm2021-10-211-2/+2
* | Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-223-6/+2
|\ \ | |/ |/|
| * MAINT: remove unused importsAlessia Marcolini2021-10-083-6/+2
* | MAINT: LGTM.com recommendation: Except block handles 'BaseException'Dimitri Papadopoulos2021-10-071-4/+1
|/
* Merge pull request #19913 from DimitriPapadopoulos/lgtm_errorCharles Harris2021-09-271-9/+12
|\
| * MAINT: Fix LGTM.com errorDimitri Papadopoulos2021-09-221-9/+12
* | Merge pull request #19911 from DimitriPapadopoulos/codespellSebastian Berg2021-09-213-7/+7
|\ \ | |/ |/|
| * DOC: Typos found by codespellDimitri Papadopoulos2021-09-213-7/+7
* | REV: 30f8391Dimitri Papadopoulos2021-09-211-0/+4
* | REV: 96727cfDimitri Papadopoulos2021-09-212-8/+15
* | DOC: consistent README.rst and docstringDimitri Papadopoulos2021-09-211-2/+2
* | MAINT: force shebang to python2.7Dimitri Papadopoulos2021-09-214-2/+8
* | REV: 7949ba5Dimitri Papadopoulos2021-09-211-2/+2
* | REV: b62ffc5Dimitri Papadopoulos2021-09-211-2/+2
* | REV: aec0576Dimitri Papadopoulos2021-09-211-9/+10
* | REV: 583901aDimitri Papadopoulos2021-09-212-2/+2
|/
* MAINT: Reexport `LinAlgError` to the `np.linalg.linalg` stubsBas van Beek2021-09-201-0/+2
* MAINT: Let `eig` and `eigvals` return a union for real inputsBas van Beek2021-09-181-5/+13
* ENH: Add annotations for `np.linalg`Bas van Beek2021-09-171-20/+274
* MAINT: Move `linalg` function definitions to `linalg.linalg`Bas van Beek2021-09-172-21/+43
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-2/+2
* Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-033-5/+9
|\
| * MAIN: Minor include rationalization.Charles Harris2021-09-033-5/+9
* | fix unhashable instance and potential exception identified by LGTMSista Seetaram2021-09-031-1/+0
* | fixed unhashable instance and potential exception as listed in LGTM#19077Sista Seetaram2021-09-031-2/+2
|/
* Merge pull request #19559 from BvB93/pytestMatti Picus2021-07-261-0/+4
|\
| * ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
| * ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+3
* | MAINT: Disable test_blas64_dot.Charles Harris2021-07-151-4/+5
* | Merge pull request #19151 from czgdp1807/stack_matMatti Picus2021-07-143-66/+870
|\ \ | |/ |/|
| * removed redudancy in codeczgdp18072021-07-102-44/+20
| * removed redundant functionsczgdp18072021-07-091-67/+49
| * fixed linting issuesczgdp18072021-06-241-4/+5
| * addressed C reviewsczgdp18072021-06-241-33/+8
| * Addressed testing reviewsczgdp18072021-06-242-20/+24
| * refactoring completeczgdp18072021-06-221-145/+60
| * factored out common init parts for sorgqr, dorgqrczgdp18072021-06-221-109/+57
| * updated method for finding optimal work_countczgdp18072021-06-091-9/+21
| * shifted qr code in umath_linalg.c.src aboveczgdp18072021-06-091-426/+425
| * Take work_count as it isczgdp18072021-06-091-6/+6