summaryrefslogtreecommitdiff
path: root/numpy/core
AgeCommit message (Expand)AuthorFilesLines
2018-03-26Merge pull request #10795 from eric-wieser/einsum-output-spacesMarten van Kerkwijk2-10/+28
2018-03-26Merge pull request #10798 from jaimefrio/einsum_mappingEric Wieser2-4/+9
2018-03-25Merge pull request #10774 from mdboom/fix-sqrt-min-for-no-long-doubleAllan Haldane1-0/+4
2018-03-26BUG: Incorrect mapping of einsum axes.Jaime Fernandez2-4/+9
2018-03-25BUG: Allow spaces in output string of einsumEric Wieser2-10/+28
2018-03-24BUG: Provide correct format in Py_buffer for scalars (#10564)Jeff VanOss4-46/+201
2018-03-24Merge pull request #10790 from charris/pytest-prepCharles Harris18-226/+291
2018-03-24TST: Do not import functions beginning `test_`.Charles Harris3-76/+95
2018-03-24TST: Rename some compiled c test modulesCharles Harris15-60/+60
2018-03-24TST: Remove nose dependence of locale tests.Charles Harris4-93/+139
2018-03-22Fixed author name in reference to bookChloeColeongco1-1/+1
2018-03-22BUG: test, fix for missing flags['WRITEBACKIFCOPY'] keymattip2-1/+3
2018-03-21Merge pull request #10777 from charris/prep-for-pytestCharles Harris3-10/+7
2018-03-21MAINT: Remove use of unittest in NumPy tests.xoviat3-10/+7
2018-03-20Fix SQRT_MIN for platforms with 8-byte long doubleMichael Droettboom1-0/+4
2018-03-19Merge pull request #10766 from eric-wieser/remove-dead-codeCharles Harris1-49/+0
2018-03-19Merge pull request #10740 from charris/add-python-3.7-testsCharles Harris8-23/+168
2018-03-19MAINT: Fix Python 3 deprecated C-API useCharles Harris7-23/+164
2018-03-19MAINT: Remove the unused scalarmath getters for fmod and sqrtEric Wieser1-49/+0
2018-03-15Merge pull request #10618 from eric-wieser/avoid-nontuple-indicesMarten van Kerkwijk2-2/+2
2018-03-15MAINT: Fix char* variable in arr_add_docstring for Python 3.7Charles Harris1-0/+4
2018-03-15DOC: Fix typo in warning messagehvy1-1/+1
2018-03-14TST: Import abstract classes from collections.abcFrederick Lefebvre3-7/+22
2018-03-12Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen5-23/+10
2018-03-10Merge pull request #10716 from ahaldane/fix_dragon4_fractional_cutoffCharles Harris2-5/+13
2018-03-09BUG: dragon4 fractional output mode adds too many trailing zerosAllan Haldane2-5/+13
2018-03-08Merge pull request #10689 from freakboy3742/iOS-compatCharles Harris1-2/+2
2018-03-08Merge pull request #10711 from charris/fix-hard-tabsCharles Harris4-36/+36
2018-03-08MAINT: Hard tab and whitespace cleanup.Charles Harris4-36/+36
2018-03-08Merge pull request #10698 from ahaldane/fix_0d_object_subclass_againCharles Harris2-13/+47
2018-03-08Merge pull request #10694 from lumbric/patch-2Charles Harris1-1/+1
2018-03-08ENH: Allow dtype field names to be unicode in Python2 (#10672)Chris Billington2-6/+22
2018-03-05BUG: Further back-compat fix for subclassed array reprAllan Haldane2-13/+47
2018-03-05DOC: Improve docstring of memmaplumbric1-1/+1
2018-03-04BLD: Add configuration to allow cross platform builds for iOS.Russell Keith-Magee1-2/+2
2018-03-01DOC zeros, empty, and ones now have consistent docstringsNelle Varoquaux1-3/+4
2018-02-28Merge pull request #8819 from mhvk/gufunc-axis-argumentAllan Haldane2-29/+321
2018-02-28STY: Minor stylistic cleanup of numeric.pyAndrey Portnoy1-22/+28
2018-02-27MAINT: Check operand sizes before doing anything with themMarten van Kerkwijk2-17/+25
2018-02-27ENH: Implement axes keyword argument for gufuncs.Marten van Kerkwijk2-16/+300
2018-02-27Merge pull request #10671 from luzpaz/more-misc-typosEric Wieser3-7/+7
2018-02-27DOC/MAINT: More misc. typosluz.paz3-7/+7
2018-02-26MAINT: Unify reductions in fromnumeric.pyHameer Abbasi1-65/+30
2018-02-26Merge pull request #10658 from eric-wieser/fix-partition-matrixMarten van Kerkwijk2-2/+19
2018-02-26Merge pull request #10660 from eric-wieser/0d-interp-simplerMarten van Kerkwijk1-4/+4
2018-02-25BUG: Make np.partition and np.sort work on np.matrix when axis=NoneEric Wieser2-2/+19
2018-02-25MAINT: Make the internal np.core.multiarray.[complex_]interp work on 0d arraysEric Wieser1-4/+4
2018-02-24Merge pull request #10653 from eric-wieser/remove-duplicate-functionsCharles Harris1-117/+75
2018-02-24MAINT: Remove duplicate implementation for aliased functions.Eric Wieser1-117/+75
2018-02-24Merge pull request #10650 from eric-wieser/longdouble_intCharles Harris2-2/+2