| Commit message (Expand) | Author | Age | Files | Lines |
* | TST: add tests for the existence and round-tripping of datetime limits | Eric Wieser | 2019-03-28 | 1 | -0/+38 |
* | MAINT: Simplify logic in convert_datetime_to_datetimestruct | Eric Wieser | 2019-03-28 | 1 | -133/+78 |
* | Merge pull request #12988 from qwhelan/bool_ufunc | Eric Wieser | 2019-03-28 | 5 | -3/+88 |
|\ |
|
| * | ENH: Create boolean and integer ufuncs for isnan, isinf, and isfinite. | Christopher Whelan | 2019-03-09 | 5 | -3/+88 |
* | | DOC: Use std docstring for multivariate normal (#13203) | Kevin Sheppard | 2019-03-28 | 1 | -1/+1 |
* | | MAINT: add overlap checks to choose, take, put, putmask (#13182) | Allan Haldane | 2019-03-27 | 3 | -38/+81 |
* | | DOC: correction to numpy.pad docstring (#13149) | Gregory R. Lee | 2019-03-25 | 2 | -6/+3 |
* | | MAINT: Rewrite numpy.pad without concatenate (gh-11358) | Lars Grueter | 2019-03-25 | 2 | -965/+585 |
* | | Merge pull request #12547 from bashtage/mvnormal-tol-check | Allan Haldane | 2019-03-21 | 2 | -0/+9 |
|\ \ |
|
| * | | ENH: Cast covariance to double in random mvnormal | Kevin Sheppard | 2018-12-14 | 2 | -0/+9 |
* | | | STY: Fix weird indents to be multiples of 4 spaces | Eric Wieser | 2019-03-20 | 13 | -78/+78 |
* | | | Merge pull request #13147 from Kai-Striega/DOC_int_overflow | Matti Picus | 2019-03-19 | 1 | -0/+39 |
|\ \ \ |
|
| * | | | DOC: Minor fix in Integer Overflow doc | Kai Striega | 2019-03-19 | 1 | -3/+3 |
| * | | | DOC: Remove extra letter from docs | Kai Striega | 2019-03-19 | 1 | -1/+1 |
| * | | | DOC: Add description of overflow errorrs | kai | 2019-03-18 | 1 | -0/+39 |
* | | | | Merge pull request #13117 from kshyatt/ksh/pad | Matti Picus | 2019-03-19 | 1 | -8/+8 |
|\ \ \ \ |
|
| * | | | | Update parameter description for constant and end values | Katharine Hyatt | 2019-03-14 | 1 | -6/+6 |
| * | | | | DOC: fix arg type for np.pad, fix #9489 | Katharine Hyatt | 2019-03-13 | 1 | -2/+2 |
* | | | | | Merge pull request #13099 from liwt31/add-indexing-doc | Matti Picus | 2019-03-19 | 1 | -1/+3 |
|\ \ \ \ \ |
|
| * | | | | | DOC: add copy on slicing notice | wtli | 2019-03-14 | 1 | -1/+3 |
* | | | | | | Merge pull request #13116 from kshyatt/ksh/linalg | Matti Picus | 2019-03-18 | 1 | -14/+14 |
|\ \ \ \ \ \ |
|
| * | | | | | | Double to single for linking, = -> == | Katharine Hyatt | 2019-03-18 | 1 | -3/+3 |
| * | | | | | | Single to double backticks for variable in docstring | Katharine Hyatt | 2019-03-14 | 1 | -1/+1 |
| * | | | | | | DOC: add backticks to linalg | Katharine Hyatt | 2019-03-13 | 1 | -14/+14 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #13140 from mattip/lgtm-fixes | Charles Harris | 2019-03-17 | 14 | -32/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | DEV: cleanup imports and some assignments (from LGTM) | mattip | 2019-03-17 | 14 | -32/+17 |
* | | | | | | | Merge pull request #13146 from eric-wieser/poly-pow | Charles Harris | 2019-03-17 | 7 | -90/+43 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | MAINT: Unify polynomial power functions | Eric Wieser | 2019-03-16 | 7 | -90/+43 |
* | | | | | | | Merge pull request #13137 from ffontaine/master | Charles Harris | 2019-03-16 | 1 | -1/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | FIX: no FPU exceptions bits on ARC glibc | Fabrice Fontaine | 2019-03-16 | 1 | -1/+1 |
| * | | | | | | | Don't use <fenv.h> on uClibc | Fabrice Fontaine | 2019-03-16 | 1 | -1/+2 |
* | | | | | | | | Merge pull request #13126 from eric-wieser/deprecate-float-order | Charles Harris | 2019-03-16 | 13 | -132/+111 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | Merge branch 'master' into deprecate-float-order | Eric Wieser | 2019-03-16 | 29 | -227/+251 |
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | DEP: polynomial: Be stricter about integral arguments | Eric Wieser | 2019-03-16 | 13 | -132/+111 |
* | | | | | | | | Merge pull request #13115 from kshyatt/ksh/hypergeom | Matti Picus | 2019-03-16 | 1 | -9/+11 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | Fix backticks, expand out docstring, improve consistency | Katharine Hyatt | 2019-03-14 | 1 | -8/+10 |
| * | | | | | | | DOC: Fix #12050 by updating numpy.random.hypergeometric docs | Katharine Hyatt | 2019-03-13 | 1 | -8/+8 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #13130 from eric-wieser/unify-polyfit | Charles Harris | 2019-03-16 | 7 | -450/+94 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| / / / /
| |_|/ / / /
|/| | | | | |
|
| * | | | | | MAINT: Unify polynomial fitting functions | Eric Wieser | 2019-03-15 | 7 | -450/+94 |
* | | | | | | Merge pull request #4808 from stefanv/pad_mode_positional | Ralf Gommers | 2019-03-15 | 2 | -8/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix array dispatcher | Stefan van der Walt | 2019-03-15 | 2 | -2/+2 |
| * | | | | | | ENH: Make `mode` parameter default to `constant` (padding by zero) | Stefan van der Walt | 2019-03-13 | 2 | -7/+6 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #13128 from eric-wieser/unify-polyadd | Charles Harris | 2019-03-15 | 7 | -114/+39 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | MAINT: Unify polynomial addition and subtraction functions | Eric Wieser | 2019-03-14 | 7 | -114/+39 |
* | | | | | | Merge pull request #13125 from raptorsun/fix_cblas_detection | Matti Picus | 2019-03-15 | 1 | -0/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | if neither libcblas or libblas is linkable, it consider libcblas is inexiste... | Haoyu Sun | 2019-03-15 | 1 | -0/+2 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | BUG: Fix np.rec.fromarrays on arrays which are already structured (#12887) | Daniel Hrisca | 2019-03-14 | 2 | -4/+9 |
|/ / / / / |
|
* | | | | | Merge pull request #12879 from mattip/deprecate-exec_command | Ralf Gommers | 2019-03-13 | 2 | -26/+28 |
|\ \ \ \ \ |
|
| * | | | | | DEP: deprecate exec_command | mattip | 2019-03-10 | 2 | -26/+28 |
* | | | | | | Merge pull request #13109 from anntzer/chaining | Marten van Kerkwijk | 2019-03-13 | 1 | -10/+13 |
|\ \ \ \ \ \ |
|