summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: histogramdd fails on large integersEric Wieser2018-04-302-1/+14
* ENH: Disable fuzzing on histogram boundariesEric Wieser2018-04-303-25/+35
* 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-267-41/+208
|\ \
| * | ENH: Implement initial kwarg for ufunc.add.reduceHameer Abbasi2018-04-247-41/+208
* | | 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
* | | | | | MAINT: Remove workaround for gh-10891Eric Wieser2018-04-251-12/+8
* | | | | | 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-243-8/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | 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-213-2/+45
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | 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-234-4/+274
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-164-4/+274
* | | | | | | | MAINT, DOC: Fix typos (#10958)Nicholas Nadeau, P.Eng., AVS2018-04-232-2/+2
* | | | | | | | Merge pull request #10951 from mattip/nditer-close-fixesAllan Haldane2018-04-233-31/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | fixes from reviewmattip2018-04-221-20/+16
| * | | | | | | | emphasis accessing `it.operands` only on open iteratormattip2018-04-221-9/+19
| * | | | | | | | 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-2116-270/+749
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fixes from reviewmattip2018-04-213-13/+5
| * | | | | | ENH: add nditer.close as per reviewmattip2018-04-203-11/+48
| * | | | | | ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-2016-275/+725
* | | | | | | DOC: fix broken links for developer documentationNikita Kartashov2018-04-211-1/+1
* | | | | | | Merge pull request #10921 from mattip/percentile-graphCharles Harris2018-04-209-124/+131
|\ \ \ \ \ \ \
| * | | | | | | fixes from reviewmattip2018-04-182-8/+8
| * | | | | | | DOC: clear up warnings, fix matplotlib plotmattip2018-04-179-124/+131
* | | | | | | | Merge pull request #10890 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-04-202-29/+102
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: compute residuals inside the ufuncEric Wieser2018-04-172-29/+102
* | | | | | | | | Merge pull request #10936 from stefanv/npversionEric Wieser2018-04-201-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | DOC: Fix NumpyVersion example (closes gh-10935)Stefan van der Walt2018-04-191-1/+1
* | | | | | | | | Merge pull request #10775 from mdboom/return-errors-from-initEric Wieser2018-04-195-31/+40
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Return NULL from PyInit_* when exception is raisedMichael Droettboom2018-03-305-31/+40