summaryrefslogtreecommitdiff
path: root/numpy
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
* | BUG: make np.squeeze always return an array, never a scalarEric Wieser2017-02-102-2/+4
|/
* Merge pull request #8592 from eric-wieser/remove-setsliceCharles Harris2017-02-107-129/+5
|\
| * MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-097-129/+5
* | Merge pull request #8575 from godaygo/doc-typos-1Charles Harris2017-02-091-2/+2
|\ \
| * | DOC: fix typo in 'Indexing Multi-dimensional arrays'Kirill Balunov2017-02-071-2/+2
| |/
* | BUG: match hard-coded finfo to calculated MachArMatthew Brett2017-02-092-24/+34
* | 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
* | MAINT: remove ma out= workaroundJulian Taylor2017-02-061-4/+0
* | Add missing __tracebackhide__ to testing functions.Antony Lee2017-02-041-0/+2
* | TST: re-enable PPC longdouble spacing testsMatthew Brett2017-02-041-4/+4
* | 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-032-26/+292
* | 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
* | | 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
* | | | | MAINT: typo in histogram docstringdrlvk2017-01-281-1/+1
| |/ / / |/| | |
* | | | 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
* | | | BUG: bool(dtype) is TrueJim Crist2017-01-232-1/+33
* | | | Fix building extensions with MinGW in WinPython 3.4 (#8454)Roland Kaufmann2017-01-221-41/+75
* | | | Merge pull request #8326 from juliantaylor/vectorize-packbitsCharles Harris2017-01-203-10/+255
|\ \ \ \
| * | | | 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-121-1/+178
* | | | | Changing spurious Legendre reference to Chebyshev in chebfit docstring.Danny Hermes2017-01-191-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #8486 from eric-wieser/patch-8ahaldane2017-01-172-3/+27
|\ \ \ \
| * | | | BUG: Fix IndexError in fromrecordsEric Wieser2017-01-172-3/+27
* | | | | Merge pull request #8470 from MartinThoma/savez_compressed_docsCharles Harris2017-01-171-6/+44
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | DOC: Add example to np.savez_compressedMartin Thoma2017-01-151-6/+44