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.
0.9.1
This release marks the advent of `dlxsudoku` on PyPI.
0.6.0
Features - Dancing Links algorithms replaces old Brute Force method. - Changed License from MIT to GNU GPLv2.
0.5.0
Features - Major refactoring - Brute force methodology added, not flawless though. - Much more tests.
0.3.1
Changelist - More tests (Test coverage of 94%) - README updates. - Documentation in code improved.
0.3.0
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%