summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* TST: add tests for the existence and round-tripping of datetime limitsEric Wieser2019-03-281-0/+38
* MAINT: Simplify logic in convert_datetime_to_datetimestructEric Wieser2019-03-281-133/+78
* Merge pull request #12988 from qwhelan/bool_ufuncEric Wieser2019-03-285-3/+88
|\
| * ENH: Create boolean and integer ufuncs for isnan, isinf, and isfinite.Christopher Whelan2019-03-095-3/+88
* | DOC: Use std docstring for multivariate normal (#13203)Kevin Sheppard2019-03-281-1/+1
* | MAINT: add overlap checks to choose, take, put, putmask (#13182)Allan Haldane2019-03-273-38/+81
* | DOC: correction to numpy.pad docstring (#13149)Gregory R. Lee2019-03-252-6/+3
* | MAINT: Rewrite numpy.pad without concatenate (gh-11358)Lars Grueter2019-03-252-965/+585
* | Merge pull request #12547 from bashtage/mvnormal-tol-checkAllan Haldane2019-03-212-0/+9
|\ \
| * | ENH: Cast covariance to double in random mvnormalKevin Sheppard2018-12-142-0/+9
* | | STY: Fix weird indents to be multiples of 4 spacesEric Wieser2019-03-2013-78/+78
* | | Merge pull request #13147 from Kai-Striega/DOC_int_overflowMatti Picus2019-03-191-0/+39
|\ \ \
| * | | DOC: Minor fix in Integer Overflow docKai Striega2019-03-191-3/+3
| * | | DOC: Remove extra letter from docsKai Striega2019-03-191-1/+1
| * | | DOC: Add description of overflow errorrskai2019-03-181-0/+39
* | | | Merge pull request #13117 from kshyatt/ksh/padMatti Picus2019-03-191-8/+8
|\ \ \ \
| * | | | Update parameter description for constant and end valuesKatharine Hyatt2019-03-141-6/+6
| * | | | DOC: fix arg type for np.pad, fix #9489Katharine Hyatt2019-03-131-2/+2
* | | | | Merge pull request #13099 from liwt31/add-indexing-docMatti Picus2019-03-191-1/+3
|\ \ \ \ \
| * | | | | DOC: add copy on slicing noticewtli2019-03-141-1/+3
* | | | | | Merge pull request #13116 from kshyatt/ksh/linalgMatti Picus2019-03-181-14/+14
|\ \ \ \ \ \
| * | | | | | Double to single for linking, = -> ==Katharine Hyatt2019-03-181-3/+3
| * | | | | | Single to double backticks for variable in docstringKatharine Hyatt2019-03-141-1/+1
| * | | | | | DOC: add backticks to linalgKatharine Hyatt2019-03-131-14/+14
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13140 from mattip/lgtm-fixesCharles Harris2019-03-1714-32/+17
|\ \ \ \ \ \
| * | | | | | DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-1714-32/+17
* | | | | | | Merge pull request #13146 from eric-wieser/poly-powCharles Harris2019-03-177-90/+43
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | MAINT: Unify polynomial power functionsEric Wieser2019-03-167-90/+43
* | | | | | | Merge pull request #13137 from ffontaine/masterCharles Harris2019-03-161-1/+2
|\ \ \ \ \ \ \
| * | | | | | | FIX: no FPU exceptions bits on ARC glibcFabrice Fontaine2019-03-161-1/+1
| * | | | | | | Don't use <fenv.h> on uClibcFabrice Fontaine2019-03-161-1/+2
* | | | | | | | Merge pull request #13126 from eric-wieser/deprecate-float-orderCharles Harris2019-03-1613-132/+111
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Merge branch 'master' into deprecate-float-orderEric Wieser2019-03-1629-227/+251
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-1613-132/+111
* | | | | | | | 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 #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 #12879 from mattip/deprecate-exec_commandRalf Gommers2019-03-132-26/+28
|\ \ \ \ \
| * | | | | DEP: deprecate exec_commandmattip2019-03-102-26/+28
* | | | | | Merge pull request #13109 from anntzer/chainingMarten van Kerkwijk2019-03-131-10/+13
|\ \ \ \ \ \