File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,26 @@ Upcoming in the next release
6
6
7
7
Changes:
8
8
9
- * Dropped support for Python 3.7, which had reached its end of life.
10
- * `chess.engine.EventLoopPolicy ` is no longer needed and now merely an alias
9
+ * Drop support for Python 3.7, which has reached its end of life.
10
+ * `` chess.engine.EventLoopPolicy ` ` is no longer needed and now merely an alias
11
11
for the default event loop policy.
12
+ * If available and requested via ``setpgrp ``, use ``process_group `` support
13
+ from Python 3.11 for engine processes.
14
+ * No longer eagerly reject 8 piece positions in ``chess.syzygy ``, so that
15
+ some 8 piece positions with decisive captures can be probed successfully.
16
+ * The string wrapper returned by ``chess.svg `` functions now also implements
17
+ ``_repr_html_ ``.
18
+
19
+ New features:
20
+
21
+ * Add ``chess.pgn.Game.time_control() `` and related data models.
22
+ * Add model ``sf16.1 `` for ``chess.engine.Score.wdl() ``, the new default.
23
+
24
+ Bugfixes:
25
+
26
+ * Fix handling of whitespace in UCI engine communication.
27
+ * For ``chess.Board.epd() `` and ``chess.Board.set_epd() ``, require that EPD
28
+ opcodes start with a letter.
12
29
13
30
New in v1.10.0 (27th Jul 2023)
14
31
------------------------------
You can’t perform that action at this time.
0 commit comments