summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11098 from mhvk/gufunc-keepdimsMarten van Kerkwijk2018-05-182-39/+186
|\
| * ENH: Add keepdims argument for generalized ufuncs.Marten van Kerkwijk2018-05-182-39/+186
* | BUG: Fix typo in variable name (#11116)zuko3d2018-05-181-1/+1
|/
* Merge pull request #11026 from mattip/cleanup-frompyfuncEric Wieser2018-05-182-58/+35
|\
| * MAINT: reduce code duplication in ufunc_frompyfuncmattip2018-05-172-58/+35
* | BUG: fix case of ISA selector in ufunc selectionJulian Taylor2018-05-171-1/+1
|/
* BUG: remove fast scalar power for arrays with object dtype (#11050)fivemok2018-05-152-1/+35
* Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlibCharles Harris2018-05-1510-96/+43
|\
| * DOC: Revise some of the docstrings.Charles Harris2018-05-141-7/+8
| * BUG: Fix missing `type` in identity test.Charles Harris2018-05-141-1/+1
| * MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-2910-95/+41
* | Merge pull request #11091 from ahaldane/fix_py2_float_to_fileCharles Harris2018-05-152-4/+36
|\ \
| * | BUG: Python2 doubles don't print correctly in interactive shellAllan Haldane2018-05-142-4/+36
* | | Merge pull request #10988 from eric-wieser/ufunc-tidyMarten van Kerkwijk2018-05-141-17/+15
|\ \ \ | |/ / |/| |
| * | MAINT: Push variables down into nested scopes where possibleEric Wieser2018-04-261-2/+3
| * | MAINT: Convert nested ifs to an if/else chainEric Wieser2018-04-261-15/+12
* | | 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
* | | | | BUG: reduce using SSE only warns if inside SSE loopmattip2018-05-103-3/+10
|/ / / /
* | | | BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-099-41/+101
* | | | 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
* | | | | BUG: use absolute imports in test filesmattip2018-05-073-3/+3
|/ / / /
* | | | MAINT: Misc. typos (#11005)luzpaz2018-04-307-12/+12
| |_|/ |/| |
* | | Merge pull request #10949 from mattip/doc-nditerAllan Haldane2018-04-273-5/+24
|\ \ \
| * \ \ Merge branch 'master' into doc-nditerCharles Harris2018-04-245-8/+59
| |\ \ \
| * | | | DOC: cleanup documentation, continuation of nditer PR #9998mattip2018-04-233-5/+24
* | | | | 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-266-39/+181
|\ \ \ \ \
| * | | | | ENH: Implement initial kwarg for ufunc.add.reduceHameer Abbasi2018-04-246-39/+181
| | |/ / / | |/| | |
* | | | | 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 #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 #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
| | |_|_|/ / | |/| | | |