8000 MAINT: backport Cython API cleanup to 1.17.x, remove docs by rgommers · Pull Request #14593 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

MAINT: backport Cython API cleanup to 1.17.x, remove docs #14593

New issue

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

Merged
merged 4 commits into from
Nov 19, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: add note on numpy.random Cython API removal to 1.17.3 relnotes
  • Loading branch information
rgommers authored and mattip committed Nov 18, 2019
commit 281ee32c14082ea61b1df938ff0de1a94564c13e
4 changes: 4 additions & 0 deletions doc/release/1.17.3-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Compatibility notes
===================

- The seldom used ``PyArray_DescrCheck`` macro has been changed/fixed.
The use of the new ``numpy.random`` features from Cython and Numba
was broken in 1.17.0-1.17.2 and has been removed completely.
We plan to reintroduce it in 1.18.0



Contributors
Expand Down
0