| Commit message (Expand) | Author | Age | Files | Lines |
* | FIX: random: C linkage for random distributions | Nicholas McKibben | 2021-01-30 | 1 | -0/+8 |
* | MAINT: Move modref definition into setup.py | Sebastian Berg | 2021-01-07 | 1 | -10/+0 |
* | MAINT: CPUs that support unaligned access. (#18065) | Chunlin | 2021-01-05 | 2 | -12/+10 |
* | SIMD: Replace raw SIMD of sin/cos with NPYV | Sayed Adel | 2020-12-26 | 1 | -9/+0 |
* | add strong alignment definition.which can be used in other areas. | Qiyu8 | 2020-12-16 | 2 | -3/+8 |
* | add ARMV7 macro define header in order to prevent bus error. | Qiyu8 | 2020-12-15 | 1 | -0/+3 |
* | BUG: merging PR to use -Werror=undef broke another PR | mattip | 2020-12-03 | 1 | -1/+3 |
* | Merge pull request #17727 from ganesh-k13/enh_14959-libdivide | Matti Picus | 2020-12-02 | 2 | -0/+2100 |
|\ |
|
| * | ENH: Added libdivide zlib license | Ganesh Kathiresan | 2020-11-10 | 2 | -0/+21 |
| * | ENH: Added libdivide header | Ganesh Kathiresan | 2020-11-08 | 1 | -0/+2079 |
* | | Merge pull request #17791 from seiko2plus/bld_ci_undef | Matti Picus | 2020-12-02 | 2 | -5/+15 |
|\ \ |
|
| * | | BLD: Enable Werror=undef in travis | Sayed Adel | 2020-11-17 | 2 | -5/+15 |
* | | | MAINT: Update master after 1.20.x branch.v1.21.0.dev0 | Charles Harris | 2020-11-27 | 1 | -0/+1 |
* | | | MAINT: Prepare for the NumPy 1.20.x branch. | Charles Harris | 2020-11-26 | 1 | -1/+1 |
* | | | ENH,API: Store exported buffer info on the array (#16938) | Sebastian Berg | 2020-11-26 | 2 | -1/+14 |
* | | | MAINT: Rewrite can-cast logic in terms of NEP 42 | Sebastian Berg | 2020-11-24 | 1 | -1/+15 |
|/ / |
|
* | | MAINT: reorder `Python.h` to suppress warning 'declaration of 'struct timespec*' | Sayed Adel | 2020-11-03 | 2 | -7/+5 |
|/ |
|
* | Merge pull request #17137 from seberg/restructure-dtype-promotion | Matti Picus | 2020-09-22 | 1 | -0/+6 |
|\ |
|
| * | API,MAINT: Rewrite promotion using common DType and common instance | Sebastian Berg | 2020-09-02 | 1 | -0/+6 |
* | | ENH: Add PyLong_AsInt function. | Charles Harris | 2020-09-21 | 1 | -0/+25 |
* | | MAINT: Replace remaining PyString macros. | Charles Harris | 2020-09-11 | 1 | -5/+4 |
* | | Merge pull request #17154 from eric-wieser/remove-PyCObject-refs | Charles Harris | 2020-09-07 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | DOC: Remove references to PyCObject | Eric Wieser | 2020-08-24 | 1 | -2/+2 |
* | | Merge pull request #17160 from eric-wieser/tidy-more-PyString | Sebastian Berg | 2020-08-27 | 1 | -2/+1 |
|\ \ |
|
| * | | MAINT: Remove references to PyStringObject | Eric Wieser | 2020-08-25 | 1 | -2/+1 |
| |/ |
|
* | | MAINT: Remove NPY_COPY_PYOBJECT_PTR | Eric Wieser | 2020-08-26 | 1 | -3/+0 |
|/ |
|
* | Merge pull request #16899 from tacaswell/mnt_more_py310 | Charles Harris | 2020-07-18 | 1 | -0/+2 |
|\ |
|
| * | MNT: also use Py_SET_REFCNT instead of Py_REFCNT | Thomas A Caswell | 2020-07-18 | 1 | -0/+2 |
* | | Merge pull request #16532 from seberg/delete-sigint-handling | Matti Picus | 2020-07-17 | 1 | -76/+15 |
|\ \
| |/
|/| |
|
| * | BUG: Remove non-threadsafe sigint handling from fft calculation | Sebastian Berg | 2020-06-25 | 1 | -76/+15 |
* | | Merge pull request #16397 from seiko2plus/implement_npyv | Matti Picus | 2020-07-10 | 1 | -0/+8 |
|\ \ |
|
| * | | SEQ([1/4]): Fix NPY_FINLINE failback | Sayed Adel | 2020-07-08 | 1 | -1/+1 |
| * | | ENH: [1/4] implement the NumPy C SIMD vectorization interface | Sayed Adel | 2020-07-08 | 1 | -0/+8 |
* | | | MAINT: Try to clean up headers a bit | Sebastian Berg | 2020-07-08 | 1 | -2/+0 |
* | | | MAINT: Undo some header changes... | Sebastian Berg | 2020-07-08 | 1 | -8/+2 |
* | | | Fixups/comments for compiler warnings | Sebastian Berg | 2020-07-08 | 1 | -0/+5 |
* | | | Fixup for scalar kind, and ensure OBJECT is special for assignment | Sebastian Berg | 2020-07-08 | 1 | -3/+9 |
* | | | WIP: Seems pretty good, but needs cleaning up... | Sebastian Berg | 2020-07-08 | 1 | -2/+1 |
* | | | Use new mechanism for np.asarray, and hopefully get void right, har | Sebastian Berg | 2020-07-08 | 1 | -2/+11 |
* | | | WIP: Make things work by using AdaptFlexibleDType (without obj) for now | Sebastian Berg | 2020-07-08 | 1 | -0/+4 |
* | | | Close to the first working setup | Sebastian Berg | 2020-07-08 | 1 | -3/+5 |
* | | | WIP: Further steps toward new coercion, start with making discovery python av... | Sebastian Berg | 2020-07-08 | 1 | -2/+7 |
* | | | BLD Add CPU entry for Emscripten / WebAssembly | Roman Yurchak | 2020-06-28 | 2 | -1/+6 |
|/ / |
|
* | | ENH: [4/7] enable multi-platform SIMD compiler optimizations | Sayed Adel | 2020-06-15 | 2 | -12/+25 |
|/ |
|
* | MAINT: make Py_SET_SIZE and Py_SET_TYPE macros a bit safer (#16501) | Thomas A Caswell | 2020-06-06 | 1 | -2/+2 |
* | Merge pull request #16389 from seberg/hardcode-scalar-buffers | Matti Picus | 2020-06-04 | 1 | -0/+1 |
|\ |
|
| * | ENH: Hardcode buffer handling for simple scalars | Sebastian Berg | 2020-05-31 | 1 | -0/+1 |
* | | ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334) | Raghuveer Devulapalli | 2020-05-31 | 1 | -0/+7 |
* | | investigate into warning usage, fixes deprecated warn | forfun | 2020-05-30 | 1 | -2/+1 |
* | | Merge pull request #16417 from tacaswell/fix_py310_compat | Charles Harris | 2020-05-29 | 1 | -0/+9 |
|\ \ |
|