Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | MAINT: Prevent traceback chaining in _wrapfunc. | Antony Lee | 2019-03-13 | 1 | -10/+13 | |
* | | | | | | | Merge pull request #13111 from eric-wieser/unify-polydiv | Charles Harris | 2019-03-13 | 7 | -96/+58 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | ||||||
| * | | | | | MAINT: Unify polynomial division functions | Eric Wieser | 2019-03-12 | 7 | -80/+42 | |
| * | | | | | MAINT: Adjust variable names for consistency | Eric Wieser | 2019-03-12 | 2 | -16/+16 | |
* | | | | | | Merge pull request #13107 from eric-wieser/simplify-val-nd | Eric Wieser | 2019-03-12 | 7 | -144/+72 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | MAINT: Unify polynomial valnd functions | Eric Wieser | 2019-03-12 | 7 | -144/+72 | |
* | | | | | | Merge pull request #13078 from eric-wieser/simplify-from-roots | Charles Harris | 2019-03-12 | 7 | -90/+36 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | MAINT: Move duplicate implementations of ABCPolyBase._fromroots into polyutils | Eric Wieser | 2019-03-11 | 7 | -90/+36 | |
* | | | | | | Merge pull request #13108 from eric-wieser/simplify-vander-n-d | Charles Harris | 2019-03-12 | 1 | -23/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: Merge duplicate implementations of `hermvander2d` and `hermvander3d` f... | Eric Wieser | 2019-03-11 | 1 | -23/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #13079 from eric-wieser/simplify-vander-n-d | Charles Harris | 2019-03-11 | 6 | -119/+59 | |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | ||||||
| * | | | | MAINT: Merge duplicate implementations of `*vander2d` and `*vander3d` functions | Eric Wieser | 2019-03-02 | 6 | -119/+59 | |
* | | | | | Merge pull request #8131 from wrwrwr/deprecate-formatting | Matti Picus | 2019-03-10 | 2 | -0/+75 | |
|\ \ \ \ \ | ||||||
| * | | | | | BUG: Fix help() formatting for deprecated functions. | wrwrwr | 2019-02-17 | 2 | -0/+75 | |
* | | | | | | Merge pull request #12931 from cgohlke/patch-4 | Matti Picus | 2019-03-10 | 1 | -29/+28 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: refactor logic from review | mattip | 2019-02-17 | 1 | -28/+27 | |
| * | | | | | | ENH: Remove recurring check | Christoph Gohlke | 2019-02-04 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #13092 from mhvk/linspace-object-dtype-bug | Matti Picus | 2019-03-10 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | BUG: ensure linspace works on object input. | Marten van Kerkwijk | 2019-03-04 | 2 | -2/+8 | |
* | | | | | | | Merge pull request #13096 from mattip/doctest-random | Tyler Reddy | 2019-03-06 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | TEST: allow margin of error, increase discoverability of refcheck option | mattip | 2019-03-06 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #13095 from andreas-schwab/master | Matti Picus | 2019-03-06 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | BUG: ppc and riscv don't use REAL(10) | Andreas Schwab | 2019-03-05 | 1 | -1/+1 | |
| * | | | | | | | | BUG: ppc is using IBM double double | Andreas Schwab | 2019-03-05 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #13097 from toslunar/ndarray-t-doc | Matti Picus | 2019-03-06 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | DOC: update doc of `ndarray.T` | Toshiki Kataoka | 2019-03-05 | 1 | -2/+7 | |
| |/ / / / / / | ||||||
* | | | | | | | Added issue number in comment | Bharat123Rox | 2019-03-05 | 1 | -0/+1 | |
* | | | | | | | Added more tests as suggested by @eric-wieser | Bharat123Rox | 2019-03-05 | 1 | -0/+2 | |
* | | | | | | | Fix #13087 by raising a ValueError and adding a unit test for it | Bharat123Rox | 2019-03-05 | 2 | -0/+4 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #13036 from mattip/array-interface-offset | Charles Harris | 2019-03-04 | 2 | -1/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: __array_interface__ offset was always ignored | mattip | 2019-02-25 | 2 | -1/+14 | |
* | | | | | | | Merge pull request #13049 from mattip/remove-buffer-check | Charles Harris | 2019-03-04 | 3 | -29/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | MAINT: remove undocumented __buffer__ attribute lookup | mattip | 2019-03-03 | 3 | -29/+1 | |
* | | | | | | | Merge pull request #13068 from eric-wieser/datetime-ctor-bug | Charles Harris | 2019-03-03 | 2 | -0/+15 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BUG: Add missing error checking in conversion from integers to datetime types | Eric Wieser | 2019-03-02 | 2 | -0/+15 | |
* | | | | | | | | Merge pull request #13075 from rainwoodman/patch-2 | Charles Harris | 2019-03-03 | 1 | -4/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update environment.py | Yu Feng | 2019-03-02 | 1 | -1/+2 | |
| * | | | | | | | | Update numpy/distutils/fcompiler/environment.py | Eric Wieser | 2019-03-02 | 1 | -1/+1 | |
| * | | | | | | | | Changes suggested by eric-wieser | Yu Feng | 2019-03-02 | 1 | -8/+7 | |
| * | | | | | | | | Convert fortran flags from environment variable | Yu Feng | 2019-03-02 | 1 | -2/+6 | |
* | | | | | | | | | Merge pull request #13077 from eric-wieser/fix-%-format | Charles Harris | 2019-03-03 | 1 | -13/+13 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | BUG: Fix errors in string formatting while producing an error | Eric Wieser | 2019-03-02 | 1 | -13/+13 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #13076 from eric-wieser/remove-bad-split_quoted-patch | Charles Harris | 2019-03-03 | 1 | -60/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | BUG: Remove our patched version of `distutils.split_quoted`, which was a work... | Eric Wieser | 2019-03-02 | 1 | -60/+0 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #13071 from danielplawrence/test-docs-tensordot | Matti Picus | 2019-03-03 | 1 | -10/+8 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix spacing issue in tensordot docstring | Daniel Lawrence | 2019-03-02 | 1 | -2/+2 | |
| * | | | | | | | | DOC: Removed incorrect claim regarding shape constraints for np.tensordot() | Daniel Lawrence | 2019-03-02 | 1 | -10/+8 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | MAINT: Fix ABCPolyBase in various ways | Eric Wieser | 2019-03-02 | 1 | -31/+46 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | MAINT: Use with statements for opening files in distutils | Eric Wieser | 2019-03-01 | 5 | -101/+80 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #13063 from mattip/doc-fixes2 | Ralf Gommers | 2019-03-01 | 1 | -3/+3 | |
|\ \ \ \ \ \ |