N-Wouda / ALNS

Adaptive large neighbourhood search (and more!) in Python.
https://alns.readthedocs.io/en/latest/
MIT License
421 stars 122 forks source link

Updating inputs for MABSelector to new types LearningPolicyType and NeighboorhoodPolicyType from the new version of mabwiser #162

Closed AshishPvjs closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #162 (1ad4f77) into master (1960a0e) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #162   +/-   ##
=======================================
  Coverage   99.46%   99.46%           
=======================================
  Files          30       30           
  Lines         747      747           
=======================================
  Hits          743      743           
  Misses          4        4           
Files Changed Coverage Δ
alns/select/MABSelector.py 92.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

AshishPvjs commented 1 year ago

@skadio

AshishPvjs commented 1 year ago

Thank you @N-Wouda.

skadio commented 1 year ago

thank you as well @AshishPvjs --also for making the change in MABWiser side

N-Wouda commented 1 year ago

New release is underway: https://github.com/N-Wouda/ALNS/actions/runs/5755818928. Should hit PyPI in a few minutes! 🚀

N-Wouda commented 1 year ago

alns==5.3.1 now requires mabwiser >= 2.7.1!