Releases: hbldh/dlxsudoku
Releases · hbldh/dlxsudoku
Version 0.10.0
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
This release marks the advent of dlxsudoku
on PyPI.
Version 0.6.0
Features
- Dancing Links algorithms replaces old Brute Force method.
- Changed License from MIT to GNU GPLv2.
Version 0.5.0
Features
- Major refactoring
- Brute force methodology added, not flawless though.
- Much more tests.
Version 0.3.1
Changelist
- More tests (Test coverage of 94%)
- README updates.
- Documentation in code improved.
Version 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%
Version 0.2.0
Features
- Supports Python 2 & 3
- No Numpy dependency