summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #8508 from eric-wieser/fix-masked-ufunc-shapeahaldane2017-01-312-2/+27
|\ \ \ | |/ / |/| |
| * | BUG: Fix loss of dimensionality of np.ma.masked in ufuncEric Wieser2017-01-202-2/+27
* | | Merge pull request #8539 from pv/dot-out-overlapCharles Harris2017-01-303-74/+168
|\ \ \
| * | | TST: core: test all dtypes in test_dot_out_mem_overlapPauli Virtanen2017-01-291-3/+5
| * | | STY: core: rename variable ret to out_buf in matrix productPauli Virtanen2017-01-292-85/+92
| * | | TST: core: make test_dot_out_mem_overlap minimalPauli Virtanen2017-01-291-8/+8
| * | | BUG: core: in dot(), make copies if out has memory overlap with inputPauli Virtanen2017-01-283-11/+96
* | | | Merge pull request #8494 from utke1/masterCharles Harris2017-01-284-1/+60
|\ \ \ \
| * | | | STY: space around operatorjutke2017-01-231-1/+1
| * | | | TST: adding test for constants without compound kind specjutke2017-01-202-0/+31
| * | | | TST: adding tests for compound constant provided by @zerothijutke2017-01-202-0/+27
| * | | | BUG: guard against replacing constants without '_' specjutke2017-01-201-1/+2
* | | | | Merge pull request #8542 from drlvk/patch-1Charles Harris2017-01-281-1/+1
|\ \ \ \ \