summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-01ENH: Deprecation warnings for `/` integer division when running python -3saurabh12-63/+166
2016-10-28Merge pull request #7987 from f0k/advertise-open_memmapCharles Harris2-0/+5
2016-10-28Merge pull request #8218 from mattharrigan/ediff1d-performanceCharles Harris2-12/+17
2016-10-28Merge pull request #8219 from wrwrwr/scipy-linksCharles Harris3-30/+30
2016-10-28DOC: Clean up lomax and genpareto references.wrwrwr1-3/+3
2016-10-27BUG: return subclasses from ediff1dMattHarrigan2-13/+14
2016-10-28MAINT, DOC: Update some scipy.stats references.wrwrwr2-30/+29
2016-10-28DOC: Add SciPy inventory for intersphinx.wrwrwr1-0/+1
2016-10-27Merge pull request #8216 from gfyoung/doc-improvementsCharles Harris2-4/+4
2016-10-27DOC: Patch doc errors for atleast_nd and frombuffergfyoung2-4/+4
2016-10-26ENH: fast track default kwargs for ediff1dMattHarrigan1-0/+4
2016-10-25Merge pull request #8066 from gfyoung/python3-dbg-patchNathaniel J. Smith3-26/+34
2016-10-24BUG, TST: Fix python3-dbg bug in Travis scriptgfyoung3-26/+34
2016-10-24Merge pull request #8183 from mattharrigan/ediff1d-performanceStephan Hoyer2-14/+33
2016-10-23Merge pull request #8205 from rgommers/https-cloneCharles Harris1-5/+37
2016-10-24DOC: change development instructions from SSH to HTTPS access.Ralf Gommers1-5/+37
2016-10-23Merge pull request #8198 from eric-wieser/warning-on-accumulate-keepdimCharles Harris3-9/+34
2016-10-23DEP: Deprecate the keepdims argument to accumulateEric Wieser3-9/+34
2016-10-22Merge pull request #8109 from skwbc/issue#7546Charles Harris2-4/+36
2016-10-22Merge pull request #8202 from mattip/missing-Python.hCharles Harris1-1/+4
2016-10-22ENH: specialize name of dev package by interpretermattip1-1/+4
2016-10-22Merge pull request #8173 from aixtools/issue8118Charles Harris2-6/+12
2016-10-22STY: Fix indentation to follow PEP8Charles Harris1-2/+2
2016-10-22Merge pull request #8199 from rgommers/systeminfo-envCharles Harris1-7/+5
2016-10-22MAINT: change path to env in distutils.system_info. Closes gh-8195.Ralf Gommers1-7/+5
2016-10-21Merge pull request #8197 from eric-wieser/document-outerCharles Harris1-1/+3
2016-10-22DOC: Add missing arguments to np.ufunc.outerEric Wieser1-1/+3
2016-10-21TST: Added cases for better coverage of ediff1dMattHarrigan1-0/+6
2016-10-21commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declara...Michael Felt2-4/+10
2016-10-20Merge pull request #8189 from ahaldane/nonwriteable_setfieldCharles Harris2-0/+13
2016-10-20BUG: setfield should raise if arr is not writeableAllan Haldane2-0/+13
2016-10-20Merge pull request #8180 from rainwoodman/fix-8179ahaldane1-4/+11
2016-10-20Merge pull request #7922 from eric-wieser/np-ma-convolveahaldane3-4/+105
2016-10-20Merge pull request #8127 from charris/integer-to-negative-powerCharles Harris4-32/+58
2016-10-20ENH: Power ufunc raises error for integer to negative integer powers.Charles Harris3-33/+54
2016-10-20BUG: protect stolen ref by NewFromDescr in array_emptyYu Feng1-4/+11
2016-10-20Merge pull request #8178 from charris/fix-resource-warningCharles Harris2-0/+2
2016-10-20Merge pull request #8184 from person142/assert-allcloseCharles Harris2-3/+15
2016-10-20Merge pull request #8188 from bennorth/doc-randint-exclusive-highestStephan Hoyer1-2/+2
2016-10-20DOC: 'highest' is exclusive for randint()Ben North1-2/+2
2016-10-20Merge pull request #8181 from charris/enhance-announce-toolRalf Gommers1-3/+13
2016-10-19MAINT: make `assert_allclose` behavior on `nan`s match pre 1.12Josh Wilson2-3/+15
2016-10-19ENH: Improve announce to find github squash-merge commits.Charles Harris1-3/+13
2016-10-19BUG: Fix (and test) np.ma.convolve for raw listsEric Wieser2-2/+12
2016-10-19DOC: correct ma.convolve docstrings, and add the feature to the release notesEric Wieser2-2/+12
2016-10-19API: Rename contagious to propagate_maskEric Wieser2-12/+11
2016-10-19ENH: Add ma.convolve and ma.correlate for #6458Eric Wieser2-4/+86
2016-10-19TST: Start testing with Python 2.6 development releases.Charles Harris1-0/+1
2016-10-19MAINT: Fix ResourceWarning new in Python 3.6.Charles Harris1-0/+1
2016-10-19Merge pull request #8177 from seberg/issue8176Charles Harris1-3/+26