summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Merge pull request #16860 from marload/patch/remove-file-funcSebastian Berg2020-07-141-1/+1
|\ \ \ \ \ \
| * | | | | | DEP: Remove deprecated python function 'file()'marload2020-07-141-1/+1
* | | | | | | Merge pull request #16858 from seiko2plus/ccopt_fix_inc_tmp_dirMatti Picus2020-07-141-2/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | BUG: fix the search dir of dispatchable sourcesSayed Adel2020-07-141-2/+5
| |/ / / / /
* | | | | | Merge pull request #16868 from bashtage/check-output-size-omialMatti Picus2020-07-145-1/+28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | BUG: Validate output size in bin- and multinomialKevin Sheppard2020-07-145-1/+28
|/ / / / /
* | | | | Merge pull request #16836 from seiko2plus/doc_simd_improve_ftablesSebastian Berg2020-07-144-198/+282
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: improve SIMD features tablesSayed Adel2020-07-144-198/+282
* | | | | Merge pull request #16857 from mattip/fix-16605Matti Picus2020-07-142-9/+9
|\ \ \ \ \
| * | | | | MAINT: fix new compiler warnings on clangmattip2020-07-142-9/+9
|/ / / / /
* | | | | DOC: Add explanation of 'K' and 'A' layout options to 'asarray*' functions (#...Neal C2020-07-142-10/+20
* | | | | MAINT: Remove Duplicated Code (#16848)Wansoo Kim2020-07-141-4/+3
* | | | | Merge pull request #16605 from xiegengxin/avx512-log-float64Matti Picus2020-07-148-3/+594
|\ \ \ \ \
| * | | | | MAINT: Fix some spelling mistakesGengxin Xie2020-06-191-1/+1
| * | | | | MAINT: Bracket lookup table dataGengxin Xie2020-06-191-1/+7
| * | | | | MAINT: Add more comments and using loop to load lookup tableGengxin Xie2020-06-172-23/+24
| * | | | | MAINT: Remove AVX512DQ intrinsicsGengxin Xie2020-06-161-7/+8
| * | | | | TEST: Add log strided input testGengxin Xie2020-06-151-0/+13
| * | | | | MAINT: AVX512 intrinsics implementation for float64 input np.logGengxin Xie2020-06-127-3/+573
* | | | | | Merge pull request #16167 from rossbar/doc/poly_module_docstringMatti Picus2020-07-141-0/+101
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |