summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing underscore to prototype in check_embedded_lapackMalcolm Smith2018-04-161-1/+1
* Merge pull request #10875 from mattip/fix-issue7895Charles Harris2018-04-152-2/+43
|\
| * BUG: fix savetxt, loadtxt for '+-' in complexmattip2018-04-102-2/+43
* | Merge pull request #10907 from mattip/test_polynomial-doctestsCharles Harris2018-04-151-18/+18
|\ \
| * | TST: reactivate module docstring tests, fix float formattingmattip2018-04-151-18/+18
* | | Merge pull request #10903 from subhrm/10902-docu-fixCharles Harris2018-04-151-1/+1
|\ \ \ | |/ / |/| |
| * | Fixes #10902: Changed `See Also` doc-string section of `randn`Subhendu Ranjan Mishra2018-04-131-1/+1
* | | Merge pull request #10867 from Carreau/link-fullStefan van der Walt2018-04-142-26/+32
|\ \ \
| * | | 'remove indirect relationships'Matthias Bussonnier2018-04-092-24/+0
| * | | Cross Link full/full_like in a few see-also.Matthias Bussonnier2018-04-092-22/+52
* | | | DOC, BUG : Bad link to `np.random.randint` (#10901)Subhendu2018-04-131-1/+1
| |/ / |/| |
* | | Merge pull request #10665 from pv/accumulate-same-nocopyCharles Harris2018-04-122-3/+17
|\ \ \
| * | | DOC: Update 1.15.0 release notesCharles Harris2018-04-121-0/+8
| * | | ENH: umath: don't make temporary copies for in-place accumulationPauli Virtanen2018-04-091-3/+9
| | |/ | |/|
* | | Merge pull request #9980 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-04-115-94/+5214
|\ \ \
| * | | MAINT: Move lstsq to umath_linalgEric Wieser2018-04-101-50/+14
| * | | ENH: Add raw ufuncs to interface to gelsd functionsEric Wieser2018-04-101-8/+94
| * | | ENH: Add wrapper functions to allocate workspacesEric Wieser2018-04-101-0/+308
| * | | ENH: Add missing cgelsd and sgelsd routineslapack_lite code generator2018-04-104-36/+4798
* | | | Merge pull request #10885 from eric-wieser/pytest-junitCharles Harris2018-04-111-1/+1
|\ \ \ \
| * | | | TST: Re-enable test display on appveyorEric Wieser2018-04-111-1/+1
| |/ / /
* | | | Merge pull request #10745 from eric-wieser/comparison-object-loopMarten van Kerkwijk2018-04-116-21/+67
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: Add object loops to the comparison ufuncsEric Wieser2018-04-086-21/+67
* | | | Merge pull request #10874 from pchanial/fix-10873-lexsoft-docstringCharles Harris2018-04-101-1/+1
|\ \ \ \
| * | | | DOC: State in docstring that lexsort is stable (#10873).Pierre Chanial2018-04-101-1/+1
|/ / / /
* | | | ENH: Improve histogram bins="auto" for data with little variance (#10739)Varun Nayyar2018-04-093-9/+45
* | | | Merge pull request #10869 from jdmarch/fix-10868-encoding-regressionCharles Harris2018-04-091-0/+2
|\ \ \ \
| * | | | BUG: Fix encoding regression in ma/bench.py (Issue #10868)Jonathan March2018-04-091-0/+2
|/ / / /
* | | | Merge pull request #10860 from pv/pypyfix-npy-title-keyCharles Harris2018-04-092-2/+39
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: core: fix NPY_TITLE_KEY macro on pypyPauli Virtanen2018-04-082-2/+39
| |/ /
* | | Merge pull request #10796 from juliantaylor/inplace-overlapCharles Harris2018-04-091-4/+16
|\ \ \ | |_|/ |/| |
| * | BUG: fix wrong inplace vectorization on overlapping argumentsJulian Taylor2018-03-251-4/+16
* | | Merge pull request #10859 from charris/remove-yield-testsCharles Harris2018-04-096-229/+222
|\ \ \
| * | | TST: Do not ignore yield warnings in ci testing.Charles Harris2018-04-082-7/+3
| * | | TST: Remove yield tests from core/tests/test_umath_complex.py.Charles Harris2018-04-081-64/+70
| * | | STY: Some PEP8 fixes in lib/tests/test_twodim_base.py.Charles Harris2018-04-081-16/+17
| * | | TST: Remove yield tests in lib/tests/test_twodim_base.py.Charles Harris2018-04-081-12/+12
| * | | TST: Remove yield tests from lib/tests/test_index_tricks.py.Charles Harris2018-04-081-65/+71
| * | | TST: Replace yield tests in polynomial/tests/test_classes.Charles Harris2018-04-081-65/+49
| | |/ | |/|
* | | Merge pull request #10850 from charris/deprecate-some-importsCharles Harris2018-04-095-9/+39
|\ \ \
| * | | DEP: Issue deprecation warnings for some imports.Charles Harris2018-04-065-9/+39
* | | | Merge pull request #10863 from eric-wieser/histogramdd-fixesCharles Harris2018-04-091-33/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: Don't use np.arange just because `range` is shadowedEric Wieser2018-04-081-7/+11
| * | | MAINT: Use the minlength argument of bincount to avoid a copy into a larger a...Eric Wieser2018-04-081-8/+4
| * | | MAINT: Don't reimplement `ravel_multi_index`Eric Wieser2018-04-081-3/+2
| * | | MAINT: Don't use a dict with numeric keys when a tuple would do fineEric Wieser2018-04-081-3/+4
| * | | MAINT: Remove asarray call on a known arrayEric Wieser2018-04-081-2/+0
| * | | MAINT: Remove dead code.Eric Wieser2018-04-081-3/+0
| * | | MAINT: Remove pointless axis permutationEric Wieser2018-04-081-9/+3
| * | | MAINT: Remove redundant operations in 1d maskingEric Wieser2018-04-081-1/+1