Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@salt-die salt-die released this 29 Nov 15:58
· 26 commits to main since this release

1.0.0!

After a surviving last year's Advent of Code with aoc_lube, I now consider this stable.

Changes:

  • Source has been formatted and linted with ruff.
  • Dependencies are updated to newest versions.

Changes in utils:

  • Deltas class replaced with GRID_NEIGHBORHOODS dictionary.
  • inbounds_steps renamed to grid_steps.
  • pairwise_cycle renamed sliding_window_cycle.