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
- Some textual changes explaining how to get help by @N-Wouda in #174
- Run notebooks for docs by @N-Wouda in #175
- Replace RandomState with Generator by @leonlan in #173
- Sometimes run with and without MABWiser by @N-Wouda in #176
Full Changelog: v6.0.0...v7.0.0