Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Releases: hbldh/sudokuextract

Version 0.8.6

16 Apr 19:45
Compare
Choose a tag to compare
CHanged main function behaviour a bit.

Minor patch for tests

20 Feb 21:28
Compare
Choose a tag to compare

A fix for the test suite to make them work in Python 3.

Version 0.6.0

20 Feb 21:25
Compare
Choose a tag to compare

Changes

  • Simplified, improved blob extraction.
  • Added adaptive block_size for to_binary_adaptive.
  • Added tests that fetch Sudokus from Xanadoku.

Version 0.5.0

20 Feb 21:23
Compare
Choose a tag to compare

Changes

  • Removed hard dependency on scikit-learn.
  • Included an own K-Nearest-Neighbors classifier as default.

Version 0.4.0

17 Feb 21:45
Compare
Choose a tag to compare

First release

Version 0.4.0 marks first release of SudokuExtract, and features a functional solution with somewhat lacking documentation.