| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Small clarification spelling fixes. | Charles Harris | 2019-11-25 | 1 | -5/+5 |
* | DOC: fix docstring of np.linalg.norm | mattip | 2019-11-23 | 1 | -4/+7 |
* | MAINT: revert gh-14800, which gave precedence to OO->O over OO->? | mattip | 2019-11-06 | 1 | -3/+4 |
* | Merge pull request #14800 from mattip/reorder-obj-comparison-loop | Charles Harris | 2019-11-04 | 1 | -4/+3 |
|\ |
|
| * | 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 |
* | | Rename helper functions to not use the word rank | Eric Wieser | 2019-10-31 | 1 | -40/+37 |
|/ |
|
* | DOC: add up-to-date numpy.linalg docstring, remove info.py file | Ralf Gommers | 2019-09-22 | 2 | -80/+67 |
* | DOC: Fix hermitian argument docs in svd | hvy | 2019-08-03 | 1 | -6/+6 |
* | MAINT: remove duplicate variable assignments | Christoph Gohlke | 2019-07-24 | 1 | -2/+0 |
* | DEP: Deprecate full and economic modes for linalg.qr | kritisingh1 | 2019-07-22 | 1 | -7/+1 |
* | DOC: Remove explicit .next method calls with built-in next | MSeifert04 | 2019-07-07 | 1 | -1/+1 |
* | MAINT: Replace integers in places where booleans are expected | MSeifert04 | 2019-07-01 | 2 | -5/+5 |
* | Update linalg.py | He Jia | 2019-06-14 | 1 | -1/+1 |
* | Update linalg.py | He Jia | 2019-06-14 | 1 | -1/+1 |
* | DOC: Add return section to linalg.matrix_rank & tensordot | John Law | 2019-05-27 | 1 | -3/+8 |
* | BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589) | Stephan Hoyer | 2019-05-20 | 1 | -3/+3 |
* | Merge pull request #13499 from Bharat123rox/file-closing | Eric Wieser | 2019-05-12 | 2 | -12/+10 |
|\ |
|
| * | Moved statements out of with block | Bharat123rox | 2019-05-11 | 1 | -2/+2 |
| * | Use with statement to open/close files to fix LGTM alerts | Bharat123rox | 2019-05-07 | 2 | -14/+12 |
* | | DOC: Clarify rcond normalization in linalg.pinv | Aaron Voelker | 2019-05-08 | 1 | -3/+3 |
|/ |
|
* | Double to single for linking, = -> == | Katharine Hyatt | 2019-03-18 | 1 | -3/+3 |
* | Single to double backticks for variable in docstring | Katharine Hyatt | 2019-03-14 | 1 | -1/+1 |
* | DOC: add backticks to linalg | Katharine Hyatt | 2019-03-13 | 1 | -14/+14 |
* | DOC: reduce warnings when building, reword, tweak doc building | mattip | 2019-02-28 | 1 | -2/+0 |
* | DOC: fix invalid escape sequence | Adam J. Stewart | 2019-01-30 | 1 | -1/+1 |
* | DOC: Euclidean 2-norm -> squared Euclidean 2-norm | Adam J. Stewart | 2019-01-30 | 1 | -6/+6 |
* | DOC: fix math formatting of np.linalg.lstsq docs | Adam J. Stewart | 2019-01-30 | 1 | -5/+5 |
* | DOC: remove python2-only methods, small cleanups | mattip | 2019-01-21 | 1 | -1/+1 |
* | Merge pull request #12693 from eric-wieser/gh-9436-hermitian | Matti Picus | 2019-01-13 | 2 | -23/+83 |
|\ |
|
| * | ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank` | Eric Wieser | 2019-01-07 | 2 | -23/+83 |
* | | 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 |
* | | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -77/+79 |
* | | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 2 | -4/+2 |
* | | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -2/+3 |
|/ |
|
* | 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 |
* | | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -1/+7 |
|/ |
|
* | Merge pull request #12185 from tylerjereddy/multi_dot_n2_test | Charles Harris | 2018-10-17 | 1 | -0/+8 |
|\ |
|
| * | TST: test multi_dot with 2 arrays | Tyler Reddy | 2018-10-16 | 1 | -0/+8 |
* | | MAINT: remove unused _assertSquareness. | Tyler Reddy | 2018-10-16 | 1 | -5/+0 |
|/ |
|
* | ENH: __array_function__ support for np.fft and np.linalg (#12117) | Stephan Hoyer | 2018-10-12 | 1 | -1/+86 |
* | 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 | 2 | -61/+90 |
|\ |
|
| * | BUG: Make matrix_power again work for object arrays. | Charles Harris | 2018-08-08 | 2 | -61/+90 |
* | | Merge pull request #11692 from charris/remove-duplicate-code | Matti Picus | 2018-08-08 | 1 | -5/+0 |
|\ \ |
|