summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | MAINT: Prevent traceback chaining in _wrapfunc.Antony Lee2019-03-131-10/+13
* | | | | | | Merge pull request #13111 from eric-wieser/unify-polydivCharles Harris2019-03-137-96/+58
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | MAINT: Unify polynomial division functionsEric Wieser2019-03-127-80/+42
| * | | | | MAINT: Adjust variable names for consistencyEric Wieser2019-03-122-16/+16
* | | | | | Merge pull request #13107 from eric-wieser/simplify-val-ndEric Wieser2019-03-127-144/+72
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MAINT: Unify polynomial valnd functionsEric Wieser2019-03-127-144/+72
* | | | | | Merge pull request #13078 from eric-wieser/simplify-from-rootsCharles Harris2019-03-127-90/+36
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MAINT: Move duplicate implementations of ABCPolyBase._fromroots into polyutilsEric Wieser2019-03-117-90/+36
* | | | | | Merge pull request #13108 from eric-wieser/simplify-vander-n-dCharles Harris2019-03-121-23/+2
|\ \ \ \ \ \
| * | | | | | MAINT: Merge duplicate implementations of `hermvander2d` and `hermvander3d` f...Eric Wieser2019-03-111-23/+2
| |/ / / / /
* | | | | | Merge pull request #13079 from eric-wieser/simplify-vander-n-dCharles Harris2019-03-116-119/+59
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | MAINT: Merge duplicate implementations of `*vander2d` and `*vander3d` functionsEric Wieser2019-03-026-119/+59
* | | | | Merge pull request #8131 from wrwrwr/deprecate-formattingMatti Picus2019-03-102-0/+75
|\ \ \ \ \
| * | | | | BUG: Fix help() formatting for deprecated functions.wrwrwr2019-02-172-0/+75
* | | | | | Merge pull request #12931 from cgohlke/patch-4Matti Picus2019-03-101-29/+28
|\ \ \ \ \ \
| * | | | | | MAINT: refactor logic from reviewmattip2019-02-171-28/+27
| * | | | | | ENH: Remove recurring checkChristoph Gohlke2019-02-041-2/+2
* | | | | | | Merge pull request #13092 from mhvk/linspace-object-dtype-bugMatti Picus2019-03-102-2/+8
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | BUG: ensure linspace works on object input.Marten van Kerkwijk2019-03-042-2/+8
* | | | | | | Merge pull request #13096 from mattip/doctest-randomTyler Reddy2019-03-061-4/+4
|\ \ \ \ \ \ \
| * | | | | | | TEST: allow margin of error, increase discoverability of refcheck optionmattip2019-03-061-4/+4
* | | | | | | | Merge pull request #13095 from andreas-schwab/masterMatti Picus2019-03-062-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: ppc and riscv don't use REAL(10)Andreas Schwab2019-03-051-1/+1
| * | | | | | | | BUG: ppc is using IBM double doubleAndreas Schwab2019-03-051-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #13097 from toslunar/ndarray-t-docMatti Picus2019-03-061-2/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | DOC: update doc of `ndarray.T`Toshiki Kataoka2019-03-051-2/+7
| |/ / / / / /
* | | | | | | Added issue number in commentBharat123Rox2019-03-051-0/+1
* | | | | | | Added more tests as suggested by @eric-wieserBharat123Rox2019-03-051-0/+2
* | | | | | | Fix #13087 by raising a ValueError and adding a unit test for itBharat123Rox2019-03-052-0/+4
|/ / / / / /
* | | | | | Merge pull request #13036 from mattip/array-interface-offsetCharles Harris2019-03-042-1/+14
|\ \ \ \ \ \
| * | | | | | BUG: __array_interface__ offset was always ignoredmattip2019-02-252-1/+14
* | | | | | | Merge pull request #13049 from mattip/remove-buffer-checkCharles Harris2019-03-043-29/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | MAINT: remove undocumented __buffer__ attribute lookupmattip2019-03-033-29/+1
* | | | | | | Merge pull request #13068 from eric-wieser/datetime-ctor-bugCharles Harris2019-03-032-0/+15
|\ \ \ \ \ \ \
| * | | | | | | BUG: Add missing error checking in conversion from integers to datetime typesEric Wieser2019-03-022-0/+15
* | | | | | | | Merge pull request #13075 from rainwoodman/patch-2Charles Harris2019-03-031-4/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Update environment.pyYu Feng2019-03-021-1/+2
| * | | | | | | | Update numpy/distutils/fcompiler/environment.pyEric Wieser2019-03-021-1/+1
| * | | | | | | | Changes suggested by eric-wieserYu Feng2019-03-021-8/+7
| * | | | | | | | Convert fortran flags from environment variableYu Feng2019-03-021-2/+6
* | | | | | | | | Merge pull request #13077 from eric-wieser/fix-%-formatCharles Harris2019-03-031-13/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BUG: Fix errors in string formatting while producing an errorEric Wieser2019-03-021-13/+13
| |/ / / / / / / /
* | | | | | | | | Merge pull request #13076 from eric-wieser/remove-bad-split_quoted-patchCharles Harris2019-03-031-60/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BUG: Remove our patched version of `distutils.split_quoted`, which was a work...Eric Wieser2019-03-021-60/+0
| |/ / / / / / / /
* | | | | | | | | Merge pull request #13071 from danielplawrence/test-docs-tensordotMatti Picus2019-03-031-10/+8
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Fix spacing issue in tensordot docstringDaniel Lawrence2019-03-021-2/+2
| * | | | | | | | DOC: Removed incorrect claim regarding shape constraints for np.tensordot()Daniel Lawrence2019-03-021-10/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | MAINT: Fix ABCPolyBase in various waysEric Wieser2019-03-021-31/+46
| |/ / / / / / |/| | | | | |
* | | | | | | MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-015-101/+80
|/ / / / / /
* | | | | | Merge pull request #13063 from mattip/doc-fixes2Ralf Gommers2019-03-011-3/+3
|\ \ \ \ \ \