summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* DOC zeros, empty, and ones now have consistent docstringsNelle Varoquaux2018-03-011-3/+4
* Merge pull request #8819 from mhvk/gufunc-axis-argumentAllan Haldane2018-02-282-29/+321
|\
| * MAINT: Check operand sizes before doing anything with themMarten van Kerkwijk2018-02-272-17/+25
| * ENH: Implement axes keyword argument for gufuncs.Marten van Kerkwijk2018-02-272-16/+300
* | STY: Minor stylistic cleanup of numeric.pyAndrey Portnoy2018-02-281-22/+28
|/
* Merge pull request #10671 from luzpaz/more-misc-typosEric Wieser2018-02-273-7/+7
|\
| * DOC/MAINT: More misc. typosluz.paz2018-02-273-7/+7
* | MAINT: Unify reductions in fromnumeric.pyHameer Abbasi2018-02-261-65/+30
|/
* Merge pull request #10658 from eric-wieser/fix-partition-matrixMarten van Kerkwijk2018-02-262-2/+19
|\
| * BUG: Make np.partition and np.sort work on np.matrix when axis=NoneEric Wieser2018-02-252-2/+19
* | Merge pull request #10660 from eric-wieser/0d-interp-simplerMarten van Kerkwijk2018-02-261-4/+4
|\ \
| * | MAINT: Make the internal np.core.multiarray.[complex_]interp work on 0d arraysEric Wieser2018-02-251-4/+4
| |/
* | Merge pull request #10653 from eric-wieser/remove-duplicate-functionsCharles Harris2018-02-241-117/+75
|\ \ | |/ |/|
| * MAINT: Remove duplicate implementation for aliased functions.Eric Wieser2018-02-241-117/+75
* | Merge pull request #10650 from eric-wieser/longdouble_intCharles Harris2018-02-242-2/+2
|\ \
| * | BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLongEric Wieser2018-02-222-2/+2
* | | Merge pull request #10599 from girving/flatnonzeroEric Wieser2018-02-221-4/+4
|\ \ \
| * | | ENH: make flatnonzero use np.ravel(a) instead of a.ravel()Geoffrey Irving2018-02-211-4/+4
| | |/ | |/|
* | | Merge pull request #10621 from ahaldane/fix_arrayprint_recursive_closureEric Wieser2018-02-193-9/+32
|\ \ \
| * | | BUG: break cyclic refs in recursive closuresAllan Haldane2018-02-183-9/+32
* | | | BUG: Correctly identify comma seperated dtype stringsSimon Gibbons2018-02-182-1/+6
|/ / /
* | | Misc. typosluz.paz2018-02-164-4/+4
|/ /
* | Merge pull request #10381 from eric-wieser/fix-segfaultAllan Haldane2018-02-153-15/+48
|\ \
| * | ENH: Always show dtype fields in the array repr, even for non-voidEric Wieser2018-02-152-7/+13
| * | BUG: Fix crash on non-void structured array reprEric Wieser2018-02-152-7/+29
| * | BUG: Show the base of a compound dtype even when it doesn't subclass voidEric Wieser2018-02-152-2/+7
* | | Misc. typosluz.paz2018-02-124-4/+4
* | | BUG: infinite recursion in str of 0d subclassesAllan Haldane2018-02-112-6/+63
* | | Merge pull request #10553 from eric-wieser/promote-type-tidyAllan Haldane2018-02-111-70/+54
|\ \ \
| * | | MAINT: Push variables and return statements in PyArray_ResultType to innermos...Eric Wieser2018-02-091-18/+22
| * | | MAINT: Push no-op type promotion check further downEric Wieser2018-02-081-53/+33
* | | | BUG: Fix travis failure in previous commit (#10566)Eric Wieser2018-02-101-1/+2
* | | | Merge pull request #10555 from eric-wieser/malloc-no-memoryAllan Haldane2018-02-102-7/+6
|\ \ \ \
| * | | | BUG: Add missing PyErr_NoMemory() after mallocEric Wieser2018-02-092-7/+6
| |/ / /
* | | | Merge pull request #10548 from eric-wieser/malloc-errorAllan Haldane2018-02-091-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Set missing exception after mallocEric Wieser2018-02-061-0/+1
* | | | Merge pull request #10337 from eric-wieser/warning-causeCharles Harris2018-02-081-10/+58
|\ \ \ \
| * | | | ENH: Show the silenced error and traceback in warning __cause__Eric Wieser2018-01-071-10/+58
* | | | | DEP: Issue FutureWarning when malformed records detected.Charles Harris2018-02-081-1/+8
* | | | | Merge pull request #10529 from eric-wieser/fix-pep3118-errorCharles Harris2018-02-062-5/+24
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | BUG: Provide a better error message for out-of-order fieldsEric Wieser2018-02-062-5/+24
* | | | | Merge pull request #10359 from mhvk/einsum-do-not-optimize-2-argCharles Harris2018-02-051-2/+2
|\ \ \ \ \
| * | | | | BUG: do not optimize einsum with only 2 arguments.Marten van Kerkwijk2018-01-101-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #10352 from larsoner/fix-einsumCharles Harris2018-02-052-7/+38
|\ \ \ \ \
| * | | | | FIX: Deduplicate codeEric Larson2018-01-181-17/+9
| * | | | | Patches up broadcasting einsum issues for BLAS casesDaniel Smith2018-01-171-0/+18
| * | | | | ENH: Add broadcasting testEric Larson2018-01-141-3/+14
| * | | | | FIX: Fix einsum optimize logic for singleton dimensionsEric Larson2018-01-142-4/+14
* | | | | | Merge pull request #10502 from eric-wieser/swapaxes-AxisErrorCharles Harris2018-02-045-30/+24
|\ \ \ \ \ \
| * | | | | | MAINT: Use PyUString_InternFromString to avoid constructing the strings on ea...Eric Wieser2018-02-045-18/+13