Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20071 from alessiamarcolini/refactor | Charles Harris | 2021-10-22 | 3 | -6/+2 |
|\ | |||||
| * | MAINT: remove unused imports | Alessia Marcolini | 2021-10-08 | 3 | -6/+2 |
* | | MAINT: LGTM.com recommendation: Except block handles 'BaseException' | Dimitri Papadopoulos | 2021-10-07 | 1 | -4/+1 |
|/ | |||||
* | Merge pull request #19913 from DimitriPapadopoulos/lgtm_error | Charles Harris | 2021-09-27 | 1 | -9/+12 |
|\ | |||||
| * | MAINT: Fix LGTM.com error | Dimitri Papadopoulos | 2021-09-22 | 1 | -9/+12 |
* | | Merge pull request #19911 from DimitriPapadopoulos/codespell | Sebastian Berg | 2021-09-21 | 3 | -7/+7 |
|\ \ | |/ |/| | |||||
| * | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 3 | -7/+7 |
* | | REV: 30f8391 | Dimitri Papadopoulos | 2021-09-21 | 1 | -0/+4 |
* | | REV: 96727cf | Dimitri Papadopoulos | 2021-09-21 | 2 | -8/+15 |
* | | DOC: consistent README.rst and docstring | Dimitri Papadopoulos | 2021-09-21 | 1 | -2/+2 |
* | | MAINT: force shebang to python2.7 | Dimitri Papadopoulos | 2021-09-21 | 4 | -2/+8 |
* | | REV: 7949ba5 | Dimitri Papadopoulos | 2021-09-21 | 1 | -2/+2 |
* | | REV: b62ffc5 | Dimitri Papadopoulos | 2021-09-21 | 1 | -2/+2 |
* | | REV: aec0576 | Dimitri Papadopoulos | 2021-09-21 | 1 | -9/+10 |
* | | REV: 583901a | Dimitri Papadopoulos | 2021-09-21 | 2 | -2/+2 |
|/ | |||||
* | MAINT: Reexport `LinAlgError` to the `np.linalg.linalg` stubs | Bas van Beek | 2021-09-20 | 1 | -0/+2 |
* | MAINT: Let `eig` and `eigvals` return a union for real inputs | Bas van Beek | 2021-09-18 | 1 | -5/+13 |
* | ENH: Add annotations for `np.linalg` | Bas van Beek | 2021-09-17 | 1 | -20/+274 |
* | MAINT: Move `linalg` function definitions to `linalg.linalg` | Bas van Beek | 2021-09-17 | 2 | -21/+43 |
* | STY: Small cleanups of includes in *.c files. | Charles Harris | 2021-09-03 | 1 | -2/+2 |
* | Merge pull request #19810 from charris/update-some-includes | Charles Harris | 2021-09-03 | 3 | -5/+9 |
|\ | |||||
| * | MAIN: Minor include rationalization. | Charles Harris | 2021-09-03 | 3 | -5/+9 |
* | | fix unhashable instance and potential exception identified by LGTM | Sista Seetaram | 2021-09-03 | 1 | -1/+0 |
* | | fixed unhashable instance and potential exception as listed in LGTM#19077 | Sista Seetaram | 2021-09-03 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #19559 from BvB93/pytest | Matti Picus | 2021-07-26 | 1 | -0/+4 |
|\ | |||||
| * | ENH: Add `__path__` annotations to all sub-packages | Bas van Beek | 2021-07-25 | 1 | -0/+1 |
| * | ENH: Add annotations for `<module>.test` objects | Bas van Beek | 2021-07-25 | 1 | -0/+3 |
* | | MAINT: Disable test_blas64_dot. | Charles Harris | 2021-07-15 | 1 | -4/+5 |
* | | Merge pull request #19151 from czgdp1807/stack_mat | Matti Picus | 2021-07-14 | 3 | -66/+870 |
|\ \ | |/ |/| | |||||
| * | removed redudancy in code | czgdp1807 | 2021-07-10 | 2 | -44/+20 |
| * | removed redundant functions | czgdp1807 | 2021-07-09 | 1 | -67/+49 |
| * | fixed linting issues | czgdp1807 | 2021-06-24 | 1 | -4/+5 |
| * | addressed C reviews | czgdp1807 | 2021-06-24 | 1 | -33/+8 |
| * | Addressed testing reviews | czgdp1807 | 2021-06-24 | 2 | -20/+24 |
| * | refactoring complete | czgdp1807 | 2021-06-22 | 1 | -145/+60 |
| * | factored out common init parts for sorgqr, dorgqr | czgdp1807 | 2021-06-22 | 1 | -109/+57 |
| * | updated method for finding optimal work_count | czgdp1807 | 2021-06-09 | 1 | -9/+21 |
| * | shifted qr code in umath_linalg.c.src above | czgdp1807 | 2021-06-09 | 1 | -426/+425 |
| * | Take work_count as it is | czgdp1807 | 2021-06-09 | 1 | -6/+6 |
| * | fixed title line in release notes | czgdp1807 | 2021-06-08 | 1 | -6/+0 |
| * | Addressed reviews | czgdp1807 | 2021-06-08 | 2 | -3/+10 |
| * | removed debug prints and addressed review | czgdp1807 | 2021-06-07 | 2 | -5/+0 |
| * | documentation fix | czgdp1807 | 2021-06-05 | 1 | -2/+2 |
| * | resolved linting issues | czgdp1807 | 2021-06-05 | 1 | -1/+1 |
| * | resolved linting issues | czgdp1807 | 2021-06-05 | 1 | -1/+2 |
| * | removed trailing white spaces | czgdp1807 | 2021-06-05 | 3 | -21/+21 |
| * | linting issue fixed | czgdp1807 | 2021-06-05 | 1 | -1/+2 |
| * | documentation updated | czgdp1807 | 2021-06-05 | 1 | -8/+20 |
| * | tests for stacked inputs added | czgdp1807 | 2021-06-05 | 1 | -0/+61 |
| * | existing tests passed | czgdp1807 | 2021-06-05 | 2 | -24/+57 |