summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove workarounds for gh-9527Eric Wieser2017-10-181-12/+3
* DOC: Refine SVD documentation (#9845)Toon Verstraelen2017-10-181-48/+89
* DOC: Make qr options render correctly as list.Charles Harris2017-10-161-7/+7
* TST: linalg: add basic smoketest for choleskyPauli Virtanen2017-09-301-0/+24
* ENH: add hermitian=False kwarg to matrix_powerCJ Carey2017-09-162-7/+29
* ENH: Broadcast the second argument of matrix_rank to match pinvEric Wieser2017-09-121-5/+10
* BUG: Fix pinv on matrix stacksEric Wieser2017-09-122-28/+55
* MAINT: Remove use of int as booleanEric Wieser2017-09-121-2/+2
* MAINT: Remove global statementSrinivas Reddy Thatiparthy2017-08-311-7/+5
* ENH: Warn to change lstsq default for rcondSebastian Berg2017-08-192-2/+40
* Merge pull request #9524 from charris/add_init_to_test_directoriesCharles Harris2017-08-121-0/+0
|\
| * TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* | MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-4/+2
|/
* MAINT: Remove unneeded asfarrayEric Wieser2017-08-061-12/+1
* MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-6/+3
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-1/+1
* TST: Remove unittest dependencies in numpy/linalg/tests.Charles Harris2017-07-242-28/+28
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-032-2/+2
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* MAINT: Remove python side empty array handling from linalgSebastian Berg2017-04-292-38/+140
* Merge pull request #8682 from eric-wieser/stack-matrix_rankCharles Harris2017-04-122-8/+7
|\
| * ENH: allow argument to matrix_rank to be stackedEric Wieser2017-02-242-8/+7
* | Merge pull request #8836 from MSeifert04/doc_fixed_some_sphinx_warningsEric Wieser2017-04-021-8/+7
|\ \
| * | DOC: Fix "invalid section header" warning in "linalg.multi_dot" docstring.Michael Seifert2017-03-261-8/+7
* | | MAINT: Include the function name in all argument error messagesEric Wieser2017-03-281-6/+6
* | | Merge pull request #8649 from eric-wieser/lapack_lite-3.2.2Charles Harris2017-03-2617-13341/+33161
|\ \ \
| * | | DOC: Add changelog entry for new lapack_liteEric Wieser2017-03-261-1/+2
| * | | ENH: Rebuild all of lapack_lite from 3.2.2Eric Wieser2017-03-257-13331/+32885
| * | | ENH: Add more functions copied to f2c_lite.Eric Wieser2017-03-251-0/+84
| * | | ENH: Add patch files to allow LAPACK 3.2.2 to be f2c'dEric Wieser2017-03-259-9/+190
| |/ /
* | | STY: Fix bad style in umath_linalg (#8825)Eric Wieser2017-03-251-222/+242
|/ /
* | MAINT: Remove asbytes_nested where b prefixes would sufficeEric Wieser2017-03-251-3/+1
* | MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-6/+5
* | MAINT: Always use parameter structs to call lapackEric Wieser2017-03-241-141/+153
* | MAINT: Move definitions of call_ before init_Eric Wieser2017-03-241-103/+103
* | BUG: Correctly compute the LDA parameters for lapack callsEric Wieser2017-03-241-27/+57
* | BUG: Work around bugs in LAPACK 3.0.0Eric Wieser2017-03-241-0/+5
* | ENH: Implement most linalg operations for 0x0 matricesEric Wieser2017-03-042-29/+34
* | BUG: Apply fix for unknown bug in dlamch to slamch tooEric Wieser2017-03-022-1/+10
* | MAINT: Prefer to load functions from lapack/install if possibleEric Wieser2017-03-028-2047/+2126
* | MAINT: Split up the lapack_lite files more sensiblyEric Wieser2017-03-0211-96084/+96198
* | MAINT: Improve handing of files and subprocessesEric Wieser2017-03-021-47/+59
* | MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-242-7/+7
|/
* Merge pull request #8655 from eric-wieser/lapack_lite-warning-squelchCharles Harris2017-02-214-0/+36
|\
| * MAINT: Squelch parenthesis warnings from GCCEric Wieser2017-02-214-0/+36
* | Merge pull request #8584 from eric-wieser/resolve_axisMarten van Kerkwijk2017-02-212-9/+5
|\ \ | |/ |/|
| * MAINT: Be specific about where AxisError is raisedEric Wieser2017-02-201-2/+2
| * MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-202-9/+5