summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: decref in failure path; replace PyObject_Type by Py_TYPEMarten van Kerkwijk2018-06-142-11/+14
* MAINT: Make the keys of typeinfo lowercase once, not repeatedlyEric Wieser2018-06-131-10/+9
* MAINT: Filter out the real type info from typeinfo once, not repeatedlyEric Wieser2018-06-131-24/+29
* MAINT: Extract code present in both branchesEric Wieser2018-06-131-6/+4
* MAINT: Simplify skipping of integer types in _add_aliasesEric Wieser2018-06-131-10/+15
* MAINT: Use a set instead of a dictionaryEric Wieser2018-06-131-4/+2
* MAINT: Clarify intent of integer-naming codeEric Wieser2018-06-131-1/+7
* MAINT: Don't use dtype strings when the dtypes themselves can be usedEric Wieser2018-06-132-29/+28
* Merge pull request #11286 from mattip/einsum-overlapCharles Harris2018-06-122-12/+27
|\
| * BUG: einsum needs to check overlap on an out argumentmattip2018-06-112-12/+27
* | MAINT: remove unused "npy_import"Allan Haldane2018-06-121-14/+0
* | Merge pull request #11307 from pgunn/master_fix_earlier_diffCharles Harris2018-06-112-0/+6
|\ \ | |/ |/|
| * add test from issuemattip2018-06-111-0/+5
| * Restore a line that I accidentally deleted rather than reverted in earlier diffPat Gunn2018-06-111-0/+1
* | MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-119-34/+287
|/
* BUG: Undo behavior change in ma.masked_values(shrink=True)Eric Wieser2018-06-102-2/+10
* Merge pull request #11296 from eric-wieser/fix-array_wrap-segfaultMarten van Kerkwijk2018-06-102-2/+21
|\
| * BUG: Fix segfault on failing __array_wrap__Eric Wieser2018-06-102-2/+21
* | Merge pull request #11293 from cwenner/feat/doc-numericaltypes-hierarchyCharles Harris2018-06-101-36/+35
|\ \
| * | DOC: fix numericaltype hierarchy in code docCenny Wenner2018-06-091-35/+34
| * | DOC: correct kind for numericaltype code docCenny Wenner2018-06-091-2/+2
* | | Merge pull request #11260 from mhvk/ufunc-parsing-better-cleanupCharles Harris2018-06-101-41/+32
|\ \ \
| * | | MAINT: Do proper cleanup in get_ufunc_arguments.Marten van Kerkwijk2018-06-071-41/+32
* | | | BUG: Remove extra trailing paretheses.Charles Harris2018-06-091-1/+1
| |/ / |/| |
* | | STY: Revert line unwrapEric Wieser2018-06-081-1/+2
* | | minor doc improvementsNikita2018-06-081-5/+4
* | | Merge pull request #11273 from seberg/sort-valgrind-fixCharles Harris2018-06-082-2/+26
|\ \ \
| * | | MAINT: Extract common variableEric Wieser2018-06-081-6/+6
| * | | BUG: Remove invalid read in searchsorted if needle is emptySebastian Berg2018-06-072-4/+28
* | | | Merge pull request #11277 from eric-wieser/fix-older-ctypes-compatCharles Harris2018-06-083-15/+144
|\ \ \ \
| * | | | BUG: Work around bugs in pep3118 ctypes by falling back on np.dtype(type(ctyp...Eric Wieser2018-06-083-10/+122
| * | | | MAINT: Extract helper functionEric Wieser2018-06-081-13/+32
| * | | | MAINT: Don't steal a referenceEric Wieser2018-06-081-3/+1
| | |_|/ | |/| |
* | | | DOC: make docstring of np.interp clearer (#11280)Jörg Döpfert2018-06-081-2/+2
* | | | Merge pull request #11155 from eric-wieser/datetime-stack-overflowMarten van Kerkwijk2018-06-084-21/+41
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Use moved definition of Npy_EnterRecursiveCallEric Wieser2018-05-241-11/+2
| * | | BUG: Prevent stackoverflow in conversion to datetime typesEric Wieser2018-05-243-10/+39
* | | | Merge pull request #11246 from eric-wieser/pyarray_new_with_baseEric Wieser2018-06-0720-431/+298
|\ \ \ \
| * | | | BUG: Set ndarray.base before calling __array_finalize__Eric Wieser2018-06-0720-312/+194
| * | | | MAINT/STY: Line wrap PyArray_NewFromDescr consistentlyEric Wieser2018-06-0516-165/+150
* | | | | Merge pull request #11275 from seberg/tst-no-empty-sortCharles Harris2018-06-071-4/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | TST: Do not use empty arrays in tests (unless they are not read)Sebastian Berg2018-06-081-4/+6
| | |_|/ | |/| |
* | | | Merge pull request #10970 from eric-wieser/cut-down-ctypeslibCharles Harris2018-06-072-114/+96
|\ \ \ \
| * | | | BUG: Remove fragile use of __array_interface__ in ctypeslib.as_arrayEric Wieser2018-05-262-109/+72
| * | | | MAINT: Pull repeated decorators up to their containing classEric Wieser2018-04-241-12/+9
| * | | | MAINT: Use assert_equalEric Wieser2018-04-241-4/+4
| * | | | TST: Add tests for numpy.ctypeslib.as_arraytynn2018-04-241-2/+24
* | | | | Merge pull request #11018 from mhvk/gufunc-axis-and-keepdimsCharles Harris2018-06-075-20/+246
|\ \ \ \ \
| * | | | | TST: Add a new gufunc with (i)->(i) signature for testing with axis.Marten van Kerkwijk2018-06-072-1/+64
| * | | | | MAINT: Interpret gufunc axis directly rather than construct axes.Marten van Kerkwijk2018-06-071-56/+63