File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88- Final compatibility with NumPy 2
99- Minimum NumPy is now 1.22.3.
1010- Removed ``"legacy" `` seeding in favor of using :class: `~numpy.random.SeedSequence `.
11- - Removed the the vendored copy of ``SeedSequence ``.
11+ - Removed the vendored copy of ``SeedSequence ``.
1212- Deprecated using the ``mode `` keyword argument to set the seed mode, since only ``SeedSequences `` are supported.
13- - Changed ``ranomgen .common.BitGenerator `` to inherit from ``numpy.random.BitGenerator `` so that
13+ - Changed ``randomgen .common.BitGenerator `` to inherit from ``numpy.random.BitGenerator `` so that
1414 numpy will recognize these as ``BitGenerators ``.
1515- Removed C distribution functions that are available in NumPy (see libnpyrandom)`.
1616- General code cleanup and modernization.
You can’t perform that action at this time.
0 commit comments