summaryrefslogtreecommitdiff
path: root/numpy/linalg
AgeCommit message (Expand)AuthorFilesLines
2018-03-10MAINT: Misc small fixes. (#10722)Charles Harris1-1/+1
2018-03-08Merge pull request #10689 from freakboy3742/iOS-compatCharles Harris1-0/+2
2018-03-08MAINT: Hard tab and whitespace cleanup.Charles Harris2-9/+9
2018-03-04BLD: Add configuration to allow cross platform builds for iOS.Russell Keith-Magee1-0/+2
2018-02-16BUG: Align type definition with generated lapack (#10477)xoviat11-819/+256
2018-02-13MAINT: Small grammar fixes to documentation.Charles Harris1-2/+2
2018-02-12BUG: linalg: fix corner-case behavior of cond() + use SVD if possiblePauli Virtanen2-31/+127
2018-01-22Revert "BUG: prevent the MSVC 14.1 compiler (Visual Studio 2017) from crashing"Eric Wieser1-2/+1
2018-01-22prevent the MSVC 15.1 compiler from crashingBjoern Thiel1-1/+2
2018-01-20Merge pull request #10414 from charris/fix-sign-compare-linalgCharles Harris1-29/+20
2018-01-18DOC: Record when axis was added to linalg.norm (#10426)Matheus Vieira Portela1-0/+3
2018-01-16MAINT: Fix sign-compare warnings in umath_linalg.Charles Harris1-29/+20
2018-01-12Merge pull request #10390 from eric-wieser/fix-10364Charles Harris1-2/+4
2018-01-11BUG: Avoid unintentional promotion to `float`, and do ops in place for speedEric Wieser1-1/+3
2018-01-10ENH: Preserve norm dtype for order 0Eric Wieser1-1/+1
2018-01-05DOC: typo fix in numpy.linalg.det docstring. (#10333)Tyler Reddy1-1/+1
2017-12-23MAINT: repair deprecated yield testsxoviat1-26/+26
2017-11-27DOC: Update license documentation.Charles Harris1-0/+48
2017-11-10BUG: prototypes for [cz]dot[uc] are incorrectEric Wieser1-8/+8
2017-11-09STY: Fix PEP8 vertical alignment violation.Charles Harris1-1/+1
2017-11-08MAINT: Avoid extra copies in linalg.lstsqEric Wieser1-4/+4
2017-11-08DOC: Fix incorrect shape in documentationEric Wieser1-1/+1
2017-11-07MAINT: collect together type manglingEric Wieser1-2/+4
2017-11-07MAINT: Remove similar branches from linalg.lstsqEric Wieser1-20/+27
2017-11-06BUG: Ensure lstsq can handle RHS with all sizes.Marten van Kerkwijk2-7/+13
2017-10-21MAINT: Remove unused isscalar importEric Wieser1-1/+1
2017-10-18MAINT: Remove workarounds for gh-9527Eric Wieser1-12/+3
2017-10-18DOC: Refine SVD documentation (#9845)Toon Verstraelen1-48/+89
2017-10-16DOC: Make qr options render correctly as list.Charles Harris1-7/+7
2017-09-30TST: linalg: add basic smoketest for choleskyPauli Virtanen1-0/+24
2017-09-16ENH: add hermitian=False kwarg to matrix_powerCJ Carey2-7/+29
2017-09-12ENH: Broadcast the second argument of matrix_rank to match pinvEric Wieser1-5/+10
2017-09-12BUG: Fix pinv on matrix stacksEric Wieser2-28/+55
2017-09-12MAINT: Remove use of int as booleanEric Wieser1-2/+2
2017-08-31MAINT: Remove global statementSrinivas Reddy Thatiparthy1-7/+5
2017-08-19ENH: Warn to change lstsq default for rcondSebastian Berg2-2/+40
2017-08-12Merge pull request #9524 from charris/add_init_to_test_directoriesCharles Harris1-0/+0
2017-08-10MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer1-4/+2
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris1-0/+0
2017-08-06MAINT: Remove unneeded asfarrayEric Wieser1-12/+1
2017-08-05MAINT: Remove `level=` keyword from test arguments.Charles Harris1-6/+3
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-1/+1
2017-07-24TST: Remove unittest dependencies in numpy/linalg/tests.Charles Harris2-28/+28
2017-07-04MAINT: Rearrange files in numpy/testing module.Charles Harris1-1/+1
2017-06-10DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers1-1/+1
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2-2/+2
2017-05-09ENH: Spelling fixesVille Skyttä1-1/+1
2017-04-29MAINT: Remove python side empty array handling from linalgSebastian Berg2-38/+140
2017-04-12Merge pull request #8682 from eric-wieser/stack-matrix_rankCharles Harris2-8/+7
2017-04-02Merge pull request #8836 from MSeifert04/doc_fixed_some_sphinx_warningsEric Wieser1-8/+7