summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/16986.improvement.rst
blob: 391322d9db99e097aeb060b2b48a42f087f486ab (plain)
1
2
3
4
5
6
7
Add NumPy declarations for Cython 3.0 and later
-----------------------------------------------

The pxd declarations for Cython 3.0 were improved to avoid using deprecated
NumPy C-API features.  Extension modules built with Cython 3.0+ that use NumPy
can now set the C macro ``NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION`` to avoid
C compiler warnings about deprecated API usage.