Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@N-Wouda N-Wouda released this 21 Oct 21:12
· 1 commit to master since this release

This release updates alns to use the Generator class inside numpy.random, rather than the now deprecated RandomState. As such, any arguments that used to take a RandomState now take a Generator, and the argument name has been changed to rng to account for this. No other breaking changes have been made.

What's Changed

Full Changelog: v6.0.0...v7.0.0