Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #16943 from seberg/deprecate-single-element-arraylike-coer... | Charles Harris | 2020-07-25 | 3 | -2/+66 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update numpy/core/src/multiarray/array_coercion.c | Sebastian Berg | 2020-07-24 | 1 | -1/+1 | |
| * | | | | | DEP: Deprecate size-one ragged array coercion | Sebastian Berg | 2020-07-24 | 3 | -2/+66 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #16815 from cjblocker/mgrid-float | Matti Picus | 2020-07-25 | 3 | -7/+42 | |
|\ \ \ \ \ | ||||||
| * | | | | | DOC: add release note for #16815 | Cameron Blocker | 2020-07-24 | 1 | -0/+8 | |
| * | | | | | MAINT: reference issue in comments for added index_tricks tests | Cameron Blocker | 2020-07-13 | 1 | -0/+2 | |
| * | | | | | TST: update mgrid test from code review | Cameron Blocker | 2020-07-13 | 1 | -4/+6 | |
| * | | | | | TST: fixed dtype check error from code review | Cameron Blocker | 2020-07-12 | 1 | -2/+2 | |
| * | | | | | BUG: fix mgrid output for lower precision float inputs | Cameron Blocker | 2020-07-12 | 2 | -7/+30 | |
* | | | | | | Merge pull request #16944 from InessaPawson/master | Ralf Gommers | 2020-07-25 | 13 | -0/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | changed the name of the folder icons to logo | InessaPawson | 2020-07-25 | 13 | -0/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16940 from mattip/issue-16913 | Charles Harris | 2020-07-24 | 1 | -8/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BLD: update OpenBLAS build | mattip | 2020-07-24 | 1 | -8/+9 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16900 from Ashutosh619-sudo/master | Matti Picus | 2020-07-24 | 1 | -3/+3 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Fix exception causes in __init__.py | ashutosh619-sudo | 2020-07-19 | 1 | -1/+1 | |
| * | | | | | Fix exception causes in __init__.py | ashutosh619-sudo | 2020-07-19 | 1 | -2/+2 | |
* | | | | | | Merge pull request #16931 from mattip/revert-merge-16248 | Sebastian Berg | 2020-07-23 | 3 | -43/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Revert "Merge pull request #16248 from alexrockhill/edge" | mattip | 2020-07-23 | 3 | -43/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16248 from alexrockhill/edge | Matti Picus | 2020-07-23 | 3 | -3/+43 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | added release note | Alex | 2020-07-22 | 1 | -0/+13 | |
| * | | | | | change != to == | Alex | 2020-07-22 | 1 | -1/+1 | |
| * | | | | | fixed simplify | Alex | 2020-07-22 | 1 | -5/+10 | |
| * | | | | | simplified | Alex | 2020-07-22 | 2 | -14/+14 | |
| * | | | | | forgot to include monotonicity | Alex | 2020-07-22 | 1 | -2/+2 | |
| * | | | | | changed from large number error to different solution | Alex | 2020-07-22 | 2 | -9/+11 | |
| * | | | | | edge first try | Alex | 2020-07-22 | 2 | -2/+22 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16925 from charris/post-1.19.1-updates | Ralf Gommers | 2020-07-22 | 4 | -0/+124 | |
|\ \ \ \ \ | ||||||
| * | | | | | REL: Update master after 1.19.1 release. | Charles Harris | 2020-07-21 | 4 | -0/+124 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16919 from rossbar/doc/add_ufunc | Matti Picus | 2020-07-21 | 2 | -3/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | DOC: Add ufunc docstring to generated docs. | Ross Barnowski | 2020-07-20 | 2 | -3/+6 | |
* | | | | | | Merge pull request #16850 from seberg/deprecate-object-scalars | Matti Picus | 2020-07-21 | 1 | -0/+26 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DEP: Deprecate NumPy object scalars | Sebastian Berg | 2020-07-13 | 1 | -0/+26 | |
* | | | | | | | ENH: Integrate the new CPU dispatcher with umath generator (#16888) | Sayed Adel | 2020-07-21 | 1 | -3/+24 | |
* | | | | | | | MAINT: Avoid exception in NpzFile destructor if constructor raises BadZipFile... | John Zwinck | 2020-07-21 | 1 | -2/+3 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #16914 from seberg/string-to-complex | Charles Harris | 2020-07-20 | 3 | -4/+61 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Fix string/bytes to complex assignment | Sebastian Berg | 2020-07-20 | 3 | -4/+61 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #16910 from numpy/dependabot/pip/hypothesis-5.20.2 | Charles Harris | 2020-07-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: Bump hypothesis from 5.19.1 to 5.20.2dependabot/pip/hypothesis-5.20.2 | dependabot-preview[bot] | 2020-07-20 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16899 from tacaswell/mnt_more_py310 | Charles Harris | 2020-07-18 | 2 | -1/+3 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | MNT: also use Py_SET_REFCNT instead of Py_REFCNT | Thomas A Caswell | 2020-07-18 | 2 | -1/+3 | |
* | | | | | | TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890) | Antonio Larrosa | 2020-07-18 | 1 | -8/+22 | |
| |/ / / / |/| | | | | ||||||
* | | | | | MAINT: Remove Duplicated Code (function extract rmap) (#16847) | Wansoo Kim | 2020-07-17 | 1 | -16/+13 | |
* | | | | | Merge pull request #16532 from seberg/delete-sigint-handling | Matti Picus | 2020-07-17 | 4 | -116/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | BUG: Remove non-threadsafe sigint handling from fft calculation | Sebastian Berg | 2020-06-25 | 4 | -116/+16 | |
* | | | | | | Merge pull request #16232 from seberg/ufunc-outer-matrix | Matti Picus | 2020-07-17 | 5 | -24/+109 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DEP: Deprecate ufunc.outer with matrix inputs | Sebastian Berg | 2020-07-16 | 4 | -1/+41 | |
| * | | | | | | MAINT: Simplify ufunc.outer and raise error on bad reshape | Sebastian Berg | 2020-07-16 | 2 | -23/+68 | |
* | | | | | | | Merge pull request #16883 from rossbar/bug/bad_mpl_kwarg_hist2d | Sebastian Berg | 2020-07-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BUG,DOC: Fix bad MPL kwarg. | Ross Barnowski | 2020-07-16 | 1 | -1/+1 | |
* | | | | | | | | DOC: describe ufunc copy behavior when input and output overlap (#16826) | Neal C | 2020-07-16 | 1 | -0/+13 | |
|/ / / / / / / |