Skip to content

python-chess v0.27.2

Compare
Choose a tag to compare
@niklasf niklasf released this 16 Mar 12:25
· 1053 commits to master since this release
v0.27.2
Bugfixes:

* `chess.engine.XBoardProtocol.play()` was searching 100 times longer than
  intended when using `chess.engine.Limit.time`, and searching 100 times more
  nodes than intended when using `chess.engine.Limit.nodes`. Thanks @pascalgeo.