summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-1715-34/+17
* Merge pull request #13115 from kshyatt/ksh/hypergeomMatti Picus2019-03-161-9/+11
|\
| * Fix backticks, expand out docstring, improve consistencyKatharine Hyatt2019-03-141-8/+10
| * DOC: Fix #12050 by updating numpy.random.hypergeometric docsKatharine Hyatt2019-03-131-8/+8
* | Merge pull request #13130 from eric-wieser/unify-polyfitCharles Harris2019-03-167-450/+94
|\ \
| * | MAINT: Unify polynomial fitting functionsEric Wieser2019-03-157-450/+94
* | | Merge pull request #4808 from stefanv/pad_mode_positionalRalf Gommers2019-03-152-8/+7
|\ \ \
| * | | Fix array dispatcherStefan van der Walt2019-03-152-2/+2
| * | | ENH: Make `mode` parameter default to `constant` (padding by zero)Stefan van der Walt2019-03-132-7/+6
| | |/ | |/|
* | | Merge pull request #13128 from eric-wieser/unify-polyaddCharles Harris2019-03-157-114/+39
|\ \ \ | | |/ | |/|
| * | MAINT: Unify polynomial addition and subtraction functionsEric Wieser2019-03-147-114/+39
* | | Merge pull request #13131 from mattip/doc-quietRalf Gommers2019-03-151-2/+2
|\ \ \
| * | | BUILD: use 'quiet' when building docsmattip2019-03-151-2/+2
|/ / /
* | | Merge pull request #13127 from eric-wieser/fixup-release-note-whitespaceMatti Picus2019-03-151-6/+2
|\ \ \
| * | | DOC: Tidy 1.17.0 release note newlinesEric Wieser2019-03-141-6/+2
* | | | Merge pull request #13125 from raptorsun/fix_cblas_detectionMatti Picus2019-03-151-0/+2
|\ \ \ \
| * | | | if neither libcblas or libblas is linkable, it consider libcblas is inexiste...Haoyu Sun2019-03-151-0/+2
| |/ / /
* | | | BUG: Fix np.rec.fromarrays on arrays which are already structured (#12887)Daniel Hrisca2019-03-142-4/+9
* | | | Merge pull request #11689 from tylerjereddy/docs_C_at_symbolEric Wieser2019-03-141-2/+66
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Add ref docs for C generic types.Tyler Reddy2018-10-171-2/+66
* | | | Merge pull request #12457 from tylerjereddy/openblas_macosRalf Gommers2019-03-141-8/+20
|\ \ \ \
| * | | | TST: openblas for Azure MacOSTyler Reddy2019-03-131-8/+20
| | |_|/ | |/| |
* | | | Merge pull request #13118 from mattip/doc-scipy-themeMatti Picus2019-03-141-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: update scipy-sphinx-theme, fixes searchmattip2019-03-141-0/+0
|/ / /
* | | Merge pull request #12879 from mattip/deprecate-exec_commandRalf Gommers2019-03-133-26/+35
|\ \ \
| * | | DOC: add release notemattip2019-03-131-0/+7
| * | | DEP: deprecate exec_commandmattip2019-03-102-26/+28
* | | | Merge pull request #13104 from mattip/doc-referencesRalf Gommers2019-03-132-26/+67
|\ \ \ \
| * | | | DOC: remove -n to make this mergeablemattip2019-03-131-1/+1
| * | | | DOC: fix references in docsmattip2019-03-103-27/+68
| |/ / /
* | | | Merge pull request #13109 from anntzer/chainingMarten van Kerkwijk2019-03-131-10/+13
|\ \ \ \
| * | | | MAINT: Prevent traceback chaining in _wrapfunc.Antony Lee2019-03-131-10/+13
* | | | | Merge pull request #13111 from eric-wieser/unify-polydivCharles Harris2019-03-137-96/+58
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | MAINT: Unify polynomial division functionsEric Wieser2019-03-127-80/+42
| * | | MAINT: Adjust variable names for consistencyEric Wieser2019-03-122-16/+16
* | | | Merge pull request #13107 from eric-wieser/simplify-val-ndEric Wieser2019-03-127-144/+72
|\ \ \ \ | |/ / /
| * | | MAINT: Unify polynomial valnd functionsEric Wieser2019-03-127-144/+72
* | | | Merge pull request #13078 from eric-wieser/simplify-from-rootsCharles Harris2019-03-127-90/+36
|\ \ \ \ | |/ / /
| * | | MAINT: Move duplicate implementations of ABCPolyBase._fromroots into polyutilsEric Wieser2019-03-117-90/+36
* | | | Merge pull request #13108 from eric-wieser/simplify-vander-n-dCharles Harris2019-03-121-23/+2
|\ \ \ \
| * | | | MAINT: Merge duplicate implementations of `hermvander2d` and `hermvander3d` f...Eric Wieser2019-03-111-23/+2
| |/ / /
* | | | Merge pull request #13079 from eric-wieser/simplify-vander-n-dCharles Harris2019-03-116-119/+59
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | MAINT: Merge duplicate implementations of `*vander2d` and `*vander3d` functionsEric Wieser2019-03-026-119/+59
* | | Merge pull request #8131 from wrwrwr/deprecate-formattingMatti Picus2019-03-102-0/+75
|\ \ \
| * | | BUG: Fix help() formatting for deprecated functions.wrwrwr2019-02-172-0/+75
* | | | Merge pull request #12931 from cgohlke/patch-4Matti Picus2019-03-101-29/+28
|\ \ \ \
| * | | | MAINT: refactor logic from reviewmattip2019-02-171-28/+27
| * | | | ENH: Remove recurring checkChristoph Gohlke2019-02-041-2/+2
* | | | | Merge pull request #13092 from mhvk/linspace-object-dtype-bugMatti Picus2019-03-102-2/+8
|\ \ \ \ \
| * | | | | BUG: ensure linspace works on object input.Marten van Kerkwijk2019-03-042-2/+8