summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add keepdims argument for generalized ufuncs.Marten van Kerkwijk2018-05-182-39/+186
* 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-1520-253/+476
|\
| * 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 testing to matrixlib.Marten van Kerkwijk2018-04-292-31/+43
| * MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-298-127/+233
| * MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-2912-98/+202
* | DOC: Mention we can return unitinitialized values (#11086)Matti Picus2018-05-151-3/+7
* | 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 #11094 from mattip/fix-11080Charles Harris2018-05-152-7/+6
|\ \ \
| * | | DOC: add numpy.lib.format to docs and link to itmattip2018-05-142-7/+6
* | | | Merge branch 'master' into linalg-move-matrix-powerCharles Harris2018-05-1438-673/+685
|\ \ \ \
| * \ \ \ 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 #11023 from eric-wieser/histogramdd-no-fuzzCharles Harris2018-05-143-26/+49
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | 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 #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