summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \
| * | | | | | ENH: Improve the efficiency of indicesEric Wieser2017-02-181-7/+4
| * | | | | | TST: add a benchmark for indicesEric Wieser2017-02-181-0/+5
| |/ / / / /
* | | | | | Merge pull request #8633 from MSeifert04/boolean_arrays_in_ix__funcEric Wieser2017-02-191-1/+14
|\ \ \ \ \ \
| * | | | | | DOC: Mention boolean arrays in the ix_ documentation.Michael Seifert2017-02-181-1/+14
* | | | | | | Merge pull request #8631 from anntzer/fill_diagonal-typoEric Wieser2017-02-191-2/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | DOC: Fix typo in fill_diagonal docstring.Antony Lee2017-02-181-2/+2
| |/ / / / /
* | | | | | Merge pull request #8636 from pv/bench-importfixRalf Gommers2017-02-191-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT: ensure benchmark suite is importable on old numpy versionsPauli Virtanen2017-02-181-1/+1
|/ / / / / /
* | | | | | Merge pull request #8614 from eric-wieser/apply_along_axis-emptyMarten van Kerkwijk2017-02-182-1/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG: Don't leak internal exceptions when given an empty arrayEric Wieser2017-02-132-1/+23
| |/ / / /
* | | | | Merge pull request #8043 from pv/ufunc-copy-overlapCharles Harris2017-02-1618-126/+1107
|\ \ \ \ \
| * | | | | DOC: core: remove old comment saying public API may changePauli Virtanen2017-02-101-5/+1
| * | | | | STY: core: fix up code style and add clearer commentsPauli Virtanen2017-02-104-18/+38
| * | | | | BUG: core: fix refcount errors on error handlingPauli Virtanen2017-02-063-1/+2
| * | | | | BUG: multiarray: fix refcount error in error handling in PyArray_MapIterArray...Pauli Virtanen2017-01-241-1/+0
| * | | | | DOC: fix wrong flag name docstringPauli Virtanen2017-01-231-1/+1
| * | | | | DOC: releases: clarify simple data dependency case in ufunc overlap discussionPauli Virtanen2017-01-221-7/+19
| * | | | | DOC: core/umath: make a comment in the test be less misleadingPauli Virtanen2017-01-221-1/+3
| * | | | | BUG: core/umath: handle __array_prepare__ correctly in ufunc iterator_loopPauli Virtanen2017-01-212-17/+53
| * | | | | BUG: core/umath: fix cornercase for overlapping operands with internal overlapPauli Virtanen2017-01-213-21/+56
| * | | | | ENH: core: rename NPY_ITER_OVERLAP_ALLOW_SAME to NPY_ITER_OVERLAP_ASSUME_ELEM...Pauli Virtanen2017-01-216-24/+21
| * | | | | TST: core: streamline and extend test_mem_overlap.TestUFunc testsPauli Virtanen2017-01-201-60/+54
| * | | | | BUG: core: fix bug with zero strides in PyArray_EQUIVALENTLY_ITERABLE_OVERLAP_OKPauli Virtanen2017-01-201-4/+7
| * | | | | MAINT: core: fix compiler warningsPauli Virtanen2017-01-202-3/+1
| * | | | | DOC: fix typo in commentPauli Virtanen2017-01-191-1/+1
| * | | | | DOC: update release notes vs. overlap detectionPauli Virtanen2017-01-191-0/+31
| * | | | | STY: break long linePauli Virtanen2017-01-191-2/+2
| * | | | | BUG: umath: correct treatment of __array_prepare__Pauli Virtanen2017-01-191-3/+11
| * | | | | MAINT: drop NPY_INLINEPauli Virtanen2017-01-191-1/+1
| * | | | | MAINT: bump API versionPauli Virtanen2017-01-193-2/+6
| * | | | | ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAMEPauli Virtanen2017-01-197-44/+51
| * | | | | STY: core: remove unused variablePauli Virtanen2017-01-191-1/+0
| * | | | | BUG: umath: in reduceat, arrays must be copied on overlap even if they are th...Pauli Virtanen2017-01-195-3/+50