Skip to content

Releases: shaggysa/lib_sudoku

Slightly improved speed by moving all "working functions" to use arrays rather than vectors.

25 Sep 01:32

Choose a tag to compare

The user-facing functions should still return the same values, so this hopefully shouldn't break anything.

PyPi release with incremented version number

24 Aug 16:10

Choose a tag to compare

V2.1.2

increment version number

Bug Fix

24 Aug 16:02

Choose a tag to compare

Fixes a bug that caused the get_unsolved_puzz method to return the solved puzzle instead.

This does not affect the speedtest method because it directly indexes the unsolved/solved puzzle vectors.

Minor Fixes

24 Aug 13:49

Choose a tag to compare

Full Changelog: V2.0...V2.1.0

Critical Stability Fix

22 Aug 02:01

Choose a tag to compare

Primarily fixes a bug that caused the solver to hang indefinitely when given an illegal puzzle.

Full Changelog: V1.6...V2.0

Add project links to PyPi

12 Aug 19:27

Choose a tag to compare

Add source code uploading to PyPI

12 Aug 19:19

Choose a tag to compare

Add python 3.13 support to pre-built wheels

12 Aug 17:28

Choose a tag to compare