summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: fixed typo in mapiter_trivial_@name@ descriptionMinkyu Lee2018-06-191-1/+1
* BUG: changed hardcoded axis to 0 for checking indicesMinkyu Lee2018-06-191-2/+2
* Merge pull request #11373 from eric-wieser/histogramdd-densityCharles Harris2018-06-181-0/+36
|\
| * TST: Show that histogramdd's normed argument is histogram's densityEric Wieser2018-06-171-0/+36
* | Merge pull request #11371 from eric-wieser/clarify_bin_orderCharles Harris2018-06-181-3/+4
|\ \
| * | DOC: Clarify requirement that histogram bins are monotonic.Eric Wieser2018-06-171-3/+4
| |/
* | Merge pull request #11366 from eric-wieser/bad-warningCharles Harris2018-06-172-13/+19
|\ \
| * | TST: Don't allow test_indexing to swallow all exceptionsEric Wieser2018-06-171-12/+17
| * | BUG: Don't emit a spurious warning for float_arr['str'], when it will just er...Eric Wieser2018-06-171-1/+2
| |/
* | BUG: add missing NpyIter_Close in einsummattip2018-06-171-0/+2
* | Merge pull request #11323 from eric-wieser/histogram-normed-actually-deprecateCharles Harris2018-06-162-29/+59
|\ \
| * | DEP: Actually deprecate the normed argument to histogramEric Wieser2018-06-152-29/+59
| |/
* | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-1636-106/+107
* | 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