| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #17150 from eric-wieser/cython-isinstance | Sebastian Berg | 2020-09-12 | 1 | -0/+23 |
| |\ | | | | | ENH: Add support for the abstract scalars to cython code | ||||
| | * | ENH: Add support for the abstract scalars to cython code | Eric Wieser | 2020-08-24 | 1 | -0/+23 |
| | | | | | | | | | This makes `isinstance` checks slightly faster | ||||
| * | | BUG: Fix incorrect cython definition of npy_cfloat | Eric Wieser | 2020-08-24 | 1 | -2/+2 |
| |/ | | | | The definition in the numpy headers is a pair of `float`s not `double`s. | ||||
| * | ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986) | scoder | 2020-08-05 | 1 | -79/+4 |
| | | | | * Create copy of numpy.pxd for Cython 3.0 changes and improve it. | ||||
| * | BUG: Fix PyArray_SearchSorted signature. | Charles Harris | 2020-07-01 | 1 | -1/+1 |
| | | | | | | See comment on merged PR #16223. The `perm` variable may be NULL, so cannot be passed as object. | ||||
| * | First stab at tests, try on the CI | jbrockmendel | 2020-05-21 | 1 | -3/+3 |
| | | |||||
| * | Fix np.dtype declaration | jbrockmendel | 2020-05-21 | 1 | -1/+1 |
| | | |||||
| * | troubleshoot CI | jbrockmendel | 2020-05-21 | 1 | -5/+5 |
| | | |||||
| * | move below int64_t declaration | jbrockmendel | 2020-05-21 | 1 | -39/+39 |
| | | |||||
| * | Missing declarations | jbrockmendel | 2020-05-21 | 1 | -0/+23 |
| | | |||||
| * | Re-order declarations | jbrockmendel | 2020-05-21 | 1 | -5/+5 |
| | | |||||
| * | ENH: include dt64/td64 isinstance checks in __init__.pxd | jbrockmendel | 2020-05-21 | 1 | -0/+71 |
| | | |||||
| * | BUG: fix signature of PyArray_SearchSorted in __init__.pxd | mattip | 2020-05-13 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #16170 from mattip/cleanup-pxd | Charles Harris | 2020-05-12 | 1 | -111/+104 |
| |\ | | | | | ENH: resync numpy/__init__.pxd with upstream | ||||
| | * | restore improperly removed API function | mattip | 2020-05-12 | 1 | -4/+4 |
| | | | |||||
| | * | ENH: more carefully review 'nogil' | mattip | 2020-05-07 | 1 | -20/+20 |
| | | | |||||
| | * | ENH: resync numpy/__init__.pxd with upstream | mattip | 2020-05-06 | 1 | -105/+98 |
| | | | |||||
| * | | TST: add tag to __init__.pxd and test that the tag is found | mattip | 2020-05-06 | 1 | -0/+7 |
| |/ | |||||
| * | ENH: supply our version of numpy.pxd, adjust as needed | mattip | 2019-09-04 | 1 | -0/+978 |
