summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* FIX: random: C linkage for random distributionsNicholas McKibben2021-01-301-0/+8
* MAINT: Move modref definition into setup.pySebastian Berg2021-01-071-10/+0
* MAINT: CPUs that support unaligned access. (#18065)Chunlin2021-01-052-12/+10
* SIMD: Replace raw SIMD of sin/cos with NPYVSayed Adel2020-12-261-9/+0
* add strong alignment definition.which can be used in other areas.Qiyu82020-12-162-3/+8
* add ARMV7 macro define header in order to prevent bus error.Qiyu82020-12-151-0/+3
* BUG: merging PR to use -Werror=undef broke another PRmattip2020-12-031-1/+3
* Merge pull request #17727 from ganesh-k13/enh_14959-libdivideMatti Picus2020-12-022-0/+2100
|\
| * ENH: Added libdivide zlib licenseGanesh Kathiresan2020-11-102-0/+21
| * ENH: Added libdivide headerGanesh Kathiresan2020-11-081-0/+2079
* | Merge pull request #17791 from seiko2plus/bld_ci_undefMatti Picus2020-12-022-5/+15
|\ \
| * | BLD: Enable Werror=undef in travisSayed Adel2020-11-172-5/+15
* | | MAINT: Update master after 1.20.x branch.v1.21.0.dev0Charles Harris2020-11-271-0/+1
* | | MAINT: Prepare for the NumPy 1.20.x branch.Charles Harris2020-11-261-1/+1
* | | ENH,API: Store exported buffer info on the array (#16938)Sebastian Berg2020-11-262-1/+14
* | | MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-1/+15
|/ /
* | MAINT: reorder `Python.h` to suppress warning 'declaration of 'struct timespec*'Sayed Adel2020-11-032-7/+5
|/
* Merge pull request #17137 from seberg/restructure-dtype-promotionMatti Picus2020-09-221-0/+6
|\
| * API,MAINT: Rewrite promotion using common DType and common instanceSebastian Berg2020-09-021-0/+6
* | ENH: Add PyLong_AsInt function.Charles Harris2020-09-211-0/+25
* | MAINT: Replace remaining PyString macros.Charles Harris2020-09-111-5/+4
* | Merge pull request #17154 from eric-wieser/remove-PyCObject-refsCharles Harris2020-09-071-2/+2
|\ \ | |/ |/|
| * DOC: Remove references to PyCObjectEric Wieser2020-08-241-2/+2
* | Merge pull request #17160 from eric-wieser/tidy-more-PyStringSebastian Berg2020-08-271-2/+1
|\ \
| * | MAINT: Remove references to PyStringObjectEric Wieser2020-08-251-2/+1
| |/
* | MAINT: Remove NPY_COPY_PYOBJECT_PTREric Wieser2020-08-261-3/+0
|/
* Merge pull request #16899 from tacaswell/mnt_more_py310Charles Harris2020-07-181-0/+2
|\
| * MNT: also use Py_SET_REFCNT instead of Py_REFCNTThomas A Caswell2020-07-181-0/+2
* | Merge pull request #16532 from seberg/delete-sigint-handlingMatti Picus2020-07-171-76/+15
|\ \ | |/ |/|
| * BUG: Remove non-threadsafe sigint handling from fft calculationSebastian Berg2020-06-251-76/+15
* | Merge pull request #16397 from seiko2plus/implement_npyvMatti Picus2020-07-101-0/+8
|\ \
| * | SEQ([1/4]): Fix NPY_FINLINE failbackSayed Adel2020-07-081-1/+1
| * | ENH: [1/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-081-0/+8
* | | MAINT: Try to clean up headers a bitSebastian Berg2020-07-081-2/+0
* | | MAINT: Undo some header changes...Sebastian Berg2020-07-081-8/+2
* | | Fixups/comments for compiler warningsSebastian Berg2020-07-081-0/+5
* | | Fixup for scalar kind, and ensure OBJECT is special for assignmentSebastian Berg2020-07-081-3/+9
* | | WIP: Seems pretty good, but needs cleaning up...Sebastian Berg2020-07-081-2/+1
* | | Use new mechanism for np.asarray, and hopefully get void right, harSebastian Berg2020-07-081-2/+11
* | | WIP: Make things work by using AdaptFlexibleDType (without obj) for nowSebastian Berg2020-07-081-0/+4
* | | Close to the first working setupSebastian Berg2020-07-081-3/+5
* | | WIP: Further steps toward new coercion, start with making discovery python av...Sebastian Berg2020-07-081-2/+7
* | | BLD Add CPU entry for Emscripten / WebAssemblyRoman Yurchak2020-06-282-1/+6
|/ /
* | ENH: [4/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-152-12/+25
|/
* MAINT: make Py_SET_SIZE and Py_SET_TYPE macros a bit safer (#16501)Thomas A Caswell2020-06-061-2/+2
* Merge pull request #16389 from seberg/hardcode-scalar-buffersMatti Picus2020-06-041-0/+1
|\
| * ENH: Hardcode buffer handling for simple scalarsSebastian Berg2020-05-311-0/+1
* | ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334)Raghuveer Devulapalli2020-05-311-0/+7
* | investigate into warning usage, fixes deprecated warnforfun2020-05-301-2/+1
* | Merge pull request #16417 from tacaswell/fix_py310_compatCharles Harris2020-05-291-0/+9
|\ \