summaryrefslogtreecommitdiff
path: root/numpy/__init__.pxd
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17150 from eric-wieser/cython-isinstanceSebastian Berg2020-09-121-0/+23
|\ | | | | ENH: Add support for the abstract scalars to cython code
| * ENH: Add support for the abstract scalars to cython codeEric Wieser2020-08-241-0/+23
| | | | | | | | This makes `isinstance` checks slightly faster
* | BUG: Fix incorrect cython definition of npy_cfloatEric Wieser2020-08-241-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)scoder2020-08-051-79/+4
| | | * Create copy of numpy.pxd for Cython 3.0 changes and improve it.
* BUG: Fix PyArray_SearchSorted signature.Charles Harris2020-07-011-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 CIjbrockmendel2020-05-211-3/+3
|
* Fix np.dtype declarationjbrockmendel2020-05-211-1/+1
|
* troubleshoot CIjbrockmendel2020-05-211-5/+5
|
* move below int64_t declarationjbrockmendel2020-05-211-39/+39
|
* Missing declarationsjbrockmendel2020-05-211-0/+23
|
* Re-order declarationsjbrockmendel2020-05-211-5/+5
|
* ENH: include dt64/td64 isinstance checks in __init__.pxdjbrockmendel2020-05-211-0/+71
|
* BUG: fix signature of PyArray_SearchSorted in __init__.pxdmattip2020-05-131-1/+1
|
* Merge pull request #16170 from mattip/cleanup-pxdCharles Harris2020-05-121-111/+104
|\ | | | | ENH: resync numpy/__init__.pxd with upstream
| * restore improperly removed API functionmattip2020-05-121-4/+4
| |
| * ENH: more carefully review 'nogil'mattip2020-05-071-20/+20
| |
| * ENH: resync numpy/__init__.pxd with upstreammattip2020-05-061-105/+98
| |
* | TST: add tag to __init__.pxd and test that the tag is foundmattip2020-05-061-0/+7
|/
* ENH: supply our version of numpy.pxd, adjust as neededmattip2019-09-041-0/+978