Skip to content

Commit 246b72b

Browse files
committed
DOC: add moved modules to 1.18 release note
1 parent 53a0cac commit 246b72b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/release/1.18.0-notes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,14 @@ 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+
202210

203211
C API changes
204212
=============

0 commit comments

Comments
 (0)