summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* See #15986. Chain exceptions in linalgtautaus2021-01-313-6/+6
* Merge pull request #18062 from krnilo/add-lstsq-detailsCharles Harris2020-12-301-2/+3
|\
| * STY: Add spaces around '-'.Charles Harris2020-12-301-1/+1
| * DOC: add missing details to linalg.lstsq docstringNilo Kruchelski2020-12-301-2/+3
* | MAINT: multiline regex class simplifyTyler Reddy2020-12-291-1/+1
|/
* Update numpy/linalg/linalg.pyEric Wieser2020-11-201-2/+2
* Update linalg.pyAlex Leontiev2020-11-201-4/+4
* BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* BUG: Fix small bug in make_lite.py.Charles Harris2020-11-011-1/+1
* Convert some strings to fstrignsJakob2020-10-244-15/+15
* DOC: clarify residuals return paramStefan Appelhoff2020-09-191-3/+3
* Merge pull request #17104 from BvB93/sub-modulesCharles Harris2020-09-071-0/+23
|\
| * ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-201-2/+21
| * ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+4
* | MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-1/+1
|/
* MAINT: Remove Duplicated Code (#16848)Wansoo Kim2020-07-141-4/+3
* DOC: cross-reference numpy.dot and numpy.linalg.multi_dotAndras Deak2020-06-211-1/+1
* BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-1/+7
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
* ENH: update numpy.linalg.multi_dot to accept an `out` argument (#15715)sslivkoff2020-04-302-11/+60
* Added some chained exceptionsChris Holland2020-04-231-4/+4
* DOC: Improve docstring for numpy.linalg.lstsq (gh-15920)Pierre de Buyl2020-04-101-6/+6
* 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