summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | BUG: allow for precision > 20 in longdouble reprMatthew Brett2017-02-221-15/+19
* | | | | Merge pull request #8446 from apbard/ENH-gradient-with-uneven-spacingCharles Harris2017-02-223-126/+418
|\ \ \ \ \
| * | | | | ENH: gradient support for unevenly spaced dataAlessandro Pietro Bardelli2017-02-222-126/+398
| * | | | | DOC: gradient supports unevenly spaced dataAlessandro Pietro Bardelli2017-02-221-0/+20
| | |/ / / | |/| | |
* | | | | Merge pull request #8659 from matthew-brett/ppc64el-detectionCharles Harris2017-02-221-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: PPC64el machines are POWER for FortranMatthew Brett2017-02-211-1/+2
| | |/ / | |/| |
* | | | Merge pull request #8658 from matthew-brett/fix-denormal-linspace-testEric Wieser2017-02-222-5/+11
|\ \ \ \
| * | | | TST: add tests of nextafter around 0Matthew Brett2017-02-211-0/+6
| * | | | BUG: fix denormal linspace test for longdoubleMatthew Brett2017-02-211-5/+5
| |/ / /
* | | | 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-2129-200/+199
|\ \ \
| * | | MAINT: Be specific about where AxisError is raisedEric Wieser2017-02-209-37/+37
| * | | ENH: For compatibility, use an exception type that subclasses both original t...Eric Wieser2017-02-203-3/+20
| * | | MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-2018-121/+73
| * | | ENH: Expose np.core.multiarray.normalize_axis_index(axis, ndim)Eric Wieser2017-02-202-0/+65
| * | | MAINT: Use the same error message for most C code handling negative axesEric Wieser2017-02-207-71/+36
* | | | Merge pull request #8652 from rlamy/mmap-writeableEric Wieser2017-02-211-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | TST: Check .flags.writeable on a read-only mmapRonan Lamy2017-02-211-0/+1
* | | | Merge pull request #8369 from eric-wieser/fix-broken-testCharles Harris2017-02-212-95/+202
|\ \ \ \ | |/ / / |/| | |
| * | | fixup! TST: Refactor all the test case listsEric Wieser2017-02-091-89/+77
| * | | BUG: prevent np.linalg.eigh ValueError when given a 0x0 arrayEric Wieser2016-12-191-0/+1
| * | | BUG: Raise LinAlgError from lstsq rather than a math domain error from math.logEric Wieser2016-12-191-0/+9
| * | | BUG: prevent np.linalg.eig ValueError when given a 0x0 arrayEric Wieser2016-12-191-0/+1
| * | | TST: Correct test cases to actually make senseEric Wieser2016-12-191-5/+5
| * | | TST: Refactor all the test case listsEric Wieser2016-12-191-77/+176
| * | | TST: Adjust the precision of assert_almost_equal, but based on the typeEric Wieser2016-12-191-8/+11
| * | | TST: Enable testing pinv on non-square matricesEric Wieser2016-12-191-1/+1
| * | | TST: Prevent non-square testcases being hidden by square ones (fix typo)Eric Wieser2016-12-191-1/+1
| * | | TST: Correct pinv test case such that it doesn't fail correct casesEric Wieser2016-12-191-1/+1
| * | | TST: Add some non-square 0-shaped test-casesEric Wieser2016-12-191-0/+6
| * | | TST: Correct empty square test case to actually be squareEric Wieser2016-12-191-3/+3
* | | | Merge pull request #8650 from numpy/fix-8381-docsCharles Harris2017-02-211-6/+2
|\ \ \ \
| * | | | DOC: Fix obsolete data in readmefix-8381-docsEric Wieser2017-02-211-6/+2
|/ / / /
* | | | Merge pull request #8381 from eric-wieser/rebuild-lapack_liteCharles Harris2017-02-205-7794/+2978
|\ \ \ \ | |_|/ / |/| | |
| * | | TST: Add travis build to force use of lapack_liteEric Wieser2017-02-201-0/+6
| * | | BUG: add missing routines to the transpilation listEric Wieser2016-12-294-553/+72104
| * | | MAINT: Sort the functions, for ease of diffingEric Wieser2016-12-291-10/+10
| * | | BUG: Do not repeat xerbla_, which we deliberately replaceEric Wieser2016-12-292-64/+8
| * | | MAINT: retranspile lapack from the supposed sourceEric Wieser2016-12-293-78001/+1684
* | | | Merge pull request #8594 from eric-wieser/MaskedArray.__setitem__Marten van Kerkwijk2017-02-202-1/+8
|\ \ \ \
| * | | | BUG: Fix #8510, making MaskedArray.__setitem__ workEric Wieser2017-02-202-1/+8
* | | | | Merge pull request #8638 from juliantaylor/packbits-fixCharles Harris2017-02-192-1/+10
|\ \ \ \ \
| * | | | | BUG: fix wrong odd determination in packbitsJulian Taylor2017-02-192-1/+10
* | | | | | Merge pull request #8645 from eric-wieser/ma-use-getmaskMarten van Kerkwijk2017-02-191-16/+15
|\ \ \ \ \ \
| * | | | | | MAINT: Use getmaskarrayEric Wieser2017-02-091-2/+1
| * | | | | | MAINT: Use getmask where possibleEric Wieser2017-02-091-14/+14
* | | | | | | Merge pull request #8618 from eric-wieser/fix-8507Marten van Kerkwijk2017-02-192-3/+14
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | BUG: Fixed undefined behavior when __array_wrap__ returns NoneEric Wieser2017-02-192-3/+14
* | | | | | | Merge pull request #8629 from eric-wieser/speedup-indicesMarten van Kerkwijk2017-02-192-7/+9
|\ \ \ \ \ \ \