diff options
Diffstat (limited to 'doc/release/upcoming_changes/22014.improvement.rst')
| -rw-r--r-- | doc/release/upcoming_changes/22014.improvement.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/release/upcoming_changes/22014.improvement.rst b/doc/release/upcoming_changes/22014.improvement.rst deleted file mode 100644 index b32590c85..000000000 --- a/doc/release/upcoming_changes/22014.improvement.rst +++ /dev/null @@ -1,10 +0,0 @@ -Added pickle support for third-party BitGenerators --------------------------------------------------- - -The pickle format for bit generators was extended to allow each bit generator -to supply its own constructor when during pickling. Previous versions of NumPy -only supported unpickling ``Generator`` instances created with one of the core set -of bit generators supplied with NumPy. Attempting to unpickle a ``Generator`` -that used a third-party bit generators would fail since the constructor used during -the unpickling was only aware of the bit generators included in NumPy. - |
