summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | MAINT: typo in histogram docstringdrlvk2017-01-281-1/+1
|/ / / / /
* | | | | Revert 8540 patch 1 (#8541)aha662017-01-281-3/+3
* | | | | Merge pull request #8540 from aha66/patch-1Pauli Virtanen2017-01-281-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update arrays.ndarray.rstaha662017-01-281-2/+2
|/ / / /
* | | | Merge pull request #8527 from ajdavis/pyarray-resize-docsCharles Harris2017-01-241-4/+4
|\ \ \ \
| * | | | DOC: fix return value for PyArray_ResizeA. Jesse Jiryu Davis2017-01-241-4/+4
|/ / / /
* | | | Merge pull request #8524 from juliantaylor/f2-mean-fixCharles Harris2017-01-242-2/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | BUG: fix mean for float 16 non-array inputsJulian Taylor2017-01-242-2/+8
* | | | Merge pull request #8279 from jcrist/dtypes-are-trueCharles Harris2017-01-233-1/+42
|\ \ \ \
| * | | | BUG: bool(dtype) is TrueJim Crist2017-01-233-1/+42
|/ / / /
* | | | Fix building extensions with MinGW in WinPython 3.4 (#8454)Roland Kaufmann2017-01-222-41/+79
* | | | Merge pull request #8326 from juliantaylor/vectorize-packbitsCharles Harris2017-01-205-10/+292
|\ \ \ \
| * | | | DOC: add packbits improvements to release notesJulian Taylor2017-01-121-0/+5
| * | | | ENH: use a lookup table for unpack bitsJulian Taylor2017-01-121-7/+41
| * | | | ENH: vectorize packbits with SSE2Julian Taylor2017-01-122-2/+36
| * | | | TST: add extended packbits testsJulian Taylor2017-01-122-1/+210