| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | MNT: be more precise about version support | Thomas A Caswell | 2020-05-29 | 1 | -5/+8 |
| * | | MNT: define macros supplied in py39 and above | Thomas A Caswell | 2020-05-29 | 1 | -0/+6 |
* | | | BUG: Add extern to PyArrayDTypeMeta_Type declaration | Sebastian Berg | 2020-05-29 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #15508 from seberg/dtypemeta-new | Matti Picus | 2020-05-27 | 1 | -0/+71 |
|\ \
| |/
|/| |
|
| * | small fixups/name changes | Sebastian Berg | 2020-03-18 | 1 | -15/+8 |
| * | Use "parametric" instead of "flexible" and add tests for attributes | Sebastian Berg | 2020-03-18 | 1 | -4/+4 |
| * | API: Create Preliminary DTypeMeta class and np.dtype subclasses | Sebastian Berg | 2020-03-18 | 1 | -0/+78 |
* | | REL: Update master after 1.19.x branch. | Charles Harris | 2020-05-17 | 1 | -0/+1 |
* | | DOC: Add missing bracket (gh-16051) | Chunlin | 2020-04-25 | 1 | -1/+1 |
* | | Merge pull request #15648 from xiegengxin/avx512-exp-float64 | Matti Picus | 2020-04-23 | 1 | -47/+0 |
|\ \ |
|
| * | | MANIT: Move lookup table and constants to new header file | Gengxin Xie | 2020-03-18 | 1 | -132/+0 |
| * | | MAINT: avx512 implementation with intrinsic for float64 np.exp() | Gengxin Xie | 2020-03-04 | 1 | -0/+85 |
| |/ |
|
* | | MAINT: Remove 0d check for PyArray_ISONESEGMENT | Anirudh Subramanian | 2020-04-15 | 1 | -3/+2 |
|/ |
|
* | BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apis | Eric Wieser | 2020-02-08 | 1 | -1/+7 |
* | MAINT: Const qualify UFunc inner loops (gh-15355) | Kai Striega | 2020-01-21 | 1 | -2/+2 |
* | BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem() | Eric Wieser | 2020-01-14 | 1 | -0/+16 |
* | MAINT: Cleaning up more PY_VERSION_HEX | Seth Troisi | 2020-01-06 | 3 | -68/+6 |