summaryrefslogtreecommitdiff
path: root/numpy/__init__.cython-30.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-0/+1032