summaryrefslogtreecommitdiff
path: root/numpy
AgeCommit message (Expand)AuthorFilesLines
2018-03-10Merge pull request #10719 from guoci/numpy_constants_docCharles Harris1-2/+25
2018-03-10declare source code encodingguoci1-0/+1
2018-03-10add documentation for constantsguoci1-2/+24
2018-03-10TST: Fixing bug in assert near equality of float16 arrays (#10697)Aaron Critchley3-2/+34
2018-03-09BUG: dragon4 fractional output mode adds too many trailing zerosAllan Haldane2-5/+13
2018-03-09MAINT: Fixed C++ guard in f2py test.siavashserver1-2/+2
2018-03-08Merge pull request #10689 from freakboy3742/iOS-compatCharles Harris4-10/+21
2018-03-08Merge pull request #10711 from charris/fix-hard-tabsCharles Harris11-120/+121
2018-03-08MAINT: Hard tab and whitespace cleanup.Charles Harris11-120/+121
2018-03-08Merge pull request #10698 from ahaldane/fix_0d_object_subclass_againCharles Harris2-13/+47
2018-03-08Merge pull request #10708 from bobeldering/f2py-multilineCharles Harris2-2/+56
2018-03-08Merge pull request #10694 from lumbric/patch-2Charles Harris1-1/+1
2018-03-08Merge pull request #10710 from louispotok/select-error-messageCharles Harris1-1/+1
2018-03-08ENH: Allow dtype field names to be unicode in Python2 (#10672)Chris Billington2-6/+22
2018-03-08BUG: fix error message in numpy.selectLouis Potok1-1/+1
2018-03-08TST: test handling ';' in multiline and enhancement lines, numpy.f2pyBob Eldering1-0/+53
2018-03-08BUG: fix for splitting a multiline or enhancement by ';' in numpy.f2py.Bob Eldering1-2/+3
2018-03-06DOC: Grammar of np.gradient docstringAllan Haldane1-3/+3
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-04DOC: add versionadded for NDArrayOperatorsMixin.Stephan Hoyer1-0/+2
2018-03-04MAINT: Covariance must be symmetric as well as positive-semidefinite. (#10669)Oleg Zabluda1-7/+8
2018-03-04BUG: F2py mishandles quoted control characters (#10676)bobeldering2-37/+79
2018-03-04BLD: Add configuration to allow cross platform builds for iOS.Russell Keith-Magee4-10/+21
2018-03-01Merge pull request #10679 from NelleV/10611_docstringsCharles Harris2-10/+13
2018-03-01DOC zeros, empty, and ones now have consistent docstringsNelle Varoquaux2-10/+13
2018-02-28Merge pull request #10547 from hobler/patch-1Charles Harris1-1/+1
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 Wieser4-9/+9
2018-02-27DOC/MAINT: More misc. typosluz.paz4-9/+9
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 Kerkwijk3-22/+18
2018-02-25BUG: fix complex casting error in cov with aweightsDavid Freese2-2/+4
2018-02-25BUG: Make np.partition and np.sort work on np.matrix when axis=NoneEric Wieser2-2/+19
2018-02-25BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser2-18/+14
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 #10657 from pv/pypy-f2py-cbCharles Harris1-5/+25
2018-02-24Merge pull request #10650 from eric-wieser/longdouble_intCharles Harris2-2/+2
2018-02-24BUG: f2py: fix f2py generated code to work on PypyPauli Virtanen1-5/+25
2018-02-22BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLongEric Wieser2-2/+2
2018-02-22Merge pull request #10599 from girving/flatnonzeroEric Wieser1-4/+4
2018-02-21ENH: make flatnonzero use np.ravel(a) instead of a.ravel()Geoffrey Irving1-4/+4
2018-02-20MAINT: Improve range error messages in np.histogram (#10603)Kirit Thadaka1-7/+9
2018-02-20BUG: Improving the accuracy of the FFT implementationNils Becker1-46/+81