summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13023 from eric-wieser/distutils-windows-splitCharles Harris2019-02-242-0/+170
|\
| * MAINT: Add functions to parse shell-strings in the platform-native wayEric Wieser2019-02-232-0/+170
* | Merge pull request #12846 from tlatorre-uchicago/divmod-bugfixCharles Harris2019-02-223-2/+22
|\ \
| * | BUG: fix signed zero behavior in npy_divmodtlatorre2019-02-183-2/+22
* | | DOC: Recommend adding dimension to switch between row and column vectors (#12...Ian Sanders2019-02-221-3/+6
* | | Merge pull request #12831 from petronny/patch-1Matti Picus2019-02-221-1/+1
|\ \ \
| * | | also match the stderr in get_version()Jingbei Li2019-01-231-1/+1
* | | | Merge pull request #13008 from charris/move-pickle-importSebastian Berg2019-02-2217-30/+24
|\ \ \ \
| * | | | MAINT: Move pickle import to numpy.compatCharles Harris2019-02-2117-30/+24
|/ / / /
* | | | Merge pull request #13004 from rgommers/sitecfg-maintEric Wieser2019-02-201-20/+20
|\ \ \ \
| * | | | MAINT: minor changes for consistency to site.cfg.exampleRalf Gommers2019-02-201-20/+20
|/ / / /
* | | | Merge pull request #12996 from eric-wieser/complex-interp-slope-cleanupMatti Picus2019-02-201-7/+8
|\ \ \ \
| * | | | MAINT: Use the same multiplication order for cached and uncached slopesEric Wieser2019-02-191-7/+8
* | | | | Merge pull request #12995 from eric-wieser/missing-PyErr_NoMemoryMatti Picus2019-02-201-0/+2
|\ \ \ \ \
| * | | | | BUG: Add missing PyErr_NoMemory() for reporting a failed mallocEric Wieser2019-02-161-0/+2
| |/ / / /
* | | | | Merge pull request #12885 from adamjstewart/docs/np-linalg-docsMatti Picus2019-02-201-10/+10
|\ \ \ \ \
| * | | | | DOC: fix invalid escape sequenceAdam J. Stewart2019-01-301-1/+1
| * | | | | DOC: Euclidean 2-norm -> squared Euclidean 2-normAdam J. Stewart2019-01-301-6/+6
| * | | | | DOC: fix math formatting of np.linalg.lstsq docsAdam J. Stewart2019-01-301-5/+5
* | | | | | Merge pull request #12964 from mattip/doc-fixesCharles Harris2019-02-191-12/+16
|\ \ \ \ \ \
| * | | | | | DOC: fixes from reviewmattip2019-02-191-3/+3
| * | | | | | DOC: reflect changes from #5822 (May 2015) in the docsmattip2019-02-191-10/+14
* | | | | | | Merge pull request #12963 from Ankeetshkk/masterMatti Picus2019-02-191-4/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DOC: Rewrite using plural pronoun.Charles Harris2019-02-181-4/+3
| * | | | | | change in line 127 use she/he instead of sheAnkit Shukla2019-02-131-1/+1
* | | | | | | BENCH: set ones in any/all benchmarks to 1 instead of 0 (#12986)Christopher Whelan2019-02-191-1/+1
* | | | | | | Merge pull request #12984 from Bharat123rox/update-docMatti Picus2019-02-181-1/+12
|\ \ \ \ \ \ \
| * | | | | | | Restore spacingBharat123Rox2019-02-181-0/+1
| * | | | | | | DOC: Fix numpy#12959 by including negative shiftsBharat123Rox2019-02-181-1/+11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #12983 from bashtage/randomstate-docstring-fixesMatti Picus2019-02-182-12/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DOC: Fix Wald docstringKevin Sheppard2019-02-182-2/+4
| * | | | | | DOC: Clean noncentral chi2 docstringKevin Sheppard2019-02-181-10/+1
|/ / / / / /
* | | | | | Merge pull request #12965 from Carreau/ogrid-docMatti Picus2019-02-171-2/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | avoid using math.Matthias Bussonnier2019-02-131-1/+1
| * | | | | Properly format Return section of ogrid Docstring,Matthias Bussonnier2019-02-131-2/+3
| |/ / / /
* | | | | Merge pull request #8159 from wrwrwr/import-benchmarkMatti Picus2019-02-141-0/+36
|\ \ \ \ \
| * | | | | ENH: Add import time benchmarks.wrwrwr2016-10-151-0/+36
* | | | | | Merge pull request #12932 from cgohlke/patch-5Matti Picus2019-02-143-11/+64
|\ \ \ \ \ \
| * | | | | | MAINT: fixes from reviewmattip2019-02-113-6/+7
| * | | | | | BUG: test, fix for trying to register a loop againmattip2019-02-113-9/+61
| * | | | | | ENH: do not dereference NULL pointerChristoph Gohlke2019-02-051-1/+1
* | | | | | | TST: Improve and refactor tests for numpy.padLars Grueter2019-02-141-223/+224
* | | | | | | Merge pull request #12945 from charris/fix-timsort-compatMatti Picus2019-02-1410-64/+105
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | DOC: Update sorting documention.Charles Harris2019-02-085-36/+50
| * | | | | | BUG: Add timsort without breaking the API.Charles Harris2019-02-076-36/+63
* | | | | | | Merge pull request #12928 from eric-wieser/combine-resolversSebastian Berg2019-02-113-147/+57
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Merge together the unary and binary type resolversEric Wieser2019-02-043-147/+57
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #12949 from yukoba/patch-2Charles Harris2019-02-101-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | DOC: ndarray.max is missingYu Kobayashi2019-02-091-0/+1
|/ / / / / /
* | | | | | Merge pull request #12944 from charris/fix-timsort-zero-length-elementsSebastian Berg2019-02-072-20/+44
|\ \ \ \ \ \