v0.5.1 🚀
Minor release with several QOL improvements
What's Changed
- Implement floyd on tmat_class atsp generation by @abcdhhhh in #226
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #210
- [DOCS] Modify url in example/1-quickstart.ipynb by @falconlee236 in #215
- TSPLIB and CVRPLIB testing notebooks
- Automatically enable sampling if
num_samples
>1 - Update
Spec
names according totorchrl>=0.6.0
- Now actions are automatically returned by default, no need to specify
return_actions=True
- Fix edge cases for
SDPA
#228 - PCTSP distribution problem fix
New Contributors
- @falconlee236 made their first contribution in #215
- @abcdhhhh made their first contribution in #226
Full Changelog: v0.5.0...v0.5.1