We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once cython 3.0.0 lands:
cython
language_level
3str
cython>=3.0
conda
warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
See https://github.com/cython/cython/milestone/58
The text was updated successfully, but these errors were encountered:
In order to maintain a backlog of relevant issues, we automatically label them as stale after 500 days of inactivity.
If this issue is still important to you, then please comment on this issue and the stale label will be removed.
Otherwise this issue will be automatically closed in 28 days time.
Sorry, something went wrong.
No branches or pull requests
Once
cython
3.0.0 lands:cython
language_level
compiler directive (3str
will be the default behaviour)cython>=3.0
forconda
and PyPI depswarning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
, seeSee https://github.com/cython/cython/milestone/58
The text was updated successfully, but these errors were encountered: