| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Add `_BoolLike` to the union defining `_IntLike` | Bas van Beek | 2020-11-17 | 1 | -1/+3 |
* | Merge pull request #17725 from pentschev/nep-35-downstream-like-instructions | Sebastian Berg | 2020-11-16 | 1 | -15/+102 |
|\ |
|
| * | NEP: NEP-35 phrasing fix | Peter Andreas Entschev | 2020-11-13 | 1 | -1/+1 |
| * | NEP: Small NEP-35 wording fix | Peter Andreas Entschev | 2020-11-06 | 1 | -3/+3 |
| * | NEP: Add NEP-35 instructions on reading like= downstream | Peter Andreas Entschev | 2020-11-06 | 1 | -12/+99 |
* | | Merge pull request #17743 from isuruf/cblas_win | Matti Picus | 2020-11-15 | 1 | -0/+15 |
|\ \ |
|
| * | | Fix cblas detection on windows | Isuru Fernando | 2020-11-09 | 1 | -0/+15 |
* | | | Merge pull request #17776 from Zac-HD/property-tests | Matti Picus | 2020-11-15 | 2 | -21/+17 |
|\ \ \ |
|
| * | | | TST: Simplify Hypothesis config | Zac-HD | 2020-11-15 | 2 | -21/+17 |
|/ / / |
|
* | | | Merge pull request #17773 from charris/update-labeler | Sebastian Berg | 2020-11-14 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | MAINT: Add BLD and STY to labeler prefixes. | Charles Harris | 2020-11-14 | 1 | -0/+2 |
|/ / / |
|
* | | | Merge pull request #17759 from mattip/openblas-buffersize | Charles Harris | 2020-11-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | BLD: use BUFFERSIZE=20 in OpenBLAS | mattip | 2020-11-12 | 1 | -1/+1 |
* | | | | Merge pull request #17763 from seiko2plus/issue_17761 | Charles Harris | 2020-11-14 | 2 | -33/+49 |
|\ \ \ \ |
|
| * | | | | MAINT, SIMD: remove unlikely and give constant hint to improve memory access ... | Sayed Adel | 2020-11-14 | 1 | -8/+5 |
| * | | | | SIMD, BUG: fix reuses the previous values during the fallback to libc | Sayed Adel | 2020-11-12 | 2 | -33/+52 |
* | | | | | Merge pull request #17673 from BvB93/generic-specific | Charles Harris | 2020-11-14 | 4 | -47/+96 |
|\ \ \ \ \ |
|
| * | | | | | TST: Updated the scalar typing tests | Bas van Beek | 2020-11-14 | 3 | -2/+35 |
| * | | | | | MAINT: Move a number of methods to `ndarray` / `generic` | Bas van Beek | 2020-11-14 | 1 | -45/+61 |
|/ / / / / |
|
* | | | | | Merge pull request #17643 from BvB93/ufunc_config | Charles Harris | 2020-11-14 | 5 | -7/+179 |
|\ \ \ \ \ |
|
| * | | | | | TST: Added typing tests for `np.core._ufunc_config` | Bas van Beek | 2020-10-26 | 3 | -0/+96 |
| * | | | | | ENH: Add annotations for `np.core._ufunc_config` | Bas van Beek | 2020-10-26 | 2 | -7/+83 |
* | | | | | | Merge pull request #17645 from lormuc/timedelta-nat-format | Charles Harris | 2020-11-14 | 2 | -1/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | BUG: fix np.timedelta64('nat').__format__ throwing an exception | Veniamin Petrenko | 2020-10-27 | 2 | -1/+6 |
| |/ / / / / |
|
* | | | | | | MAINT: update link to website in FUNDING.yml (#17768) | Ralf Gommers | 2020-11-13 | 1 | -1/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #17755 from seberg/valgrind-fixes2 | Matti Picus | 2020-11-12 | 2 | -2/+4 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | BUG: Fix leak in ufunc.outer matrix deprecation | Sebastian Berg | 2020-11-11 | 1 | -0/+1 |
| * | | | | TST: Fix memory/refcount leak in `_simd` test code | Sebastian Berg | 2020-11-11 | 1 | -2/+3 |
* | | | | | Merge pull request #17758 from virtuald/f2py-lazy-np | Matti Picus | 2020-11-12 | 1 | -4/+30 |
|\ \ \ \ \ |
|
| * | | | | | BLD: Lazy load f2py test utilities | Dustin Spicuzza | 2020-11-12 | 1 | -4/+30 |
|/ / / / / |
|
* | | | | | Merge pull request #17749 from seberg/performance-section | Charles Harris | 2020-11-11 | 3 | -1/+12 |
|\ \ \ \ \ |
|
| * | | | | | DOC: Add "performance" category to the release notes | Sebastian Berg | 2020-11-10 | 3 | -1/+12 |
* | | | | | | Merge pull request #17753 from seberg/valgrind-fixes | Sebastian Berg | 2020-11-11 | 1 | -4/+6 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | BUG: Fix buffer export dtype references | Sebastian Berg | 2020-11-11 | 1 | -4/+6 |
| |/ / / / |
|
* | | | | | DOC, TST: avoid refcount semantics in using numpy.memmap (gh-17754) | Sebastian Berg | 2020-11-11 | 2 | -89/+63 |
|\ \ \ \ \ |
|
| * | | | | | Update numpy/core/memmap.py | Matti Picus | 2020-11-11 | 1 | -1/+1 |
| * | | | | | DOC: update documentation of numpy.memmap | Matti Picus | 2020-11-11 | 1 | -4/+7 |
| * | | | | | TST: avoid refcount semantics, speed up tests | Matti Picus | 2020-11-11 | 1 | -85/+56 |
|/ / / / / |
|
* | | | | | Merge pull request #17745 from mattip/pypy37 | Matti Picus | 2020-11-11 | 3 | -1/+28 |
|\ \ \ \ \ |
|
| * | | | | | TST: add pypy3.7 | mattip | 2020-11-10 | 3 | -1/+28 |
* | | | | | | Merge pull request #17751 from seberg/fix-ci-segfaults | Charles Harris | 2020-11-10 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Update numpy/core/src/umath/simd.inc.src | Sebastian Berg | 2020-11-10 | 1 | -1/+1 |
| * | | | | | | BUG: Fix segfault due to out of bound pointer in floatstatus check | Sebastian Berg | 2020-11-10 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #17748 from xoviat/patch-1 | Matti Picus | 2020-11-10 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | BLD: compare platform.architecture() correctly | xoviat | 2020-11-10 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #16247 from seiko2plus/to_npyv_unaryfp_g0 | Matti Picus | 2020-11-10 | 23 | -236/+702 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | TST, SIMD: Add test cases for sqrt, abs, recip and square intrinsics | Sayed Adel | 2020-11-03 | 2 | -1/+96 |
| * | | | | | MAINT: reorder `Python.h` to suppress warning 'declaration of 'struct timespec*' | Sayed Adel | 2020-11-03 | 3 | -8/+6 |
| * | | | | | ENH, SIMD: Replace raw SIMD of unary float point(32-64) with NPYV - g0 | Sayed Adel | 2020-11-03 | 7 | -222/+327 |
| * | | | | | ENH, SIMD: Add sqrt, abs, recip and square intrinsics for f32/64 | Sayed Adel | 2020-11-03 | 11 | -5/+273 |