summaryrefslogtreecommitdiff
path: root/numpy/__init__.pxd
Commit message (Expand)AuthorAgeFilesLines
* API: (cython) remove `long_t` and `ulong_t`Sebastian Berg2022-11-211-2/+0
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-2/+1
* DEP: Disable PyUFunc_GenericFunction and PyUFunc_SetUsesArraysAsDataSebastian Berg2021-03-291-2/+0
* Merge pull request #17150 from eric-wieser/cython-isinstanceSebastian Berg2020-09-121-0/+23
|\
| * ENH: Add support for the abstract scalars to cython codeEric Wieser2020-08-241-0/+23
* | BUG: Fix incorrect cython definition of npy_cfloatEric Wieser2020-08-241-2/+2
|/
* ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986)scoder2020-08-051-79/+4
* BUG: Fix PyArray_SearchSorted signature.Charles Harris2020-07-011-1/+1
* 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
|\
| * 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