summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9887 from ahaldane/fix_reduce_alignmentCharles Harris2017-10-192-48/+56
|\
| * BUG: add.reduce gives wrong results for arrays with funny stridesAllan Haldane2017-10-192-48/+56
* | BUG: Allow __array_interface__['shape'] == () (#7994)Erik Bray2017-10-192-6/+27
* | Merge pull request #9883 from eric-wieser/0d-formatAllan Haldane2017-10-194-0/+67
|\ \
| * | STY: Add blank line after variable declarations.Charles Harris2017-10-181-0/+1
| * | ENH: Implement ndarray.__format__ for 0d arraysEric Wieser2017-10-174-0/+66
| |/
* | Merge pull request #9065 from eric-wieser/deprecate-bincountCharles Harris2017-10-182-10/+27
|\ \
| * | MAINT: improve wording of error messagesEric Wieser2017-10-171-2/+2
| * | MAINT: Make it clear how to remove the deprecationEric Wieser2017-10-171-12/+15
| * | DEP: 0 should be passed to bincount, not NoneEric Wieser2017-10-172-2/+16
| |/
* | Merge pull request #9884 from eric-wieser/unravel_index-0dCharles Harris2017-10-181-10/+24
|\ \
| * | BUG: Allow `unravel_index(0, ())` to return ()Eric Wieser2017-10-171-6/+14
| * | ENH: Improve unravel_index error message for out of bound valuesEric Wieser2017-10-171-4/+10
| |/
* | BUG: count_nonzero treats empty axis tuples strangelyEric Wieser2017-10-172-1/+5
|/
* Merge pull request #9849 from eric-wieser/cleanup-count_nonzeroCharles Harris2017-10-161-26/+6
|\
| * MAINT: Fix all special-casing of dtypes in `count_nonzero`Eric Wieser2017-10-121-26/+6
* | BUG: Restore the environment variables when import multiarray fails.Serhiy Storchaka2017-10-151-3/+3
* | Merge pull request #9835 from kenogo/masterCharles Harris2017-10-142-2/+2
|\ \
| * | BUG: Raise TypeError instead of ValueError for ufunc isnat if operand is not ...Keno Goertz2017-10-112-2/+2
* | | BUG: Make bool(void_scalar) and void_scalar.astype(bool) consistentEric Wieser2017-10-132-4/+34
| |/ |/|
* | Merge pull request #9718 from hemildesai/deprecate_truth_testing_on_empty_arraysEric Wieser2017-10-103-1/+20
|\ \ | |/ |/|
| * DEP: Deprecate truth testing on empty arrayshemildesai2017-09-283-1/+20
* | Merge pull request #9826 from charris/gh-9333Eric Wieser2017-10-051-5/+29
|\ \
| * | DOC: Redo some examples of np.arg(sort|max|min)Charles Harris2017-10-051-15/+21
| * | DOC: Add examples for np.arg[min|max|sort]Élie Gouzien2017-10-051-0/+18
* | | Merge pull request #9814 from eric-wieser/datetime-256Charles Harris2017-10-043-15/+23
|\ \ \
| * | | TST: Use fresh state between testsEric Wieser2017-10-031-10/+13
| * | | BUG: Fix datetime->string conversionEric Wieser2017-10-033-5/+10
| |/ /
* | | BUG: fix stray comma in _array2stringStefan Winkler2017-10-032-5/+5
|/ /
* | BUG: Free dtype and dim objects correctly.Eric Wieser2017-10-011-28/+17
* | MAINT: Remove dead codeEric Wieser2017-10-011-5/+0
* | BUG: Allow array with 0 dims to be resizedEric Wieser2017-10-012-0/+9
* | MAINT: Pre-emptively handle the case when elsize == 0Eric Wieser2017-10-012-5/+15
* | BUG: Allow empty strings to be pickledEric Wieser2017-10-012-8/+22
* | BUG: Allow empty strings to be viewed as themselvesEric Wieser2017-10-012-15/+22
* | BUG: Prevent ValueError when resizing V0 arraysEric Wieser2017-10-012-25/+29
* | BUG: Prevent hang when sorting dtype=S0 arraysEric Wieser2017-10-013-4/+87
* | 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 #9779 from eric-wieser/ma-traceCharles Harris2017-09-271-6/+6
|\ \ \
| * | | BUG: np.ma.trace gives the wrong result on ND arraysEric Wieser2017-09-271-6/+6
| | |/ | |/|
* | | BUG: can_cast(127, np.int8) is FalseEric Wieser2017-09-272-1/+15
|/ /
* | BUG: Fixes optimal einsum path for multi-contraction intermediatesDaniel Smith2017-09-262-4/+20
* | 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