summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "BUG: make np.squeeze always return an array, never a scalar"Charles Harris2017-02-123-9/+2
* Merge pull request #8606 from apbard/revert-8605-masterCharles Harris2017-02-121-3/+3
|\
| * Revert "DOC: gradient uses 1st order central difference in the interior"Alessandro Pietro Bardelli2017-02-121-3/+3
|/
* Merge pull request #8441 from eric-wieser/apply_along_axis-ndStephan Hoyer2017-02-113-68/+165
|\
| * DOC: Update 1.13.0 release notes with apply_along_axis changesEric Wieser2017-02-111-0/+8
| * MAINT: Improve error-checking of axis argumentEric Wieser2017-02-111-3/+2
| * TST: Verify apply_along_axis now works on masked arraysEric Wieser2017-02-111-0/+14
| * MAINT: Transpose the result, rather than working with a transposed viewEric Wieser2017-02-111-23/+34
| * BUG: Work around evil matrix.__array_prepare__Eric Wieser2017-02-112-4/+15
| * BUG: Call __array_prepare__ before __array_wrap__Eric Wieser2017-02-111-1/+4
| * MAINT: Use np.ndindex, which seems just as efficientEric Wieser2017-02-111-18/+8
| * BUG: Fix crash on 0d return value in apply_along_axisEric Wieser2017-02-112-64/+125
* | DOC: gradient uses 1st order central difference in the interior (#8605)drabach2017-02-111-3/+3
* | Merge pull request #8602 from behrmann/fix-iscomplexobjStephan Hoyer2017-02-112-5/+12
|\ \ | |/ |/|
| * BUG: Make iscomplexobj compatible with custom dtypes againJoerg Behrmann2017-02-102-5/+12
* | Merge pull request #8591 from eric-wieser/np.squeeze-scalarCharles Harris2017-02-103-2/+9
|\ \ | |/ |/|
| * BUG: make np.squeeze always return an array, never a scalarEric Wieser2017-02-103-2/+9
|/
* Merge pull request #8592 from eric-wieser/remove-setsliceCharles Harris2017-02-1011-135/+18
|\
| * DOC: Use getitem and setitem in indexCharles Harris2017-02-101-2/+2
| * MAINT: Add release notes for __[gs]etslice__ removalEric Wieser2017-02-091-0/+11
| * DOC: Change index keywords to dissociate from deprecated magic methodsEric Wieser2017-02-091-2/+2
| * MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-099-133/+5
* | Merge pull request #8575 from godaygo/doc-typos-1Charles Harris2017-02-093-20/+26
|\ \
| * | DOC: fix typo in 'Stacking together different arrays'Kirill Balunov2017-02-071-11/+16
| * | DOC: fix typo in indexing sectionKirill Balunov2017-02-071-7/+8
| * | DOC: fix typo in 'Indexing Multi-dimensional arrays'Kirill Balunov2017-02-071-2/+2
| |/
* | Merge pull request #8596 from matthew-brett/fix-machar-likesCharles Harris2017-02-092-24/+34
|\ \
| * | BUG: match hard-coded finfo to calculated MachArMatthew Brett2017-02-092-24/+34
|/ /
* | Merge pull request #8586 from rlamy/pypy3-getsizeofCharles Harris2017-02-081-1/+11
|\ \ | |/ |/|
| * TST: Replace use of sys.getsizeof() with explicit computation of unicode repr...Ronan Lamy2017-02-081-1/+11
|/
* Merge pull request #8571 from juliantaylor/dbg-fixesCharles Harris2017-02-061-5/+25
|\
| * BUG: fix calling python api with error set and minor leaksJulian Taylor2017-02-061-5/+25
* | Merge pull request #8572 from juliantaylor/cleanupJulian Taylor2017-02-061-4/+0
|\ \
| * | MAINT: remove ma out= workaroundJulian Taylor2017-02-061-4/+0
|/ /
* | Merge pull request #8569 from anntzer/missing-tracebackhidesNathaniel J. Smith2017-02-041-0/+2
|\ \
| * | Add missing __tracebackhide__ to testing functions.Antony Lee2017-02-041-0/+2
|/ /
* | Merge pull request #8568 from matthew-brett/enable-ppc-eps-testsCharles Harris2017-02-041-4/+4
|\ \
| * | TST: re-enable PPC longdouble spacing testsMatthew Brett2017-02-041-4/+4
|/ /
* | Merge pull request #8567 from pv/test-dot-overlap-alignmentCharles Harris2017-02-041-1/+32
|\ \
| * | TST: core: use aligned memory for dot() out= arraysPauli Virtanen2017-02-041-1/+32
|/ /
* | ENH: hard-code finfo parameters for known types (#8504)Matthew Brett2017-02-033-26/+308
* | 8552 doc clip none (#8558)pezcore2017-02-031-5/+9
* | Merge pull request #8555 from pezcore/8554-polyvander2d-doc-bugCharles Harris2017-02-016-6/+6
|\ \
| * | Applied same fix as 1695458be to remaining 5 polynomial typesTom Boyd2017-02-015-5/+5
| * | Fixing docstring error in polyvander2dTom Boyd2017-02-011-1/+1
* | | Merge pull request #8416 from mhvk/ma/ensure-given-output-is-returnedahaldane2017-02-012-4/+16
|\ \ \ | |/ / |/| |
| * | BUG Ensure that operations on MaskedArray return any output given.Marten van Kerkwijk2017-02-012-4/+16
|/ /
* | Merge pull request #8551 from madphysicist/patch-1Charles Harris2017-01-311-2/+2
|\ \
| * | Added searchsorted to see items.Joseph Fox-Rabinovitz2017-01-311-1/+1
| * | DOC: Missing backticksJoseph Fox-Rabinovitz2017-01-311-1/+1