summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | MNT: be more precise about version supportThomas A Caswell2020-05-291-5/+8
| * | MNT: define macros supplied in py39 and aboveThomas A Caswell2020-05-291-0/+6
* | | BUG: Add extern to PyArrayDTypeMeta_Type declarationSebastian Berg2020-05-291-1/+1
|/ /
* | Merge pull request #15508 from seberg/dtypemeta-newMatti Picus2020-05-271-0/+71
|\ \ | |/ |/|
| * small fixups/name changesSebastian Berg2020-03-181-15/+8
| * Use "parametric" instead of "flexible" and add tests for attributesSebastian Berg2020-03-181-4/+4
| * API: Create Preliminary DTypeMeta class and np.dtype subclassesSebastian Berg2020-03-181-0/+78
* | REL: Update master after 1.19.x branch.Charles Harris2020-05-171-0/+1
* | DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
* | Merge pull request #15648 from xiegengxin/avx512-exp-float64Matti Picus2020-04-231-47/+0
|\ \
| * | MANIT: Move lookup table and constants to new header fileGengxin Xie2020-03-181-132/+0
| * | MAINT: avx512 implementation with intrinsic for float64 np.exp()Gengxin Xie2020-03-041-0/+85
| |/
* | MAINT: Remove 0d check for PyArray_ISONESEGMENTAnirudh Subramanian2020-04-151-3/+2
|/
* BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apisEric Wieser2020-02-081-1/+7
* MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-211-2/+2
* BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()Eric Wieser2020-01-141-0/+16
* MAINT: Cleaning up more PY_VERSION_HEXSeth Troisi2020-01-063-68/+6