summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge pull request #8488 from eric-wieser/recarray-reprCharles Harris2017-01-171-15/+17
|\ \ \ \ \
| * | | | | ENH: Improve the alignment of recarray.__repr__Eric Wieser2017-01-171-15/+17
| | |/ / / | |/| | |
* | | | | Merge pull request #8491 from juliantaylor/i386-finiteCharles Harris2017-01-171-1/+3
|\ \ \ \ \
| * | | | | TST: work around isfinite inconsistency on i386Julian Taylor2017-01-171-1/+3
| |/ / / /
* | | | | BUG: fix wrong masked median for some special casesJulian Taylor2017-01-173-6/+47
|/ / / /
* | | | Merge pull request #8475 from befelix/clipCharles Harris2017-01-161-3/+3
|\ \ \ \
| * | | | DOC: improve clip docstringFelix Berkenkamp2017-01-151-3/+3
| |/ / /
* | | | BUG: fix wrong future nat warning and equiv type logic errorJulian Taylor2017-01-163-4/+8
* | | | MAINT: Remove shebang from test modulesSami Salonen2017-01-153-3/+0
* | | | MAINT: use env in shebang instead of absolute pathSami Salonen2017-01-153-3/+3
|/ / /
* | | Merge pull request #8468 from mhvk/testing-utils-assert-equal-safe-for-matricesseberg2017-01-122-8/+44
|\ \ \ | |/ / |/| |
| * | Ensure inf/nan removal in assert_array_compare is matrix-safe.Marten van Kerkwijk2017-01-112-8/+44
* | | Merge pull request #8443 from lesteve/mmap-offsetseberg2017-01-112-2/+8
|\ \ \ | |/ / |/| |
| * | FIX set memmap offset attribute correctlyLoïc Estève2017-01-052-2/+8
* | | BUG assert_almost_equal fails on subclasses that cannot handle boolMarten van Kerkwijk2017-01-092-17/+40