summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/14777.compatibility.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/upcoming_changes/14777.compatibility.rst')
-rw-r--r--doc/release/upcoming_changes/14777.compatibility.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/release/upcoming_changes/14777.compatibility.rst b/doc/release/upcoming_changes/14777.compatibility.rst
deleted file mode 100644
index d594463de..000000000
--- a/doc/release/upcoming_changes/14777.compatibility.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Changed random variate stream from `numpy.random.Generator.integers`
---------------------------------------------------------------------
-There was a bug in `numpy.random.Generator.integers` that caused biased
-sampling of 8 and 16 bit integer types. Fixing that bug has changed the
-output stream from what it was in previous releases.