summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 6.6.0 to 6.8.1dependabot/pip/hypothesis-6.8.1dependabot-preview[bot]2021-03-151-1/+1
* Merge pull request #17636 from leonarduschen/update-navbar-linked-pageMatti Picus2021-03-142-1/+2
|\
| * Bump pydata-sphinx-theme to 0.5.0Leonardus2021-03-121-1/+1
| * Update navbar linked page back to indexleonarduschen2021-03-121-0/+1
* | Merge pull request #18596 from mainak-debnath/maintRalf Gommers2021-03-132-24/+38
|\ \
| * | added exception chaining in index_tricks.py and mrecords.pyMainak Debnath2021-03-112-24/+38
* | | Merge pull request #18437 from seberg/no-caches-and-fixesRalf Gommers2021-03-132-2/+3
|\ \ \
| * | | TST: Fix some uninitialized memory in the testsSebastian Berg2021-03-112-2/+3
* | | | Merge pull request #18583 from timhoffm/doc-flipRalf Gommers2021-03-131-9/+13
|\ \ \ \
| * | | | DOC: Clarify docs for fliplr() / flipud()Tim Hoffmann2021-03-091-9/+13
* | | | | Merge pull request #18598 from BvB93/getitemRalf Gommers2021-03-133-0/+50
|\ \ \ \ \
| * | | | | MAINT: Add annotations for `dtype.__getitem__`, `__mul__` and `names`Bas van Beek2021-03-113-0/+50
* | | | | | Merge pull request #18584 from ganesh-k13/doc_18423_lintRalf Gommers2021-03-121-0/+31
|\ \ \ \ \ \
| * | | | | | DOC: Added documentation for linter (#18423)Ganesh Kathiresan2021-03-101-0/+31
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #18545 from BvB93/arrayteratorRalf Gommers2021-03-1212-18/+138
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | MAINT: Tighten the type-constraints of the `__array__` dtype parameterBas van Beek2021-03-126-15/+13
| * | | | | MAINT: Relax the signature of the `__array__` protocolBas van Beek2021-03-121-2/+3
| * | | | | TST: Add typing tests for `np.lib.arrayterator`Bas van Beek2021-03-123-0/+65
| * | | | | ENH: Add annotations for `np.lib.arrayterator`Bas van Beek2021-03-122-1/+57
|/ / / / /
* | | | | BUG: Fixed ``where`` keyword for ``np.mean`` & ``np.var`` methods (gh-18560)Mateusz Sokół2021-03-112-2/+28
* | | | | Merge pull request #18602 from ganesh-k13/maint_18587_continue_on_lint_errorSebastian Berg2021-03-111-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | MAINT: Added continue-on-errorGanesh Kathiresan2021-03-111-0/+1
|/ / / /
* | | | Merge pull request #18574 from InessaPawson/InessaPawson-readme-callforcontri...Matti Picus2021-03-111-7/+33
|\ \ \ \ | |_|_|/ |/| | |
| * | | Commit textual suggestions from PR reviewInessaPawson2021-03-111-3/+3
| * | | Update README.mdInessaPawson2021-03-091-1/+4
| * | | Update README.mdInessaPawson2021-03-091-2/+5
| * | | Update README.mdInessaPawson2021-03-091-1/+4
| * | | Update README.mdInessaPawson2021-03-091-1/+1
| * | | Update README.mdInessaPawson2021-03-091-1/+3
| * | | MAINT: Update the Call for Contributions sectionInessaPawson2021-03-081-7/+22
* | | | Merge pull request #18594 from seberg/remove-unnecessary-null-checkMatti Picus2021-03-111-32/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: Remove strange `op == NULL` checkSebastian Berg2021-03-101-32/+2
|/ / /
* | | Merge pull request #18582 from mattip/pypy-nightlyCharles Harris2021-03-081-1/+1
|\ \ \
| * | | use pypy nightly to work around bugmattip2021-03-091-1/+1
|/ / /
* | | Merge pull request #18578 from numpy/dependabot/pip/pycodestyle-2.6.0Matti Picus2021-03-081-1/+1
|\ \ \
| * | | MAINT: Bump pycodestyle from 2.5.0 to 2.6.0dependabot/pip/pycodestyle-2.6.0dependabot-preview[bot]2021-03-081-1/+1
| |/ /
* | | Merge pull request #18575 from numpy/dependabot/pip/sphinx-3.5.2Matti Picus2021-03-081-1/+1
|\ \ \
| * | | MAINT: Bump sphinx from 3.5.1 to 3.5.2dependabot/pip/sphinx-3.5.2dependabot-preview[bot]2021-03-081-1/+1
| |/ /
* | | Merge pull request #18576 from numpy/dependabot/pip/hypothesis-6.6.0Matti Picus2021-03-081-1/+1
|\ \ \
| * | | MAINT: Bump hypothesis from 6.3.4 to 6.6.0dependabot/pip/hypothesis-6.6.0dependabot-preview[bot]2021-03-081-1/+1
| |/ /
* | | Merge pull request #18178 from seiko2plus/npyv_fast_divMatti Picus2021-03-0810-24/+1411
|\ \ \ | |/ / |/| |
| * | SIMD, BUG: fix passing immediate values to npyv_setall_u64 on SSE/32-bitSayed Adel2021-03-081-15/+10
| * | SIMD, TST: add test cases for NPYV fast integer divisionSayed Adel2021-03-082-3/+86
| * | SIMD: add NPYV fast integer division intrinsics for NEONSayed Adel2021-03-081-1/+149
| * | SIMD: add NPYV fast integer division intrinsics for VSXSayed Adel2021-03-081-0/+132
| * | SIMD: add NPYV fast integer division intrinsics for AVX512Sayed Adel2021-03-081-2/+222
| * | SIMD: add NPYV fast integer division intrinsics for AVX2Sayed Adel2021-03-081-2/+158
| * | SIMD: add NPYV fast integer division intrinsics for SSESayed Adel2021-03-081-1/+176
| * | SIMD: add NPYV intrinsics that compute the parameters used for fast integer d...Sayed Adel2021-03-082-0/+478
* | | Merge pull request #18572 from seberg/ci-devdoc-branchCharles Harris2021-03-071-1/+3
|\ \ \