summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unused variable from einsum.Jaime Fernandez2018-05-141-13/+3
* Merge pull request #11085 from mattip/fix-11080Eric Wieser2018-05-132-3/+6
|\
| * DOC: create label and ref, fixes broken linkmattip2018-05-132-3/+6
* | Merge pull request #11011 from eric-wieser/pad-singletonCharles Harris2018-05-131-109/+34
|\ \ | |/ |/|
| * MAINT: Use keepdims in favor of re-inserting dimensionsEric Wieser2018-04-291-48/+16
| * MAINT: Remove singleton-dimension insertion in np.pad in favor of not losing ...Eric Wieser2018-04-291-61/+18
* | DOC: link to updated module docstring, not NEPmattip2018-05-132-12/+13
* | Merge pull request #10975 from mhvk/linalg-matrix-tests-to-matrixlibCharles Harris2018-05-122-179/+327
|\ \
| * | MAINT: move linalg tests using matrix to matrixlibMarten van Kerkwijk2018-04-272-179/+327
* | | Merge pull request #8157 from ahaldane/void_item_memviewCharles Harris2018-05-122-71/+5
|\ \ \
| * | | MAINT: make unstructured void .item() return byteAllan Haldane2018-04-132-71/+5
* | | | Merge pull request #11076 from EricCousineau-TRI/issue/11075Charles Harris2018-05-111-0/+4
|\ \ \ \
| * | | | BUG: Ensure `PyArray_AssignRawScalar` respects `NPY_NEEDS_INIT`Eric Cousineau2018-05-111-0/+4
* | | | | Merge pull request #11073 from mattip/doc-11036Charles Harris2018-05-111-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: expand reasoning behind npy_*floatstatus_barrer()mattip2018-05-101-1/+4
* | | | | Merge pull request #11043 from mattip/fix-11029Charles Harris2018-05-103-3/+10
|\ \ \ \ \
| * | | | | BUG: reduce using SSE only warns if inside SSE loopmattip2018-05-103-3/+10
| |/ / / /
* | | | | Merge pull request #11056 from bashtage/random-permute-perfCharles Harris2018-05-101-4/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PERF: Improve performance of random permutationKevin Sheppard2018-05-091-4/+18
* | | | | BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-0910-147/+103
* | | | | Merge pull request #11037 from mattip/clang-warningsCharles Harris2018-05-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | STY: Add spaces around `=`.Charles Harris2018-05-091-1/+1
| * | | | BUG: reduce warnings from clang and initialize value before usemattip2018-05-031-1/+1
* | | | | MAINT: distutils.system_info: handle Accelerate like any other libraryPauli Virtanen2018-05-081-70/+61
* | | | | Merge pull request #11057 from mattip/absolute-test-importCharles Harris2018-05-063-3/+3
|\ \ \ \ \
| * | | | | BUG: use absolute imports in test filesmattip2018-05-073-3/+3
| |/ / / /
* | | | | DOC: Add explanation for comments=None in loadtxt.Hong Xu2018-05-061-2/+2
|/ / / /
* | | | MAINT: Simplify workflow in _append_const and _prepend_constLars G2018-05-021-12/+4
* | | | BUG: Fix padding with large integersLars G2018-05-022-4/+17
* | | | MAINT: Misc. typos (#11005)luzpaz2018-04-3013-21/+21
* | | | Merge pull request #10986 from mhvk/ma-move-out-matrix-testsEric Wieser2018-04-286-166/+249
|\ \ \ \
| * | | | MAINT: move all masked array matrix tests to matrixlib.Marten van Kerkwijk2018-04-276-166/+249
| | |_|/ | |/| |
* | | | Merge pull request #10996 from adeak/docfix-stringio-unicodeJulian Taylor2018-04-272-7/+7
|\ \ \ \
| * | | | DOC: Make doc examples using StringIO python2-3 compatibleAndras Deak2018-04-272-7/+7
* | | | | Merge pull request #10949 from mattip/doc-nditerAllan Haldane2018-04-274-10/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' into doc-nditerCharles Harris2018-04-2411-14/+335
| |\ \ \ \
| * | | | | DOC: cleanup documentation, continuation of nditer PR #9998mattip2018-04-234-10/+35
* | | | | | DOC: Fix incorrect function name in format_float_positional example (#10987)Mike Toews2018-04-261-1/+1
| |_|/ / / |/| | | |
* | | | | 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
| |_|_|_|_|_|_|_|/ |/| | | | | | | |