summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: Create 1.15.0 changelog and update mailmap.1.15-changelogCharles Harris2018-06-202-2/+572
* Merge pull request #11359 from charris/backport-11349Charles Harris2018-06-163-0/+4
|\
| * DOC: document new functionsmattip2018-06-163-0/+4
|/
* Merge pull request #11352 from eric-wieser/deprecate-normed-1.15.0Charles Harris2018-06-163-29/+62
|\
| * DEP: Actually deprecate the normed argument to histogramEric Wieser2018-06-153-29/+62
* | Merge pull request #11327 from charris/prepare-1.15.0Charles Harris2018-06-154-116/+204
|\ \
| * | DOC: Update release notes for 1.15.0.Charles Harris2018-06-154-116/+204
* | | Merge pull request #11339 from mhvk/ufunc-override-ref-counting-bugsMarten van Kerkwijk2018-06-152-11/+14
|\ \ \ | |/ / |/| |
| * | BUG: decref in failure path; replace PyObject_Type by Py_TYPEMarten van Kerkwijk2018-06-142-11/+14
|/ /
* | Merge pull request #11319 from charris/revert-problem-f2py-fixesCharles Harris2018-06-122-78/+37
|\ \
| * | REL, REV: Revert f2py fixes that exposed SciPy bug.Charles Harris2018-05-282-78/+37
* | | REL: Setup maintenance/1.15.x branch.Charles Harris2018-06-121-2/+2
| |/ |/|
* | 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
* | | Merge pull request #11315 from jakirkham/pkg_tools_allocation_trackingCharles Harris2018-06-121-0/+1
|\ \ \
| * | | MAINT: Package `tools/allocation_tracking`John Kirkham2018-06-121-0/+1
* | | | Merge pull request #11314 from ahaldane/remove_npy_importCharles Harris2018-06-121-14/+0
|\ \ \ \ | |/ / / |/| | |
| * | | 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
* | | Merge pull request #10411 from ahaldane/revert_multifield_viewCharles Harris2018-06-1110-34/+297
|\ \ \ | |/ / |/| |
| * | MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-1110-34/+297
|/ /
* | Merge pull request #11298 from eric-wieser/masked_values-shrinkCharles Harris2018-06-102-2/+10
|\ \
| * | 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
* | | | | Merge pull request #11291 from charris/fix-npy_get_floatstatus_barrierCharles Harris2018-06-091-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: Remove extra trailing paretheses.Charles Harris2018-06-091-1/+1
* | | | | Merge pull request #11222 from hmaarrfk/documentation_nditerCharles Harris2018-06-091-19/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Updated with correct endMark Harfouche2018-06-021-19/+19
| * | | | Reference doc to nditer is python3 friendlyMark Harfouche2018-06-011-19/+19
* | | | | Merge pull request #11287 from numpy/pr/11063Charles Harris2018-06-081-4/+4
|\ \ \ \ \
| * | | | | 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