summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 6.10.0 to 6.10.1dependabot/pip/hypothesis-6.10.1dependabot[bot]2021-04-281-1/+1
* Merge pull request #18868 from numpy/dependabot/add-v2-config-fileCharles Harris2021-04-282-9/+22
|\
| * Upgrade to GitHub-native Dependabotdependabot/add-v2-config-filedependabot-preview[bot]2021-04-282-9/+22
* | Merge pull request #18869 from charris/fix-linter-for-pipCharles Harris2021-04-281-2/+3
|\ \ | |/ |/|
| * MAINT: Fix azure linter problems with pip 20.1Charles Harris2021-04-281-2/+3
|/
* Merge pull request #18862 from ogrisel/skip-longdouble-f2py-tests-on-macos-arm64Charles Harris2021-04-271-1/+5
|\
| * TST: Skip f2py TestSharedMemory for LONGDOUBLE on macos/arm64Olivier Grisel2021-04-271-1/+5
* | Merge pull request #18856 from HowJMay/typoCharles Harris2021-04-275-12/+12
|\ \ | |/ |/|
| * fix: Fix the typo "implment"HowJmay2021-04-285-12/+12
|/
* Merge pull request #18839 from trallard/docs/gitpodCharles Harris2021-04-2610-0/+242
|\
| * DOC: Update snapshotsTania Allard2021-04-262-0/+0
| * DOC: Break linesTania Allard2021-04-264-45/+118
| * Apply suggestions from code reviewTania Allard2021-04-261-10/+10
| * Update doc/source/dev/development_gitpod.rstTania Allard2021-04-261-2/+1
| * DOC: Add Gitpod development documentationTania Allard2021-04-2311-0/+170
* | DEV: general Gitpod enhancements (#18822)Tania Allard2021-04-269-63/+376
* | Merge pull request #18851 from charris/use-current-pip-for-lintingCharles Harris2021-04-251-1/+1
|\ \
| * | MAINT: Disable pip version check for azure lint check.Charles Harris2021-04-251-1/+1
* | | Merge pull request #18845 from adrn/sphinx-mod-locationMelissa Weber Mendonça2021-04-251-3/+2
|\ \ \
| * | | move module target locationAdrian Price-Whelan2021-04-241-3/+2
|/ / /
* | | Merge pull request #18837 from seiko2plus/opt_cpp_dispatchCharles Harris2021-04-233-15/+63
|\ \ \
| * | | ENH, SIMD: Add support for dispatching C++ sourcesSayed Adel2021-04-223-15/+63
* | | | Merge pull request #18842 from BvB93/placeholder_mainCharles Harris2021-04-239-151/+372
|\ \ \ \
| * | | | ENH: Add improved placeholder annotations for `np.matrixlib`Bas van Beek2021-04-232-5/+46
| * | | | ENH: Add improved placeholder annotations for `np.testing`Bas van Beek2021-04-231-43/+104
| * | | | ENH: Add improved placeholder annotations for `np.f2py`Bas van Beek2021-04-231-3/+14
| * | | | ENH: Add improved placeholder annotations for `np.fft`Bas van Beek2021-04-231-18/+18
| * | | | ENH: Add improved placeholder annotations for `np.rec`Bas van Beek2021-04-232-12/+71
| * | | | ENH: Add improved placeholder annotations for `np.char`Bas van Beek2021-04-232-53/+96
| * | | | ENH: Add improved placeholder annotations for `np.ctypeslib`Bas van Beek2021-04-231-7/+11
| * | | | ENH: Add improved placeholder annotations for `np.emath`Bas van Beek2021-04-231-10/+10
| * | | | MAINT: Add `void.__getitem__` and `__setitem__`Bas van Beek2021-04-231-0/+2
* | | | | DOC: Add favicon (#18841)Tania Allard2021-04-235-0/+2
|/ / / /
* | | | Merge pull request #17737 from seiko2plus/benchmark_simd_infoCharles Harris2021-04-223-23/+89
|\ \ \ \
| * | | | ENH: add new function `_opt_info()` to utils provides the optimization info o...Sayed Adel2021-04-223-24/+38
| * | | | MAINT, Benchmark: print the supported CPU features during the run of performa...Sayed Adel2021-04-221-0/+52
|/ / / /
* | | | Merge pull request #18834 from christinahedges/patch-2Melissa Weber Mendonça2021-04-221-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix typo in random docsChristina Hedges2021-04-221-1/+1
|/ / /
* | | BUG: Prevent nan being used in percentile (gh-18831)Kevin Sheppard2021-04-222-3/+24
* | | Merge pull request #18786 from xamm/clip-doc-add-noteCharles Harris2021-04-211-2/+12
|\ \ \
| * | | MAINT: Remove unnecessary dash for the dividing linePatrick2021-04-171-1/+1
| * | | MAINT: change argument type in numpy.clip documentation examplexamm2021-04-161-1/+1
| * | | MAINT: removing news fragmentsxamm2021-04-161-5/+0
| * | | MAINT: changing news fragment filename to correct pull requestxamm2021-04-161-0/+0
| * | | DOC: add note for clip() special case a_min > a_max See #18782xamm2021-04-162-2/+17
* | | | Merge pull request #18825 from hoony6134/mainCharles Harris2021-04-211-1/+1
|\ \ \ \
| * | | | Update README.mdScian2021-04-211-1/+1
* | | | | Merge pull request #18823 from Nirzak/patch-1Charles Harris2021-04-211-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Minor fix to add reference link to numpy.fill_diagonal functionNirjas Jakilim2021-04-211-1/+1
* | | | | Merge pull request #18818 from BvB93/numerictypesCharles Harris2021-04-215-25/+167
|\ \ \ \ \