Skip to content

v9.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 09:19
· 202 commits to master since this release

v9.0.3 (2024-02-08)

Chore

  • chore: modernize ruff configuration to work with ruff >= 0.2 (613d240)

Fix

  • fix(algorithm): correct bfs to not abort on previously visited node (02df305)

Performance

  • perf(algorithm): refactor bfs search to use queue rather than recursion (8b742d3)

Style

Test

  • test(algorithm): add bfs unit test on fake git history (2c8a36e)