summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #10679 from NelleV/10611_docstringsCharles Harris2018-03-012-10/+13
|\ \
| * | DOC zeros, empty, and ones now have consistent docstringsNelle Varoquaux2018-03-012-10/+13
* | | Merge pull request #10547 from hobler/patch-1Charles Harris2018-02-281-1/+1
|\ \ \
| * | | Update function_base.pyhobler2018-02-081-1/+1
* | | | Merge pull request #10248 from agurusa/installation_notesCharles Harris2018-02-281-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: Fix some nits in INSTALL.rst.txt.Charles Harris2018-02-281-1/+4
| * | | DOC:Add installation notes for Linux usersAarthi2018-01-261-1/+1
| * | | Update INSTALL.rst.txtAarthi2018-01-261-1/+1
| * | | DOC:Add installation notes for Linux usersagurusa2017-12-201-0/+2
* | | | Merge pull request #8819 from mhvk/gufunc-axis-argumentAllan Haldane2018-02-283-29/+335
|\ \ \ \
| * | | | MAINT: Check operand sizes before doing anything with themMarten van Kerkwijk2018-02-272-17/+25
| * | | | DOC: describe axes keyword in ufunc documentation.Marten van Kerkwijk2018-02-271-0/+14
| * | | | ENH: Implement axes keyword argument for gufuncs.Marten van Kerkwijk2018-02-272-16/+300
* | | | | Merge pull request #10677 from andportnoy/flake8-refactorJaime2018-02-281-22/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | STY: Minor stylistic cleanup of numeric.pyAndrey Portnoy2018-02-281-22/+28
|/ / / /
* | | | Merge pull request #10671 from luzpaz/more-misc-typosEric Wieser2018-02-277-12/+12
|\ \ \ \
| * | | | DOC/MAINT: More misc. typosluz.paz2018-02-277-12/+12
| | |_|/ | |/| |
* | | | Merge pull request #10661 from hameerabbasi/fix-prod-generatorEric Wieser2018-02-271-65/+30
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Unify reductions in fromnumeric.pyHameer Abbasi2018-02-261-65/+30
|/ / /
* | | Merge pull request #10658 from eric-wieser/fix-partition-matrixMarten van Kerkwijk2018-02-262-2/+19
|\ \ \
| * | | BUG: Make np.partition and np.sort work on np.matrix when axis=NoneEric Wieser2018-02-252-2/+19
* | | | Merge pull request #10660 from eric-wieser/0d-interp-simplerMarten van Kerkwijk2018-02-264-22/+30
|\ \ \ \
| * | | | BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser2018-02-253-18/+26
| * | | | MAINT: Make the internal np.core.multiarray.[complex_]interp work on 0d arraysEric Wieser2018-02-251-4/+4
| |/ / /
* | | | Merge pull request #10653 from eric-wieser/remove-duplicate-functionsCharles Harris2018-02-241-117/+75
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Remove duplicate implementation for aliased functions.Eric Wieser2018-02-241-117/+75
* | | | Merge pull request #10657 from pv/pypy-f2py-cbCharles Harris2018-02-241-5/+25
|\ \ \ \
| * | | | BUG: f2py: fix f2py generated code to work on PypyPauli Virtanen2018-02-241-5/+25
* | | | | Merge pull request #10650 from eric-wieser/longdouble_intCharles Harris2018-02-242-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLongEric Wieser2018-02-222-2/+2
* | | | | Merge pull request #10641 from charris/post-1.14.1-updateCharles Harris2018-02-224-58/+209
|\ \ \ \ \
| * | | | | DOC: Update RELEASE_WALKTHROUGH.rst.txt.Charles Harris2018-02-221-50/+66
| * | | | | MAINT: Update 1.14.1 release notes and changelog.Charles Harris2018-02-223-8/+143
* | | | | | Merge pull request #10599 from girving/flatnonzeroEric Wieser2018-02-222-4/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ENH: make flatnonzero use np.ravel(a) instead of a.ravel()Geoffrey Irving2018-02-212-4/+9
* | | | | | MAINT: Improve range error messages in np.histogram (#10603)Kirit Thadaka2018-02-201-7/+9
* | | | | | Merge pull request #10625 from Lodomir/fix-fftpackCharles Harris2018-02-201-46/+81
|\ \ \ \ \ \
| * | | | | | BUG: Improving the accuracy of the FFT implementationNils Becker2018-02-201-46/+81
|/ / / / / /
* | | | | | Merge pull request #10501 from msornay/fromregex-bytesEric Wieser2018-02-202-3/+10
|\ \ \ \ \ \
| * | | | | | BUG: fromregex: asbytes called on regexp objectsMathieu Sornay2018-02-052-3/+10
* | | | | | | Merge pull request #10621 from ahaldane/fix_arrayprint_recursive_closureEric Wieser2018-02-194-9/+37
|\ \ \ \ \ \ \
| * | | | | | | BUG: break cyclic refs in recursive closuresAllan Haldane2018-02-184-9/+37
* | | | | | | | Merge pull request #10623 from simongibbons/fix-10440Charles Harris2018-02-182-1/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | BUG: Correctly identify comma seperated dtype stringsSimon Gibbons2018-02-182-1/+6
|/ / / / / / /
* | | | | | | Merge pull request #10554 from eric-wieser/promote_types-not-associativeAllan Haldane2018-02-171-1/+9
|\ \ \ \ \ \ \
| * | | | | | | Update add_newdocs.pyEric Wieser2018-02-161-1/+1
| * | | | | | | DOC: promote_types is _not_ associative by design, despite the fact it would ...Eric Wieser2018-02-081-1/+9
* | | | | | | | Merge pull request #10606 from charris/fix-polynomial-testCharles Harris2018-02-161-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Do not use random when testing roots.Charles Harris2018-02-161-3/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | BUG: Align type definition with generated lapack (#10477)xoviat2018-02-1611-819/+256