summaryrefslogtreecommitdiff
path: root/numpy
AgeCommit message (Expand)AuthorFilesLines
2018-02-20Merge pull request #10501 from msornay/fromregex-bytesEric Wieser2-3/+10
2018-02-19Merge pull request #10621 from ahaldane/fix_arrayprint_recursive_closureEric Wieser4-9/+37
2018-02-18BUG: break cyclic refs in recursive closuresAllan Haldane4-9/+37
2018-02-18BUG: Correctly identify comma seperated dtype stringsSimon Gibbons2-1/+6
2018-02-16MAINT: Stop using non-tuple indices internallyEric Wieser8-29/+33
2018-02-17Merge pull request #10554 from eric-wieser/promote_types-not-associativeAllan Haldane1-1/+9
2018-02-16Update add_newdocs.pyEric Wieser1-1/+1
2018-02-16Merge pull request #10606 from charris/fix-polynomial-testCharles Harris1-3/+3
2018-02-16BUG: Align type definition with generated lapack (#10477)xoviat11-819/+256
2018-02-16MAINT: Do not use random when testing roots.Charles Harris1-3/+3
2018-02-16Misc. typosluz.paz5-5/+5
2018-02-15Merge pull request #10596 from charris/update-sphinxext-submoduleCharles Harris1-5/+7
2018-02-15BUG: Functions in ma should not add Notes to existing docstrings.Charles Harris1-5/+7
2018-02-15Merge pull request #10381 from eric-wieser/fix-segfaultAllan Haldane3-15/+48
2018-02-15ENH: Always show dtype fields in the array repr, even for non-voidEric Wieser2-7/+13
2018-02-15BUG: Fix crash on non-void structured array reprEric Wieser2-7/+29
2018-02-15BUG: Show the base of a compound dtype even when it doesn't subclass voidEric Wieser2-2/+7
2018-02-14Merge pull request #10588 from charris/remove-unique-optimizationCharles Harris2-17/+31
2018-02-14BUG: Revert sort optimization in np.unique.Charles Harris2-17/+31
2018-02-13Merge pull request #10571 from pv/fix-condCharles Harris2-31/+127
2018-02-13MAINT: Small grammar fixes to documentation.Charles Harris1-2/+2
2018-02-12Misc. typosluz.paz5-5/+5
2018-02-12BUG: linalg: fix corner-case behavior of cond() + use SVD if possiblePauli Virtanen2-31/+127
2018-02-11BUG: infinite recursion in str of 0d subclassesAllan Haldane2-6/+63
2018-02-11Merge pull request #10553 from eric-wieser/promote-type-tidyAllan Haldane1-70/+54
2018-02-10BUG: Fix travis failure in previous commit (#10566)Eric Wieser1-1/+2
2018-02-10Merge pull request #10555 from eric-wieser/malloc-no-memoryAllan Haldane2-7/+6
2018-02-09MAINT: Push variables and return statements in PyArray_ResultType to innermos...Eric Wieser1-18/+22
2018-02-09BUG: Add missing PyErr_NoMemory() after mallocEric Wieser2-7/+6
2018-02-08DOC: promote_types is _not_ associative by design, despite the fact it would ...Eric Wieser1-1/+9
2018-02-08MAINT: Push no-op type promotion check further downEric Wieser1-53/+33
2018-02-09Merge pull request #10548 from eric-wieser/malloc-errorAllan Haldane1-0/+1
2018-02-08Merge pull request #10337 from eric-wieser/warning-causeCharles Harris1-10/+58
2018-02-08Merge pull request #10324 from eric-wieser/histogram-range-comparisonCharles Harris2-7/+65
2018-02-08Update function_base.pyhobler1-1/+1
2018-02-08DEP: Issue FutureWarning when malformed records detected.Charles Harris1-1/+8
2018-02-06Merge pull request #10401 from eric-wieser/fix-10394Charles Harris2-17/+27
2018-02-06Merge pull request #10529 from eric-wieser/fix-pep3118-errorCharles Harris2-5/+24
2018-02-06BUG: Set missing exception after mallocEric Wieser1-0/+1
2018-02-06BUG: Provide a better error message for out-of-order fieldsEric Wieser2-5/+24
2018-02-05Merge pull request #10359 from mhvk/einsum-do-not-optimize-2-argCharles Harris1-2/+2
2018-02-05Merge pull request #10352 from larsoner/fix-einsumCharles Harris2-7/+38
2018-02-05BUG: fromregex: asbytes called on regexp objectsMathieu Sornay2-3/+10
2018-02-05minor fix for python3 compatibilityDennis Weyland1-2/+2
2018-02-05python 2.7.5 bugfixDennis Weyland1-2/+5
2018-02-04Merge pull request #10502 from eric-wieser/swapaxes-AxisErrorCharles Harris7-35/+31
2018-02-04MNT #10461 Removed the unmaintained __version__ constant.Alexander Belopolsky1-4/+0
2018-02-04MAINT: Use PyUString_InternFromString to avoid constructing the strings on ea...Eric Wieser5-18/+13
2018-02-04Merge pull request #10518 from eric-wieser/novalue-reprCharles Harris2-6/+26
2018-02-03ENH: Add a repr to np._NoValueEric Wieser2-6/+26