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 https://github.com/N-Wouda/ALNS/pull/174
* Run notebooks for docs by N-Wouda in https://github.com/N-Wouda/ALNS/pull/175
* Replace RandomState with Generator by leonlan in https://github.com/N-Wouda/ALNS/pull/173
* Sometimes run with and without MABWiser by N-Wouda in https://github.com/N-Wouda/ALNS/pull/176
**Full Changelog**: https://github.com/N-Wouda/ALNS/compare/v6.0.0...v7.0.0