Releases: N-Wouda/ALNS
Releases · N-Wouda/ALNS
v7.0.0
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
v6.0.0
v5.3.2
Full Changelog: v5.3.1...v5.3.2
v5.3.1
What's Changed
- Use Ruff instead of flake8 and isort by @N-Wouda in #158
- Updating inputs for MABSelector to new types LearningPolicyType and NeighboorhoodPolicyType from the new version of mabwiser by @AshishPvjs in #162
New Contributors
- @AshishPvjs made their first contribution in #162
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
- Adaptive threshold acceptance by @TeoSkondras in #156
New Contributors
- @TeoSkondras made their first contribution in #156
Full Changelog: v5.2.0...v5.3.0
v5.2.0
v5.1.0
What's Changed
- Add citation metadata by @N-Wouda in #139
- Add documentation build steps, move doc dependencies into pyproject.toml by @N-Wouda in #143
- Fix bug in RCPSP example by @SleepyBag in #147
- Add Protocols for most base classes by @N-Wouda in #150
New Contributors
- @SleepyBag made their first contribution in #147
Full Changelog: v5.0.4...v5.1.0