summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-12-23 17:06:49 +0200
committermattip <matti.picus@gmail.com>2019-12-23 17:15:36 +0200
commit246b72b1c0c4e9aed592ab69231df4eb09bb5966 (patch)
tree1c4cfb216f1c57d45d2640e659fea5093875ea58 /doc
parent53a0cac27dfb59eedf57b4f5aba4e3919af48556 (diff)
downloadnumpy-246b72b1c0c4e9aed592ab69231df4eb09bb5966.tar.gz
DOC: add moved modules to 1.18 release note
Diffstat (limited to 'doc')
-rw-r--r--doc/source/release/1.18.0-notes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/release/1.18.0-notes.rst b/doc/source/release/1.18.0-notes.rst
index 9ca742eab..7d8102d08 100644
--- a/doc/source/release/1.18.0-notes.rst
+++ b/doc/source/release/1.18.0-notes.rst
@@ -199,6 +199,14 @@ exception will require adaptation, and code that mistakenly called
``numpy.nanmax`` and ``numpy.nanmin``.
(`gh-14841 <https://github.com/numpy/numpy/pull/14841>`__)
+Moved modules in ``numpy.random``
+---------------------------------
+As part of the API cleanup, the submodules in ``numpy.random``
+``bit_generator``, ``philox``, ``pcg64``, ``sfc64, ``common``, ``generator``,
+and ``bounded_integers`` were moved to ``_bit_generator``, ``_philox``,
+``_pcg64``, ``_sfc64, ``_common``, ``_generator``, and ``_bounded_integers``
+respectively to indicate that they are not part of the public interface.
+
C API changes
=============