Releases: atw1020/sente
Releases · atw1020/sente
v0.4.3
Release 0.4.2
Release 0.4.1
Fixes Huge Memory Leak in Internal Tree Structure
Release 0.4.0
Major Changes
- Support for GTP (Go Text Protocol) Added
- Internal coordinates of moves switched from "print friendly" to "SGF-like."
- Updated from C++11 to C++20 (thus far, only C++17 features are used)
Release 0.3.1
- SGF Parsing Bug fixes
- Replaces Errors caused by invalid SGF files with warnings
- Added
get_all_sequences()
method to get all the variations from the current node - Made
get_default_branch()
return the sequence continuing from the current node instead of the global default sequence
New SGF Parser
Substantially updated the SGF Parser.
- Added Support for Korean Rules
- Implemented Stricter SGF Parser
- Added ability to edit Game comments
- Fixed Some SGF Parsing Bugs
Add NumPy conversion code
added basic functionality to convert a board to a NumPy Array for use in AIs.
fixed upload scripts
0.1.6 update version.txt
Wheels build on Linux and Windows
first version to have working wheels for windows and Linux. pip installation still seems to be patchy though