diff options
author | mattip <matti.picus@gmail.com> | 2019-12-23 19:19:01 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-12-23 19:19:01 +0200 |
commit | ed393b8c5bb1891290e7601b0025690b14ecf858 (patch) | |
tree | 939f7cc2ccf620ea696e901f345e4ca3395b5498 | |
parent | 246b72b1c0c4e9aed592ab69231df4eb09bb5966 (diff) | |
download | numpy-ed393b8c5bb1891290e7601b0025690b14ecf858.tar.gz |
DOC: add PR for note
-rw-r--r-- | doc/source/release/1.18.0-notes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/release/1.18.0-notes.rst b/doc/source/release/1.18.0-notes.rst index 7d8102d08..24aa94445 100644 --- a/doc/source/release/1.18.0-notes.rst +++ b/doc/source/release/1.18.0-notes.rst @@ -206,6 +206,7 @@ As part of the API cleanup, the submodules in ``numpy.random`` 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. +(`gh-14608 <https://github.com/numpy/numpy/pull/14608>`__) C API changes |