summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Check operand sizes before doing anything with themMarten van Kerkwijk2018-02-271-17/+19
* ENH: Implement axes keyword argument for gufuncs.Marten van Kerkwijk2018-02-271-16/+207
* DOC/MAINT: More misc. typosluz.paz2018-02-271-2/+2
* MAINT: Make the internal np.core.multiarray.[complex_]interp work on 0d arraysEric Wieser2018-02-251-4/+4
* 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
* | BUG: Correctly identify comma seperated dtype stringsSimon Gibbons2018-02-181-1/+1
* | Merge pull request #10381 from eric-wieser/fix-segfaultAllan Haldane2018-02-151-2/+2
|\ \
| * | BUG: Show the base of a compound dtype even when it doesn't subclass voidEric Wieser2018-02-151-2/+2
* | | Misc. typosluz.paz2018-02-123-3/+3
* | | 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
* | | | | Merge pull request #10529 from eric-wieser/fix-pep3118-errorCharles Harris2018-02-061-5/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | BUG: Provide a better error message for out-of-order fieldsEric Wieser2018-02-061-5/+11
| | |/ / | |/| |
* | | | Merge pull request #10502 from eric-wieser/swapaxes-AxisErrorCharles Harris2018-02-044-26/+15
|\ \ \ \
| * | | | MAINT: Use PyUString_InternFromString to avoid constructing the strings on ea...Eric Wieser2018-02-045-18/+13
| * | | | MAINT: Use AxisError in diagonalEric Wieser2018-02-031-13/+4
| * | | | MAINT: Use AxisError in swapaxesEric Wieser2018-02-032-12/+15
* | | | | MNT #10461 Removed the unmaintained __version__ constant.Alexander Belopolsky2018-02-041-4/+0
* | | | | Merge pull request #10516 from eric-wieser/generate_umath-error-handleCharles Harris2018-02-031-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Allow errors to escape from InitOperatorsEric Wieser2018-02-031-1/+3
* | | | | Merge pull request #10503 from charris/fix-unused-result-warningCharles Harris2018-02-021-3/+9
|\ \ \ \ \
| * | | | | BUG: Fix unused-result warning.Charles Harris2018-02-021-3/+9
| |/ / / /
* | | | | BUG: Add missing `#define _MULTIARRAYMODULE` to vdot.cEric Wieser2018-02-011-0/+1
|/ / / /
* | | | Merge pull request #10465 from charris/fix-sign-compare-miscCharles Harris2018-01-316-7/+15
|\ \ \ \
| * | | | MAINT: Fix miscellaneous sign-compare warnings.Charles Harris2018-01-236-7/+15
* | | | | BUG: Add missing DECREF in Py2 int() castSebastian Berg2018-01-261-1/+5
* | | | | Merge pull request #10459 from eric-wieser/func_lookup_deduplicateMarten van Kerkwijk2018-01-251-60/+49
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Remove duplicated logic between array_wrap and array_prepareEric Wieser2018-01-241-60/+49
* | | | | BUG: Fix sign-compare warnings in datetime.c and datetime_strings.c.Charles Harris2018-01-232-45/+49
* | | | | MAINT: Fix sign-compare warnings in npy_binsearch, npy_partition.Charles Harris2018-01-202-15/+26
* | | | | Merge pull request #10416 from charris/fix-sign-compare-dragon4Allan Haldane2018-01-201-21/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Fix sign-compare warnings in dragon4.c.Charles Harris2018-01-161-21/+24
| | |/ / | |/| |
* | | | Merge pull request #10430 from eric-wieser/duplicate-field-name-errorMarten van Kerkwijk2018-01-181-1/+1
|\ \ \ \
| * | | | MAINT: Use ValueError for duplicate field names in lookupEric Wieser2018-01-181-1/+1
* | | | | Merge pull request #10418 from eric-wieser/basestringCharles Harris2018-01-173-40/+8
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | MAINT: Remove repeated #ifdefs implementing `isinstance(x, basestring)` for f...Eric Wieser2018-01-173-40/+8
| |/ /
* | | Merge pull request #10325 from eric-wieser/min-scalar-type-helperMarten van Kerkwijk2018-01-061-36/+23
|\ \ \
| * | | MAINT: Replace manual expansion of PyArray_MinScalarType with an inner helper...Eric Wieser2018-01-041-36/+23
* | | | Merge pull request #10327 from luzpaz/more-misc-typosCharles Harris2018-01-056-8/+8
|\ \ \ \
| * | | | MAINT: Change `half-float` to `half-floats`.Charles Harris2018-01-051-2/+2
| * | | | MAINT: Fix incorrect corrections of `half` to `halves`.Charles Harris2018-01-051-2/+2