summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Clean-up 'next = __next__' used for Python 2 compatibilityMike Taves2020-04-011-4/+0
* MAINT: Add better error handling in linalg.norm for vectors and clarify it in...Jim2020-03-123-7/+11
* convert shebang from python to python3 (#15687)Changqing Li2020-03-042-2/+2
* DOC: Improve the `numpy.linalg.eig` doctring. (#15550)Charles Harris2020-02-131-9/+16
* Merge pull request #15468 from hameerabbasi/fix-svd-sortedMatti Picus2020-02-062-8/+21
|\
| * BUG: Fix for SVD not always sorted with hermitian=TrueHameer Abbasi2020-02-052-8/+21
* | TST: mark the top 3 slowest tests to save ~10 secondsmattip2020-02-021-0/+1
|/
* Merge pull request #15417 from sethtroisi/python2_easyMatti Picus2020-01-292-8/+1
|\
| * MAINT: Python2 CleanupsSeth Troisi2020-01-282-8/+1
* | Merge pull request #15452 from mwtoews/E401Matti Picus2020-01-291-1/+2
|\ \
| * | STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-1/+2
| |/
* | MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-6/+1
|/
* MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-211-34/+34
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-12/+8
* Merge pull request #15224 from pv/lapack-lite-symrenameMatti Picus2020-01-2012-37/+787
|\
| * GEN: regenerate lapack_litePauli Virtanen2020-01-148-25/+716
| * MAINT: linalg: use symbol suffix in fallback lapack_litePauli Virtanen2020-01-144-12/+71
* | 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