summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.20.2 to 5.23.2dependabot/pip/hypothesis-5.23.2dependabot-preview[bot]2020-07-271-1/+1
* Merge pull request #16949 from person142/runtests-ipython-colorsRalf Gommers2020-07-271-1/+1
|\
| * ENH: enable colors for `runtests.py --ipython`Josh Wilson2020-07-261-1/+1
|/
* Merge pull request #16943 from seberg/deprecate-single-element-arraylike-coer...Charles Harris2020-07-253-2/+66
|\
| * Update numpy/core/src/multiarray/array_coercion.cSebastian Berg2020-07-241-1/+1
| * DEP: Deprecate size-one ragged array coercionSebastian Berg2020-07-243-2/+66
* | Merge pull request #16815 from cjblocker/mgrid-floatMatti Picus2020-07-253-7/+42
|\ \
| * | DOC: add release note for #16815Cameron Blocker2020-07-241-0/+8
| * | MAINT: reference issue in comments for added index_tricks testsCameron Blocker2020-07-131-0/+2
| * | TST: update mgrid test from code reviewCameron Blocker2020-07-131-4/+6
| * | TST: fixed dtype check error from code reviewCameron Blocker2020-07-121-2/+2
| * | BUG: fix mgrid output for lower precision float inputsCameron Blocker2020-07-122-7/+30
* | | Merge pull request #16944 from InessaPawson/masterRalf Gommers2020-07-2513-0/+0
|\ \ \
| * | | changed the name of the folder icons to logoInessaPawson2020-07-2513-0/+0
|/ / /
* | | Merge pull request #16940 from mattip/issue-16913Charles Harris2020-07-241-8/+9
|\ \ \
| * | | BLD: update OpenBLAS buildmattip2020-07-241-8/+9
|/ / /
* | | Merge pull request #16900 from Ashutosh619-sudo/masterMatti Picus2020-07-241-3/+3
|\ \ \ | |_|/ |/| |
| * | Fix exception causes in __init__.pyashutosh619-sudo2020-07-191-1/+1
| * | Fix exception causes in __init__.pyashutosh619-sudo2020-07-191-2/+2
* | | Merge pull request #16931 from mattip/revert-merge-16248Sebastian Berg2020-07-233-43/+3
|\ \ \
| * | | Revert "Merge pull request #16248 from alexrockhill/edge"mattip2020-07-233-43/+3
|/ / /
* | | Merge pull request #16248 from alexrockhill/edgeMatti Picus2020-07-233-3/+43
|\ \ \
| * | | added release noteAlex2020-07-221-0/+13
| * | | change != to ==Alex2020-07-221-1/+1
| * | | fixed simplifyAlex2020-07-221-5/+10
| * | | simplifiedAlex2020-07-222-14/+14
| * | | forgot to include monotonicityAlex2020-07-221-2/+2
| * | | changed from large number error to different solutionAlex2020-07-222-9/+11
| * | | edge first tryAlex2020-07-222-2/+22
|/ / /
* | | Merge pull request #16925 from charris/post-1.19.1-updatesRalf Gommers2020-07-224-0/+124
|\ \ \
| * | | REL: Update master after 1.19.1 release.Charles Harris2020-07-214-0/+124
|/ / /
* | | Merge pull request #16919 from rossbar/doc/add_ufuncMatti Picus2020-07-212-3/+6
|\ \ \
| * | | DOC: Add ufunc docstring to generated docs.Ross Barnowski2020-07-202-3/+6
* | | | Merge pull request #16850 from seberg/deprecate-object-scalarsMatti Picus2020-07-211-0/+26
|\ \ \ \
| * | | | DEP: Deprecate NumPy object scalarsSebastian Berg2020-07-131-0/+26
* | | | | ENH: Integrate the new CPU dispatcher with umath generator (#16888)Sayed Adel2020-07-211-3/+24
* | | | | MAINT: Avoid exception in NpzFile destructor if constructor raises BadZipFile...John Zwinck2020-07-211-2/+3
| |/ / / |/| | |
* | | | Merge pull request #16914 from seberg/string-to-complexCharles Harris2020-07-203-4/+61
|\ \ \ \
| * | | | BUG: Fix string/bytes to complex assignmentSebastian Berg2020-07-203-4/+61
* | | | | Merge pull request #16910 from numpy/dependabot/pip/hypothesis-5.20.2Charles Harris2020-07-201-1/+1
|\ \ \ \ \
| * | | | | MAINT: Bump hypothesis from 5.19.1 to 5.20.2dependabot/pip/hypothesis-5.20.2dependabot-preview[bot]2020-07-201-1/+1
|/ / / / /
* | | | | Merge pull request #16899 from tacaswell/mnt_more_py310Charles Harris2020-07-182-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | MNT: also use Py_SET_REFCNT instead of Py_REFCNTThomas A Caswell2020-07-182-1/+3
* | | | | TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890)Antonio Larrosa2020-07-181-8/+22
| |/ / / |/| | |
* | | | MAINT: Remove Duplicated Code (function extract rmap) (#16847)Wansoo Kim2020-07-171-16/+13
* | | | Merge pull request #16532 from seberg/delete-sigint-handlingMatti Picus2020-07-174-116/+16
|\ \ \ \
| * | | | BUG: Remove non-threadsafe sigint handling from fft calculationSebastian Berg2020-06-254-116/+16
* | | | | Merge pull request #16232 from seberg/ufunc-outer-matrixMatti Picus2020-07-175-24/+109
|\ \ \ \ \
| * | | | | DEP: Deprecate ufunc.outer with matrix inputsSebastian Berg2020-07-164-1/+41
| * | | | | MAINT: Simplify ufunc.outer and raise error on bad reshapeSebastian Berg2020-07-162-23/+68