summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* BUG: Output a valid include path, rather than one inherited from NumericEric Wieser2016-12-291-1/+1
* BUG: Fix incorrect use of StringIO to handle bytesEric Wieser2016-12-291-5/+5
* DOC: Point out that plex is python 2 onlyEric Wieser2016-12-291-2/+4
* MAINT: Switch to the PyPI version of plexEric Wieser2016-12-292-4/+4
* MAINT: replace import * with explicit importEric Wieser2016-12-291-2/+1
* Merge pull request #8098 from stuartarchibald/wip/np_la_eigh_doc_enhanceCharles Harris2016-11-041-2/+47
|\
| * DOC: Remove "deprecated" from eigvalsh UPLO.Charles Harris2016-11-041-2/+2
| * DOC: Enhance description/usage for np.linalg.eig*hStuart Archibald2016-09-291-1/+46
* | Merge pull request #8103 from mattip/pypy-fixesNathaniel J. Smith2016-10-081-1/+1
|\ \
| * | ENH: remove stray comma that made the msg a tupleMatti Picus2016-10-011-1/+1
| |/
* | DOC: Fix "See also" links in linalg.wrwrwr2016-10-031-2/+2
|/
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-2/+2
* TST: Silence warnings otherwise shown in release modeSebastian Berg2016-09-021-2/+6
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-5/+5
* BUG: fix float16 type not being called due to wrong orderingJulian Taylor2016-08-051-2/+2
* Fix versionadded tagsStefan van der Walt2016-07-151-1/+1
* DOC: Clarify the effect of rcond in numpy.linalg.lstsq.Stuart Archibald2016-06-151-2/+3
* MAINT: linalg: fix comment, simplify mathCJ Carey2016-05-141-6/+6
* TST: More tests for linalg.norm() with object arraysMatthias Geier2016-05-031-1/+41
* BUG: linalg.norm(): Don't convert object arrays to floatMatthias Geier2016-04-292-2/+8
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-253-4/+4
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-272-4/+4
* DOC: Update `norm` docstring to include examples that reflect that all comput...John Kirkham2016-01-221-8/+8
* BUG: Make sure that the `ord=0` case returns a float.John Kirkham2016-01-222-5/+2
* TST: Verify that `norm` is properly casting values to floats as needed.John Kirkham2016-01-221-0/+96
* BUG: In `norm`, always cast non-floating point arrays to 64-bit floats. Other...John Kirkham2016-01-221-0/+3
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* MAINT: Remove commented out code blocksgfyoung2015-12-201-4/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-192-3/+3
* MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-101-2/+2
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+2
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-2/+1
* MAINT: Remove useless semicolonRémy Léone2015-11-071-1/+1
* STY: Make numpy/linalg/setup.py PEP8 compliantRonan Lamy2015-10-021-16/+17
* MAINT: Simplify numpy/linalg/setup.pyRonan Lamy2015-10-021-8/+8
* BUG,ENH: allow linalg.cond to work on a stack of matricesSebastian Berg2015-09-252-9/+19
* DOC: linalg.eig will return an array of a real type if thejason king2015-09-161-3/+4
* MAINT: Remove bento related files.Charles Harris2015-08-292-47/+0
* STY: PEP8 and pyflakes fixes for numpy/linalg/tests.Charles Harris2015-07-253-105/+154
* MAINT: remove a bunch of compiler warningsJulian Taylor2015-07-031-4/+1
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-3/+15
* DOC: docstring typos _ssyevd -> _syevdalex2015-06-221-2/+2
* MAINT: eigenvalues returned by eigh are ascendingalex2015-06-222-14/+13
* Merge pull request #5990 from charris/1.10-deprecated-removalCharles Harris2015-06-211-0/+2
|\
| * MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+2
* | Merge pull request #5988 from argriffing/eigvalsh-ordering-updateCharles Harris2015-06-192-8/+4
|\ \
| * | MAINT: notice that eigvalsh returns a sorted arrayalex2015-06-192-8/+4
| |/
* | DOC: update eigvalsh docstring examplealex2015-06-191-1/+1
|/