8000 ENH: expose `bit_generator` and random C-API to cython by mattip · Pull Request #15463 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: expose bit_generator and random C-API to cython #15463

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 11 commits into from
Mar 16, 2020
Merged
Prev Previous commit
Next Next commit
DOC: add release note about moving bit_generator
  • Loading branch information
mattip committed Feb 24, 2020
commit ce13211fb9dfce2b514d4ebf153c6ff0c9eba7f3
6 changes: 6 additions & 0 deletions doc/release/upcoming_changes/15463.change.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
``numpy.random._bit_generator`` moved to ``numpy.random.bit_generator``
-----------------------------------------------------------------------

In order to expose `numpy.random.BitGenerator` and `numpy.random.SeedSequence`
to cython, the ``_bitgenerator`` module is now public as
`numpy.random.bit_generator`
0