summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | | BUG: Raise promotion error if a DType was provided in array coercion (gh-17706)Sebastian Berg2020-11-094-10/+66
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #17733 from WarrenWeckesser/ma-no-optionsMatti Picus2020-11-092-3/+7
|\ \ \ \ \ \
| * | | | | | MAINT: ma: Remove unused `**options` from MaskedArray `__new__` method.Warren Weckesser2020-11-082-3/+7
* | | | | | | Merge pull request #17735 from charris/remove-python-3.6-ciMatti Picus2020-11-091-72/+40
|\ \ \ \ \ \ \
| * | | | | | | TST: Remove Python 3.6 CI testing.Charles Harris2020-11-091-72/+40
|/ / / / / / /
* | | | | | | Merge pull request #17738 from mattip/build-github-actionsCharles Harris2020-11-094-74/+211
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | BLD, TST: try templating with a common yml filemattip2020-11-093-64/+176
| * | | | | | BLD, TST: move linux jobs to github actionsmattip2020-11-093-74/+99
* | | | | | | Merge pull request #17740 from numpy/dependabot/pip/hypothesis-5.41.2Sebastian Berg2020-11-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Bump hypothesis from 5.41.0 to 5.41.2dependabot/pip/hypothesis-5.41.2dependabot-preview[bot]2020-11-091-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #17598 from simon-graham/array_tofile_cleanupMatti Picus2020-11-092-18/+46
|\ \ \ \ \ \ \
| * | | | | | | TST: Check that tofile closes its Python handle when we pass it a str.Simon Graham2020-10-291-1/+4
| * | | | | | | MAINT: Refactored array_tofile to use a helper function.Simon Graham2020-10-291-22/+27
| * | | | | | | BUG: Made array_tofile exception safe.Simon Graham2020-10-291-13/+17
| * | | | | | | BUG: array_tofile now always closes the original file handle.Simon Graham2020-10-291-18/+19
| * | | | | | | Update numpy/core/src/multiarray/methods.cSimon Graham2020-10-291-4/+12
| * | | | | | | BUG: Fixed file handle leak in array_tofile.Simon Graham2020-10-292-5/+12
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #17729 from virtuald/get-np-dir-separateMatti Picus2020-11-091-3/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | BLD: Use importlib to find numpy root directory in distutilsDustin Spicuzza2020-11-071-3/+3
|/ / / / / /
* | | | | | Merge pull request #17723 from seberg/sliding-view-not-mainSebastian Berg2020-11-061-1/+1
|\ \ \ \ \ \