summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Added pytest cache folder to .gitignoreJoseph Fox-Rabinovitz2018-04-261-0/+4
* Merge pull request #10919 from eric-wieser/__array_wrap__-non-None-outputsMarten van Kerkwijk2018-04-262-145/+262
|\
| * BUG: Calling convention of ufunc.__call__ should not affect __array_prepare__...Eric Wieser2018-04-222-145/+262
* | Merge pull request #10635 from hameerabbasi/ufunc-reduce-identityMarten van Kerkwijk2018-04-268-41/+214
|\ \
| * | ENH: Implement initial kwarg for ufunc.add.reduceHameer Abbasi2018-04-248-41/+214
* | | Merge pull request #10953 from tylerjereddy/remove_extraneous_tuple_checksEric Wieser2018-04-261-18/+12
|\ \ \
| * | | MAINT: addressed extraneous shape tuple checks in descriptor.cTyler Reddy2018-04-251-18/+12
* | | | Merge pull request #10871 from eric-wieser/histogramdd-emptyCharles Harris2018-04-251-4/+0
|\ \ \ \
| * | | | MAINT: Remove unnecessary special case for N == 0Eric Wieser2018-04-101-4/+0
* | | | | Merge pull request #10911 from toslunar/fix-10899-einsum-float16Charles Harris2018-04-252-3/+13
|\ \ \ \ \
| * | | | | add testsToshiki Kataoka2018-04-171-0/+10
| * | | | | BUG: Fix casting between npy_half and float in einsumToshiki Kataoka2018-04-161-3/+3
* | | | | | Merge pull request #10971 from eric-wieser/_array_from_buffer_3118Charles Harris2018-04-251-12/+8
|\ \ \ \ \ \
| * | | | | | MAINT: Remove workaround for gh-10891Eric Wieser2018-04-251-12/+8
* | | | | | | Merge pull request #10973 from mhvk/advice-against-matrixCharles Harris2018-04-253-69/+46
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DOC: advise against use of matrix.Marten van Kerkwijk2018-04-253-69/+46
|/ / / / / /
* | | | | | Merge pull request #10883 from hameerabbasi/nb-doc-fixCharles Harris2018-04-241-10/+8
|\ \ \ \ \ \
| * | | | | | DOC: Fix negative binomial documentation.Hameer Abbasi2018-04-201-10/+8
* | | | | | | Merge pull request #10882 from eric-wieser/_array_from_buffer_3118Charles Harris2018-04-242-43/+78
|\ \ \ \ \ \ \
| * | | | | | | TST: Work around memory leak in ctypes to prevent another test failingEric Wieser2018-04-201-4/+12
| * | | | | | | BUG: have _array_from_buffer_3118 correctly handle errorsEric Wieser2018-04-122-43/+70
* | | | | | | | Merge pull request #10824 from mattip/fix-PyArray_DeprecateWritebackIfCopyCharles Harris2018-04-244-19/+69
|\ \ \ \ \ \ \ \
| * | | | | | | | STY: Fix long line.Charles Harris2018-04-241-1/+2
| * | | | | | | | fix from reviewmattip2018-04-212-15/+17
| * | | | | | | | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and documentmattip2018-04-214-13/+60
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #10967 from mattip/masterCharles Harris2018-04-241-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: add quantile, nanquantile to tocmattip2018-04-241-0/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #10946 from ahaldane/fix_style_argCharles Harris2018-04-242-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | BUG: 'style' arg to array2string broken in legacy modeAllan Haldane2018-04-212-0/+5
* | | | | | | | Merge pull request #10199 from chunweiyuan/quantileStephan Hoyer2018-04-235-4/+284
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-165-4/+284
* | | | | | | | MAINT, DOC: Fix typos (#10958)Nicholas Nadeau, P.Eng., AVS2018-04-233-3/+3
* | | | | | | | Merge pull request #10951 from mattip/nditer-close-fixesAllan Haldane2018-04-234-40/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | fixes from reviewmattip2018-04-221-20/+16
| * | | | | | | | emphasis accessing `it.operands` only on open iteratormattip2018-04-222-18/+35
| * | | | | | | | BUG: it.close() disallows access to iterator, fixes #10950mattip2018-04-222-17/+28
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #10891 from eric-wieser/assert-no-cyclesCharles Harris2018-04-214-14/+167
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | BUG: Ensure the garbage is clear first in assert_no_gc_cyclesEric Wieser2018-04-152-19/+73
| * | | | | | | ENH: Show the full list of leaked objectsEric Wieser2018-04-121-2/+21
| * | | | | | | TST: Extract a helper function to test for reference cyclesEric Wieser2018-04-124-14/+94
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #9998 from mattip/nditer-as-context-managerAllan Haldane2018-04-2119-312/+848
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fixes from reviewmattip2018-04-213-13/+5
| * | | | | | ENH: add nditer.close as per reviewmattip2018-04-205-22/+61
| * | | | | | ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-2019-317/+822
* | | | | | | DOC: Removed references to the 2008 documentation marathon (#10945)alexthomas932018-04-212-11/+1
* | | | | | | Merge pull request #10943 from alexthomas93/masterCharles Harris2018-04-212-1/+24
|\ \ \ \ \ \ \
| * | | | | | | Added a modified version of the basic Sphinx search boxAlex Thomas2018-04-212-1/+24
|/ / / / / / /
* | | | | | | Merge pull request #10940 from nkartashov/10939-fixing-broken-developer-linksCharles Harris2018-04-214-6/+6
|\ \ \ \ \ \ \
| * | | | | | | DOC: fix broken links for developer documentationNikita Kartashov2018-04-214-6/+6
|/ / / / / / /
* | | | | | | Merge pull request #10921 from mattip/percentile-graphCharles Harris2018-04-2011-126/+133
|\ \ \ \ \ \ \