summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add `_BoolLike` to the union defining `_IntLike`Bas van Beek2020-11-171-1/+3
* Merge pull request #17725 from pentschev/nep-35-downstream-like-instructionsSebastian Berg2020-11-161-15/+102
|\
| * NEP: NEP-35 phrasing fixPeter Andreas Entschev2020-11-131-1/+1
| * NEP: Small NEP-35 wording fixPeter Andreas Entschev2020-11-061-3/+3
| * NEP: Add NEP-35 instructions on reading like= downstreamPeter Andreas Entschev2020-11-061-12/+99
* | Merge pull request #17743 from isuruf/cblas_winMatti Picus2020-11-151-0/+15
|\ \
| * | Fix cblas detection on windowsIsuru Fernando2020-11-091-0/+15
* | | Merge pull request #17776 from Zac-HD/property-testsMatti Picus2020-11-152-21/+17
|\ \ \
| * | | TST: Simplify Hypothesis configZac-HD2020-11-152-21/+17
|/ / /
* | | Merge pull request #17773 from charris/update-labelerSebastian Berg2020-11-141-0/+2
|\ \ \
| * | | MAINT: Add BLD and STY to labeler prefixes.Charles Harris2020-11-141-0/+2
|/ / /
* | | Merge pull request #17759 from mattip/openblas-buffersizeCharles Harris2020-11-141-1/+1
|\ \ \
| * | | BLD: use BUFFERSIZE=20 in OpenBLASmattip2020-11-121-1/+1
* | | | Merge pull request #17763 from seiko2plus/issue_17761Charles Harris2020-11-142-33/+49
|\ \ \ \
| * | | | MAINT, SIMD: remove unlikely and give constant hint to improve memory access ...Sayed Adel2020-11-141-8/+5
| * | | | SIMD, BUG: fix reuses the previous values during the fallback to libcSayed Adel2020-11-122-33/+52
* | | | | Merge pull request #17673 from BvB93/generic-specificCharles Harris2020-11-144-47/+96
|\ \ \ \ \
| * | | | | TST: Updated the scalar typing testsBas van Beek2020-11-143-2/+35
| * | | | | MAINT: Move a number of methods to `ndarray` / `generic`Bas van Beek2020-11-141-45/+61
|/ / / / /
* | | | | Merge pull request #17643 from BvB93/ufunc_configCharles Harris2020-11-145-7/+179
|\ \ \ \ \
| * | | | | TST: Added typing tests for `np.core._ufunc_config`Bas van Beek2020-10-263-0/+96
| * | | | | ENH: Add annotations for `np.core._ufunc_config`Bas van Beek2020-10-262-7/+83
* | | | | | Merge pull request #17645 from lormuc/timedelta-nat-formatCharles Harris2020-11-142-1/+6
|\ \ \ \ \ \
| * | | | | | BUG: fix np.timedelta64('nat').__format__ throwing an exceptionVeniamin Petrenko2020-10-272-1/+6
| |/ / / / /
* | | | | | MAINT: update link to website in FUNDING.yml (#17768)Ralf Gommers2020-11-131-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #17755 from seberg/valgrind-fixes2Matti Picus2020-11-122-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: Fix leak in ufunc.outer matrix deprecationSebastian Berg2020-11-111-0/+1
| * | | | TST: Fix memory/refcount leak in `_simd` test codeSebastian Berg2020-11-111-2/+3
* | | | | Merge pull request #17758 from virtuald/f2py-lazy-npMatti Picus2020-11-121-4/+30
|\ \ \ \ \
| * | | | | BLD: Lazy load f2py test utilitiesDustin Spicuzza2020-11-121-4/+30
|/ / / / /
* | | | | Merge pull request #17749 from seberg/performance-sectionCharles Harris2020-11-113-1/+12
|\ \ \ \ \
| * | | | | DOC: Add "performance" category to the release notesSebastian Berg2020-11-103-1/+12
* | | | | | Merge pull request #17753 from seberg/valgrind-fixesSebastian Berg2020-11-111-4/+6
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | BUG: Fix buffer export dtype referencesSebastian Berg2020-11-111-4/+6
| |/ / / /
* | | | | DOC, TST: avoid refcount semantics in using numpy.memmap (gh-17754)Sebastian Berg2020-11-112-89/+63
|\ \ \ \ \
| * | | | | Update numpy/core/memmap.pyMatti Picus2020-11-111-1/+1
| * | | | | DOC: update documentation of numpy.memmapMatti Picus2020-11-111-4/+7
| * | | | | TST: avoid refcount semantics, speed up testsMatti Picus2020-11-111-85/+56
|/ / / / /
* | | | | Merge pull request #17745 from mattip/pypy37Matti Picus2020-11-113-1/+28
|\ \ \ \ \
| * | | | | TST: add pypy3.7mattip2020-11-103-1/+28
* | | | | | Merge pull request #17751 from seberg/fix-ci-segfaultsCharles Harris2020-11-101-1/+1
|\ \ \ \ \ \
| * | | | | | Update numpy/core/src/umath/simd.inc.srcSebastian Berg2020-11-101-1/+1
| * | | | | | BUG: Fix segfault due to out of bound pointer in floatstatus checkSebastian Berg2020-11-101-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #17748 from xoviat/patch-1Matti Picus2020-11-101-1/+1
|\ \ \ \ \ \
| * | | | | | BLD: compare platform.architecture() correctlyxoviat2020-11-101-1/+1
|/ / / / / /
* | | | | | Merge pull request #16247 from seiko2plus/to_npyv_unaryfp_g0Matti Picus2020-11-1023-236/+702
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST, SIMD: Add test cases for sqrt, abs, recip and square intrinsicsSayed Adel2020-11-032-1/+96
| * | | | | MAINT: reorder `Python.h` to suppress warning 'declaration of 'struct timespec*'Sayed Adel2020-11-033-8/+6
| * | | | | ENH, SIMD: Replace raw SIMD of unary float point(32-64) with NPYV - g0Sayed Adel2020-11-037-222/+327
| * | | | | ENH, SIMD: Add sqrt, abs, recip and square intrinsics for f32/64Sayed Adel2020-11-0311-5/+273