summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pydata-sphinx-theme from 0.5.2 to 0.6.0dependabot/pip/pydata-sphinx-theme-0.6.0dependabot-preview[bot]2021-04-121-1/+1
* Merge pull request #18753 from h6197627/mainCharles Harris2021-04-111-13/+3
|\
| * STY: lint line lengthh61976272021-04-121-1/+2
| * BLD: Negative zero handling with iforth61976272021-04-121-13/+2
|/
* Merge pull request #18750 from charris/fix-scalarmath-testSebastian Berg2021-04-111-2/+2
|\
| * MAINT: Allow more recursion depth for scalar tests.Charles Harris2021-04-111-2/+2
|/
* BLD: introduce use of BLAS_LIBS and LAPACK_LIBS in distutils/system_info (#18...drhpc2021-04-113-2/+74
* DEV: add Gitpod to numpy (#18733)Thomas J. Fan2021-04-113-0/+85
* DOC: Update ndarray.copy docstring (#18741)Mike Boyle2021-04-091-3/+9
* Merge pull request #18745 from mattip/shippableSebastian Berg2021-04-082-68/+0
|\
| * remove shippable from files excluded in MANIFEST.inmattip2021-04-081-1/+0
| * remove shippable CImattip2021-04-081-67/+0
|/
* Merge pull request #18731 from bashtage/fix-out-reqCharles Harris2021-04-072-9/+53
|\
| * BUG: Check out requirements and raise when not satisfiedKevin Sheppard2021-04-072-9/+53
|/
* Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_divMatti Picus2021-04-068-29/+158
|\
| * SIMD: Use scalar division for Armv7, Aarch64, and IBM/PowerGanesh Kathiresan2021-04-061-1/+11
| * BENCH: Benchmarks for unsigned ints (#18075)Ganesh Kathiresan2021-03-221-7/+8
| * TST: Division tests for unsigned intsGanesh Kathiresan2021-03-201-4/+13
| * SIMD, MAINT: Refined kernel and inner ufunc functionsGanesh Kathiresan2021-03-201-66/+43
| * MAINT: Fixed dispatch in generate_umathGanesh Kathiresan2021-03-201-1/+5
| * MAINT, SIMD: Add loops_arithmetic.dispatch.c.srcGanesh Kathiresan2021-03-201-0/+1
| * ENH, SIMD: Add dispatch to build processGanesh Kathiresan2021-03-202-1/+2
| * ENH, SIMD: Use integer dispatchGanesh Kathiresan2021-03-202-17/+12
| * ENH, SIMD: Added integer dispatchGanesh Kathiresan2021-03-201-0/+131
* | Merge pull request #18708 from DCtheTall/meshgrid-testCharles Harris2021-04-051-0/+21
|\ \
| * | review commentsDCtheTall2021-04-051-6/+13
| * | rm commentDCtheTall2021-03-311-1/+0
| * | Add tests np.meshgrid for higher dimensional grids.DCtheTall2021-03-311-0/+15
* | | Merge pull request #18722 from tech-gian/mainCharles Harris2021-04-052-64/+4
|\ \ \
| * | | Update, removed unnecessary thingsGiannis Zapantis2021-04-051-11/+2
| * | | Update, sized aliasesGiannis Zapantis2021-04-051-0/+2
| * | | DOC: typo fixGiannis Zapantis2021-04-031-1/+1
| * | | DOC: closing 17486tech-gian2021-04-031-62/+9
* | | | Merge pull request #18725 from numpy/dependabot/pip/pytest-6.2.3Charles Harris2021-04-051-1/+1
|\ \ \ \
| * | | | MAINT: Bump pytest from 6.2.2 to 6.2.3dependabot-preview[bot]2021-04-051-1/+1
|/ / / /
* | | | Merge pull request #18726 from numpy/dependabot/pip/hypothesis-6.8.4Charles Harris2021-04-051-1/+1
|\ \ \ \
| * | | | MAINT: Bump hypothesis from 6.8.3 to 6.8.4dependabot/pip/hypothesis-6.8.4dependabot-preview[bot]2021-04-051-1/+1
|/ / / /
* | | | DOC: Simplifies Mandelbrot set plot in Quickstart guide (#18712)Melissa Weber Mendonça2021-04-041-7/+9
* | | | Merge pull request #18706 from charris/update-upcoming_changesCharles Harris2021-04-012-0/+13
|\ \ \ \
| * | | | DOC: Add release note for gh-18695.Charles Harris2021-03-311-0/+3
| * | | | DOC: Add release note for gh-18629.Charles Harris2021-03-311-0/+10
* | | | | Merge pull request #18705 from rgommers/governance-people-updateMatti Picus2021-04-011-27/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: update Steering Council membership and people on governance pageRalf Gommers2021-03-311-27/+11
* | | | | Merge pull request #18629 from ahaldane/min_digitsCharles Harris2021-03-318-88/+219
|\ \ \ \ \
| * | | | | DOC: Add versionadded for new min_digits argument.Charles Harris2021-03-311-1/+4
| * | | | | Update arrayprint.pyAllan Haldane2021-03-191-3/+4
| * | | | | Update numpy/core/arrayprint.pyAllan Haldane2021-03-191-1/+1
| * | | | | Update numpy/core/arrayprint.pyAllan Haldane2021-03-191-3/+3
| * | | | | BUG/ENH: fix array2string rounding bug by adding min_digits optionAllan Haldane2021-03-188-88/+215
* | | | | | Merge pull request #18701 from kchoudhu/mainCharles Harris2021-03-311-1/+2
|\ \ \ \ \ \