Skip to content

Commit 4f97229

Browse files
authored
Merge pull request numpy#15156 from mattip/issue-15152
DOC: add moved modules to 1.18 release note
2 parents 0799ab9 + ed393b8 commit 4f97229

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/source/release/1.18.0-notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,15 @@ exception will require adaptation, and code that mistakenly called
199199
``numpy.nanmax`` and ``numpy.nanmin``.
200200
(`gh-14841 <https://github.com/numpy/numpy/pull/14841>`__)
201201

202+
Moved modules in ``numpy.random``
203+
---------------------------------
204+
As part of the API cleanup, the submodules in ``numpy.random``
205+
``bit_generator``, ``philox``, ``pcg64``, ``sfc64, ``common``, ``generator``,
206+
and ``bounded_integers`` were moved to ``_bit_generator``, ``_philox``,
207+
``_pcg64``, ``_sfc64, ``_common``, ``_generator``, and ``_bounded_integers``
208+
respectively to indicate that they are not part of the public interface.
209+
(`gh-14608 <https://github.com/numpy/numpy/pull/14608>`__)
210+
202211

203212
C API changes
204213
=============

0 commit comments

Comments
 (0)