Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 550 Bytes

File metadata and controls

12 lines (8 loc) · 550 Bytes

Changelog

[0.2.0] - 2025-10-05

  • ✨ SOTA canonicalization: D4 (rotation/flip) × band/stack permutations × inner row/column swaps × greedy digit relabeling produce a stable 81-character canonical form.
  • 🧹 CLI dedupe command: sudoku-dlx dedupe --in puzzles.txt --out unique.txt removes isomorphic duplicates quickly.
  • 🧪 Expanded tests covering band/stack permutations and inner swaps; continuous integration remains green.
  • 📚 README and CLI help refreshed to document the new tooling.

[0.1.0] - 2024-??

  • Initial release.