summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Revise further as per peer reviewPat Gunn2018-06-031-2/+1
| * | | | Responding to peer review, change to intpPat Gunn2018-06-031-2/+2
| * | | | In numpy.memmap forcibly promote shape to uint64Pat Gunn2018-06-011-1/+2
* | | | | Merge pull request #11209 from Peque/doctestCharles Harris2018-06-031-3/+2
|\ \ \ \ \
| * | | | | DOC: Fix doctest formatting in `rot90()` examplesMiguel Sánchez de León Peque2018-06-011-3/+2
* | | | | | Merge pull request #11089 from ahaldane/speedup_build_all_filesCharles Harris2018-06-032-4/+9
|\ \ \ \ \ \
| * | | | | | BLD: cleanup _configtest.o.d during buildAllan Haldane2018-06-012-4/+9
* | | | | | | Merge pull request #11231 from mhvk/ufunc-get-arg-tuple-short-circuitEric Wieser2018-06-021-0/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | MAINT: ensure we do not create unnecessary tuples for outputsMarten van Kerkwijk2018-06-021-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #11191 from ahaldane/remove_darwin_float128Charles Harris2018-06-025-47/+7
|\ \ \ \ \ \
| * | | | | | MAINT: remove darwin hardcoded LDOUBLE detectionAllan Haldane2018-05-305-47/+7
* | | | | | | Merge pull request #11146 from mattip/nep-split-out-maskedarrayCharles Harris2018-06-023-3/+142
|\ \ \ \ \ \ \
| * | | | | | | defer the NEP, summarize and link to discussion, fix templatemattip2018-06-013-10/+22
| * | | | | | | DOC: add a NEP to split MaskedArray into a seperate packagemattip2018-06-011-0/+127
* | | | | | | | Merge pull request #11218 from rsokl/masterCharles Harris2018-06-012-4/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | zero-arrays to non-zero; make test more robustRyan Soklaski2018-06-011-4/+4
| * | | | | | | | STY: Remove trailing whitespace.Charles Harris2018-05-311-2/+2
| * | | | | | | | einsum bug fix: check array shapes, not array elements, for singleton dimensionsRyan Soklaski2018-05-311-1/+1
| * | | | | | | | update tests so that blas-compatible broadcasting bug raises errorRyan Soklaski2018-05-311-4/+12
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #11225 from mattip/document-recfunctionsCharles Harris2018-06-012-6/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | fixes from reviewmattip2018-06-011-2/+2
| * | | | | | | | DOC: add existing recfunctions documentation to outputmattip2018-06-012-6/+13
| |/ / / / / / /
* | | | | | | | Merge pull request #11226 from mattip/nep-array-function-protocolStephan Hoyer2018-06-011-6/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | NEP: add 'rst' to nep filename, fixup urlsmattip2018-06-011-6/+6
|/ / / / / / /
* | | | | | | Merge pull request #11189 from mrocklin/nep-array-function-protocolMatti Picus2018-06-011-0/+543
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | rename array function protocol to 0018Matthew Rocklin2018-06-011-0/+0
| * | | | | | minor editsMatthew Rocklin2018-06-011-10/+15
| * | | | | | Fix shape=kwargs typoStephan Hoyer2018-05-291-1/+1
| * | | | | | Fix typoStephan Hoyer2018-05-291-1/+1
| * | | | | | Minor updatesStephan Hoyer2018-05-291-12/+39
| * | | | | | Remove extra "Author:"Stephan Hoyer2018-05-291-1/+1
| * | | | | | cleanupMatthew Rocklin2018-05-291-8/+2
| * | | | | | Renumber NEP to XX until it's likely to mergeMatthew Rocklin2018-05-291-0/+0
| * | | | | | Conform to NEP templateMatthew Rocklin2018-05-291-5/+47
| * | | | | | Add first draft of NEP 0016: array function protocolMatthew Rocklin2018-05-291-0/+475
* | | | | | | BUG: Added support for indices 26 <= i < 52 in C einsum (#11090)Juris Bogusevs2018-05-312-7/+28
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #11148 from mattip/warnings-as-errorsEric Wieser2018-05-301-6/+13
|\ \ \ \ \ \
| * | | | | | STY: Move comments, reduce indentationEric Wieser2018-05-281-8/+9
| * | | | | | fix from review and commentsmattip2018-05-281-6/+12
| * | | | | | TST: make build warning into an error in runtest.pymattip2018-05-281-2/+2
* | | | | | | Merge pull request #11193 from mhvk/gufunc-sig-signature-override-bugEric Wieser2018-05-302-2/+5
|\ \ \ \ \ \ \
| * | | | | | | BUG: reference count exposed by better testingMarten van Kerkwijk2018-05-302-2/+5
* | | | | | | | DOC: sqrt can return 0Kimikazu Kato2018-05-301-1/+1
* | | | | | | | Merge pull request #11200 from ahaldane/fix_genfromtxt_delimiter_encodingCharles Harris2018-05-302-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: delimiter/comments in genfromtxt should be encodedAllan Haldane2018-05-302-0/+9
| |/ / / / / / /
* | | | | | | | Merge pull request #11176 from mhvk/gufunc-keepdims-iter-allocMatti Picus2018-05-301-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: avoid setting non-existing gufunc strides for keepdims=True.Marten van Kerkwijk2018-05-281-2/+2
* | | | | | | | | Merge pull request #11173 from mhvk/gufunc-avoid-wasting-time-writing-parserMatti Picus2018-05-301-14/+35
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | MAINT: Ensure that parsing errors are passed on even in tests.Marten van Kerkwijk2018-05-291-14/+35
* | | | | | | | | Merge pull request #10142 from mhvk/pending-deprecation-for-matrixCharles Harris2018-05-299-0/+75
|\ \ \ \ \ \ \ \ \