summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "MRG, ENH: added edge keyword argument to digitize"revert-16248-edgeEric Wieser2020-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
* | | | | Merge pull request #16883 from rossbar/bug/bad_mpl_kwarg_hist2dSebastian Berg2020-07-161-1/+1
|\ \ \ \ \
| * | | | | BUG,DOC: Fix bad MPL kwarg.Ross Barnowski2020-07-161-1/+1
* | | | | | DOC: describe ufunc copy behavior when input and output overlap (#16826)Neal C2020-07-161-0/+13
|/ / / / /
* | | | | Merge pull request #16854 from leeyspaul/clarify-new-feature-requirements-in-...Matti Picus2020-07-161-0/+9
|\ \ \ \ \
| * | | | | DOC: fix mailing list linkRoss Barnowski2020-07-151-2/+5
| * | | | | refactor to make guidelines seem less formulaicPaul2020-07-141-4/+3
| * | | | | removing alignment align as mailing list suggestions are general guidelinesPaul2020-07-141-1/+0
| * | | | | DOC: clarify whats required for new features see #13924leeyspaul2020-07-132-0/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #16882 from imba-tjd/patch-1Matti Picus2020-07-161-1/+0
|\ \ \ \ \
| * | | | | Remove unused pip install谭九鼎2020-07-161-1/+0
|/ / / / /
* | | | | Merge pull request #16878 from davidedalbosco/patch-1Melissa Weber Mendonça2020-07-151-5/+6
|\ \ \ \ \
| * | | | | Update to polynomial.pydavidedalbosco2020-07-151-5/+6
|/ / / / /
* | | | | Merge pull request #16871 from r-devulap/work-around-for-gcc-4.9-bugMatti Picus2020-07-151-1/+5
|\ \ \ \ \
| * | | | | BUG: Update compiler check for AVX-512FRaghuveer Devulapalli2020-07-151-1/+5
* | | | | | Merge pull request #16870 from mattip/pin-setuptoolsCharles Harris2020-07-1510-19/+13
|\ \ \ \ \ \
| * | | | | | MAINT,BLD: add setuptools install to the gcc4.8 runmattip2020-07-151-1/+2
| * | | | | | MAINT,BLD: pin setuptools and refactor where to find itmattip2020-07-147-9/+11
| * | | | | | Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"mattip2020-07-143-10/+1
| |/ / / / /
* | | | | | Merge pull request #16874 from takanori-pskq/fixup-1Sebastian Berg2020-07-151-1/+1
|\ \ \ \ \ \
| * | | | | | Fixup: numpy/core/tests/test_numeric.pytakanori-pskq2020-07-151-1/+1