summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15333 from eric-wieser/use-PyDict_GetItemWithErrorMatti Picus2020-01-161-8/+20
|\
| * BUG: Add some missing C error handlingEric Wieser2020-01-151-8/+20
* | DOC: fix typosBrian Wignall2020-01-142-2/+2
|/
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-056-21/+21
* Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-0310-20/+0
|\
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0310-20/+0
* | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-032-32/+5
|/
* MAINT: indicate in numpy.__config__ when fallback lapack_lite is usedPauli Virtanen2020-01-011-5/+16
* MAINT: better way of indicating whether numpy was built with ILP64 BLASPauli Virtanen2020-01-011-0/+6
* ENH: build fallback lapack_lite with 64-bit integers on 64-bit platformsPauli Virtanen2020-01-012-6/+12
* DOC: lapack_lite: fix incorrect information in lapack_lite READMEPauli Virtanen2020-01-011-2/+2
* Merge pull request #15107 from pv/blas64-ilp64-ciCharles Harris2020-01-011-0/+28
|\
| * TST: linalg: add ilp64 lapack low-memory smoketestPauli Virtanen2019-12-211-0/+28
* | DOC: update cholesky docstring regarding input checkingZé Vinícius2019-12-231-2/+4
|/
* Merge pull request #15129 from bwignall/typo_levenMatti Picus2019-12-193-7/+7
|\
| * Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-193-7/+7
* | DOC: linalg: Include information about scipy.linalg. (#14988)Warren Weckesser2019-12-191-2/+48
|/
* ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-143-47/+13
* ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-141-4/+2
* Merge pull request #15052 from pv/blas64-fixupSebastian Berg2019-12-061-1/+1
|\
| * TST: fix up issues in requires_memory decoratorPauli Virtanen2019-12-041-1/+1
* | DOC: Fix statement about norms (#15050)Andreas Klöckner2019-12-051-1/+1
|/
* Merge pull request #15021 from pv/blas64-testCharles Harris2019-12-021-1/+15
|\
| * TST: linalg: add smoke test for 64-bit blasPauli Virtanen2019-12-011-1/+15
* | ENH: core: add LAPACK64_ support in numpy.linalgPauli Virtanen2019-11-294-336/+438
|/
* MAINT: Small clarification spelling fixes.Charles Harris2019-11-251-5/+5
* DOC: fix docstring of np.linalg.normmattip2019-11-231-4/+7
* MAINT: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-061-3/+4
* Merge pull request #14800 from mattip/reorder-obj-comparison-loopCharles Harris2019-11-041-4/+3
|\
| * ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add commentsmattip2019-10-301-2/+2
| * WIP, DEP, ENH: finish richcompare changes from 1.10mattip2019-10-291-4/+3
* | Rename helper functions to not use the word rankEric Wieser2019-10-311-40/+37
|/
* 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