summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| * | TST: utils: fix string continuationxoviat2017-09-091-6/+6
| * | :art:xoviat2017-09-091-1/+1
| * | TST: util: fix test_error_messagexoviat2017-09-091-1/+1
| * | TST: callback: update commentxoviat2017-09-091-1/+1
| * | TST: block docstring: update commentxoviat2017-09-091-1/+1
| * | TST: common: update documentationxoviat2017-09-091-1/+1
| * | TST: util: update documentationxoviat2017-09-091-1/+1
| * | TST: utils: fix test_error_msgxoviat2017-09-091-7/+8
| * | tests: core: update failure messagexoviat2017-09-091-1/+1
| * | TST: fix failures:xoviat2017-09-047-9/+21
* | | TST: linalg: add basic smoketest for choleskyPauli Virtanen2017-09-301-0/+24
* | | Merge pull request #9785 from eric-wieser/fix-masked_whereAllan Haldane2017-09-282-15/+32
|\ \ \
| * | | BUG: Don't ignore mismatching shapes just because the mask is all zerosEric Wieser2017-09-282-2/+8
| * | | BUG: Shrinking the mask on a structured type errorsEric Wieser2017-09-282-13/+24
* | | | Merge pull request #9707 from oleksandr-pavlyk/feature/linspace-avoid-copyMarten van Kerkwijk2017-09-281-5/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: When delta is a NumPy scalar, do multiplication in-placeOleksandr Pavlyk2017-09-281-5/+12
| |/ /
* | | Merge pull request #9784 from eric-wieser/fix-void-recursionAllan Haldane2017-09-283-36/+59
|\ \ \
| * | | BUG: remove voidtype-repr recursion in scalartypes.c/arrayprint.pyAllan Haldane2017-09-263-36/+59
* | | | Merge pull request #9672 from ahaldane/fix_cblas_ndarray_checkEric Wieser2017-09-273-46/+61
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: dot/matmul 'out' arg should accept any ndarray subclassAllan Haldane2017-09-213-46/+61
* | | | Merge pull request #9780 from bmwiedemann/dateCharles Harris2017-09-271-4/+2
|\ \ \ \
| * | | | MAINT: remove outdated entries in f2pyBernhard M. Wiedemann2017-09-271-3/+0
| * | | | ENH: Allow to override build dateBernhard M. Wiedemann2017-09-271-1/+2
| | |/ / | |/| |
* | | | Merge pull request #9779 from eric-wieser/ma-traceCharles Harris2017-09-273-7/+12
|\ \ \ \
| * | | | BUG: np.ma.trace gives the wrong result on ND arraysEric Wieser2017-09-273-7/+12
| |/ / /
* | | | BUG: can_cast(127, np.int8) is FalseEric Wieser2017-09-272-1/+15
|/ / /
* | | Merge pull request #9768 from eric-wieser/ma-str-cleanupEric Wieser2017-09-261-56/+31
|\ \ \
| * | | MAINT: Remove special casing of structured dtypes in MaskedArray.__str__Eric Wieser2017-09-251-24/+22
| * | | MAINT: Remove special casing of 0d in MaskedArray.__str__Eric Wieser2017-09-251-22/+5
| * | | MAINT: Remove hack from gh-7659 for gh-7493Eric Wieser2017-09-251-14/+8
* | | | BUG: Fixes optimal einsum path for multi-contraction intermediatesDaniel Smith2017-09-262-4/+20
* | | | Merge pull request #9770 from charris/fix-for-cython-0.27Nathaniel J. Smith2017-09-251-1/+11
|\ \ \ \
| * | | | MAINT,BUG: Fix mtrand for Cython 0.27.Charles Harris2017-09-251-1/+11
| |/ / /
* | | | MAINT: fixups to legacy spacing in FloatFormatAllan Haldane2017-09-252-24/+19
* | | | MAINT: arrayprint.py formatters no longer require ravel'd dataAllan Haldane2017-09-252-16/+18
* | | | ENH: Simplify some code in arrayprint.pyAllan Haldane2017-09-252-78/+79
* | | | ENH: "pad_sign" option, also threshold and edgeitemsAllan Haldane2017-09-252-125/+169
* | | | TST: update tests to remove unneeded whitespaceAllan Haldane2017-09-254-61/+71
* | | | ENH: remove unneeded spaces in float/bool reprsAllan Haldane2017-09-252-32/+64
* | | | Merge pull request #9688 from ahaldane/array2string_sigEric Wieser2017-09-251-27/+26
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: rework recursive guard to keep array2string signatureAllan Haldane2017-09-251-27/+26
* | | | Merge pull request #9294 from b-carter/fix_histogram_monotonicity_checkEric Wieser2017-09-242-1/+9
|\ \ \ \
| * | | | allow non-strictly increasing binsBrandon Carter2017-08-191-1/+1
| * | | | minor change to the logicBrandon Carter2017-06-251-1/+1
| * | | | BUG: fixes unsigned bins monotonicity check, see #9222Brandon Carter2017-06-241-1/+1
| * | | | TST: add test for unsigned bins monotonicity check, see #9222Brandon Carter2017-06-241-0/+8
* | | | | Merge pull request #9300 from ahaldane/fix_obj_nonzeroCharles Harris2017-09-244-39/+53
|\ \ \ \ \
| * | | | | ENH: release GIL in CountNonzero trivial loopAllan Haldane2017-09-141-6/+18
| * | | | | MAINT: Simplify array_contains using PyArray_AnyAllan Haldane2017-09-142-76/+9
| * | | | | MAINT: array_any_nonzero now uses new iterator APIAllan Haldane2017-09-132-21/+59