Skip to content

Releases: hbldh/dlxsudoku

Version 0.10.0

04 Mar 10:46
Compare
Choose a tag to compare

Changelist

The calling of Dancing Links solver could potentially generate enormous amounts of data if a Sudoku had many possible solutions. It is now changed to minimize the number of solutions to generate and raise an exception if a second one is detected.
Documentation about terminal entry points.

First version on PyPI

13 Jan 15:17
Compare
Choose a tag to compare

This release marks the advent of dlxsudoku on PyPI.

Version 0.6.0

19 Oct 22:09
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

Features

  • Dancing Links algorithms replaces old Brute Force method.
  • Changed License from MIT to GNU GPLv2.

Version 0.5.0

19 Oct 22:08
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

Features

  • Major refactoring
  • Brute force methodology added, not flawless though.
  • Much more tests.

Version 0.3.1

08 Oct 21:29
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release

Changelist

  • More tests (Test coverage of 94%)
  • README updates.
  • Documentation in code improved.

Version 0.3.0

08 Oct 21:28
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Changelist

  • Refactored completely to solve critical errors present in 0.2.0.
  • Faster solution times.
  • Added hard Sudoku to tests.
  • Tests expanded.
  • Test coverage of 91%

Version 0.2.0

07 Oct 09:41
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Features

  • Supports Python 2 & 3
  • No Numpy dependency