Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #13023 from eric-wieser/distutils-windows-split | Charles Harris | 2019-02-24 | 2 | -0/+170 |
|\ | |||||
| * | MAINT: Add functions to parse shell-strings in the platform-native way | Eric Wieser | 2019-02-23 | 2 | -0/+170 |
* | | Merge pull request #12846 from tlatorre-uchicago/divmod-bugfix | Charles Harris | 2019-02-22 | 3 | -2/+22 |
|\ \ | |||||
| * | | BUG: fix signed zero behavior in npy_divmod | tlatorre | 2019-02-18 | 3 | -2/+22 |
* | | | DOC: Recommend adding dimension to switch between row and column vectors (#12... | Ian Sanders | 2019-02-22 | 1 | -3/+6 |
* | | | Merge pull request #12831 from petronny/patch-1 | Matti Picus | 2019-02-22 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | also match the stderr in get_version() | Jingbei Li | 2019-01-23 | 1 | -1/+1 |
* | | | | Merge pull request #13008 from charris/move-pickle-import | Sebastian Berg | 2019-02-22 | 17 | -30/+24 |
|\ \ \ \ | |||||
| * | | | | MAINT: Move pickle import to numpy.compat | Charles Harris | 2019-02-21 | 17 | -30/+24 |
|/ / / / | |||||
* | | | | Merge pull request #13004 from rgommers/sitecfg-maint | Eric Wieser | 2019-02-20 | 1 | -20/+20 |
|\ \ \ \ | |||||
| * | | | | MAINT: minor changes for consistency to site.cfg.example | Ralf Gommers | 2019-02-20 | 1 | -20/+20 |
|/ / / / | |||||
* | | | | Merge pull request #12996 from eric-wieser/complex-interp-slope-cleanup | Matti Picus | 2019-02-20 | 1 | -7/+8 |
|\ \ \ \ | |||||
| * | | | | MAINT: Use the same multiplication order for cached and uncached slopes | Eric Wieser | 2019-02-19 | 1 | -7/+8 |
* | | | | | Merge pull request #12995 from eric-wieser/missing-PyErr_NoMemory | Matti Picus | 2019-02-20 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | BUG: Add missing PyErr_NoMemory() for reporting a failed malloc | Eric Wieser | 2019-02-16 | 1 | -0/+2 |
| |/ / / / | |||||
* | | | | | Merge pull request #12885 from adamjstewart/docs/np-linalg-docs | Matti Picus | 2019-02-20 | 1 | -10/+10 |
|\ \ \ \ \ | |||||
| * | | | | | DOC: fix invalid escape sequence | Adam J. Stewart | 2019-01-30 | 1 | -1/+1 |
| * | | | | | DOC: Euclidean 2-norm -> squared Euclidean 2-norm | Adam J. Stewart | 2019-01-30 | 1 | -6/+6 |
| * | | | | | DOC: fix math formatting of np.linalg.lstsq docs | Adam J. Stewart | 2019-01-30 | 1 | -5/+5 |
* | | | | | | Merge pull request #12964 from mattip/doc-fixes | Charles Harris | 2019-02-19 | 1 | -12/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DOC: fixes from review | mattip | 2019-02-19 | 1 | -3/+3 |
| * | | | | | | DOC: reflect changes from #5822 (May 2015) in the docs | mattip | 2019-02-19 | 1 | -10/+14 |
* | | | | | | | Merge pull request #12963 from Ankeetshkk/master | Matti Picus | 2019-02-19 | 1 | -4/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | DOC: Rewrite using plural pronoun. | Charles Harris | 2019-02-18 | 1 | -4/+3 |
| * | | | | | | change in line 127 use she/he instead of she | Ankit Shukla | 2019-02-13 | 1 | -1/+1 |
* | | | | | | | BENCH: set ones in any/all benchmarks to 1 instead of 0 (#12986) | Christopher Whelan | 2019-02-19 | 1 | -1/+1 |
* | | | | | | | Merge pull request #12984 from Bharat123rox/update-doc | Matti Picus | 2019-02-18 | 1 | -1/+12 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Restore spacing | Bharat123Rox | 2019-02-18 | 1 | -0/+1 |
| * | | | | | | | DOC: Fix numpy#12959 by including negative shifts | Bharat123Rox | 2019-02-18 | 1 | -1/+11 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge pull request #12983 from bashtage/randomstate-docstring-fixes | Matti Picus | 2019-02-18 | 2 | -12/+5 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | DOC: Fix Wald docstring | Kevin Sheppard | 2019-02-18 | 2 | -2/+4 |
| * | | | | | | DOC: Clean noncentral chi2 docstring | Kevin Sheppard | 2019-02-18 | 1 | -10/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #12965 from Carreau/ogrid-doc | Matti Picus | 2019-02-17 | 1 | -2/+3 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | avoid using math. | Matthias Bussonnier | 2019-02-13 | 1 | -1/+1 |
| * | | | | | Properly format Return section of ogrid Docstring, | Matthias Bussonnier | 2019-02-13 | 1 | -2/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #8159 from wrwrwr/import-benchmark | Matti Picus | 2019-02-14 | 1 | -0/+36 |
|\ \ \ \ \ | |||||
| * | | | | | ENH: Add import time benchmarks. | wrwrwr | 2016-10-15 | 1 | -0/+36 |
* | | | | | | Merge pull request #12932 from cgohlke/patch-5 | Matti Picus | 2019-02-14 | 3 | -11/+64 |
|\ \ \ \ \ \ | |||||
| * | | | | | | MAINT: fixes from review | mattip | 2019-02-11 | 3 | -6/+7 |
| * | | | | | | BUG: test, fix for trying to register a loop again | mattip | 2019-02-11 | 3 | -9/+61 |
| * | | | | | | ENH: do not dereference NULL pointer | Christoph Gohlke | 2019-02-05 | 1 | -1/+1 |
* | | | | | | | TST: Improve and refactor tests for numpy.pad | Lars Grueter | 2019-02-14 | 1 | -223/+224 |
* | | | | | | | Merge pull request #12945 from charris/fix-timsort-compat | Matti Picus | 2019-02-14 | 10 | -64/+105 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | DOC: Update sorting documention. | Charles Harris | 2019-02-08 | 5 | -36/+50 |
| * | | | | | | BUG: Add timsort without breaking the API. | Charles Harris | 2019-02-07 | 6 | -36/+63 |
* | | | | | | | Merge pull request #12928 from eric-wieser/combine-resolvers | Sebastian Berg | 2019-02-11 | 3 | -147/+57 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | MAINT: Merge together the unary and binary type resolvers | Eric Wieser | 2019-02-04 | 3 | -147/+57 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #12949 from yukoba/patch-2 | Charles Harris | 2019-02-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | DOC: ndarray.max is missing | Yu Kobayashi | 2019-02-09 | 1 | -0/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #12944 from charris/fix-timsort-zero-length-elements | Sebastian Berg | 2019-02-07 | 2 | -20/+44 |
|\ \ \ \ \ \ |