Skip to content

Releases: atw1020/sente

v0.4.3

21 Oct 13:44
Compare
Choose a tag to compare
  • Add support for Adding stones by passing python sets to sente.play
  • Fixes #45
  • Changed argument order for sente.Move() constructor
  • Switch sente.Move() constructor to external indices
  • Fix a bug with vertex printing & GTP interface

Release 0.4.2

24 May 22:43
Compare
Choose a tag to compare
Release 0.4.2 Pre-release
Pre-release
  • Removes the sente.Results object and replaces it with a dictionary (Issue #29)
  • Adds a more readable stringification function for moves (Issue #28)

Release 0.4.1

07 Jan 18:39
Compare
Choose a tag to compare
Release 0.4.1 Pre-release
Pre-release

Fixes Huge Memory Leak in Internal Tree Structure

Release 0.4.0

06 Jan 02:01
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release

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

12 Sep 02:22
Compare
Choose a tag to compare
Release 0.3.1 Pre-release
Pre-release
  • 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

10 Sep 23:34
1cd37fd
Compare
Choose a tag to compare
New SGF Parser Pre-release
Pre-release

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

21 Aug 22:41
Compare
Choose a tag to compare
Pre-release

added basic functionality to convert a board to a NumPy Array for use in AIs.

fixed upload scripts

15 Aug 02:29
Compare
Choose a tag to compare
fixed upload scripts Pre-release
Pre-release
0.1.6

update version.txt

Wheels build on Linux and Windows

15 Aug 02:23
Compare
Choose a tag to compare
Pre-release

first version to have working wheels for windows and Linux. pip installation still seems to be patchy though

0.1.4

07 Aug 19:57
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

bump version