summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #12989 from eric-wieser/inter-inf-alternativeSebastian Berg2019-02-253-3/+102
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ENH: Improve handling of infinities in np.interpEric Wieser2019-02-243-3/+102
* | | | | | Merge pull request #12925 from eric-wieser/distutils-shlex-splitCharles Harris2019-02-253-7/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | BUG: parse shell escaping in extra_compile_args and extra_link_argsEric Wieser2019-02-243-7/+11
* | | | | | Merge pull request #13031 from eric-wieser/generate-ufunc-tidyMatti Picus2019-02-251-50/+64
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | MAINT: Replace if statement with a dictionary lookup for ease of extensibilit...Eric Wieser2019-02-241-50/+64
|/ / / / /
* | | | | Merge pull request #13027 from eric-wieser/distutils-fortran-env-varCharles Harris2019-02-241-4/+4
|\ \ \ \ \
| * | | | | BUG: Fix regression in parsing of F90 and F77 environment variablesEric Wieser2019-02-241-4/+4
* | | | | | TST: Add test for np.tensordot on 0d arrays (#12152)Rishabh Chakrabarti2019-02-241-0/+6
|/ / / / /
* | | | | 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