We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcd442 commit fb47ee8Copy full SHA for fb47ee8
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog for python-chess
2
==========================
3
4
+New in v0.27.2
5
+--------------
6
+
7
+Bugfixes:
8
9
+* `chess.engine.XBoardProtocol.play()` was searching 100 times longer than
10
+ intended when using `chess.engine.Limit.time`, and searching 100 times more
11
+ nodes than intended when using `chess.engine.Limit.nodes`. Thanks @pascalgeo.
12
13
New in v0.27.1
14
--------------
15
chess/__init__.py
@@ -26,7 +26,7 @@
26
27
__email__ = "[email protected]"
28
29
-__version__ = "0.27.1"
+__version__ = "0.27.2"
30
31
import collections
32
import collections.abc
0 commit comments