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 8
8
- Final compatibility with NumPy 2
9
9
- Minimum NumPy is now 1.22.3.
10
10
- 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 ``.
12
12
- 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
14
14
numpy will recognize these as ``BitGenerators ``.
15
15
- Removed C distribution functions that are available in NumPy (see libnpyrandom)`.
16
16
- General code cleanup and modernization.
You can’t perform that action at this time.
0 commit comments