File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11Changelog for python-chess
22==========================
33
4- Upcoming in v1.3.4
5- ------------------
6-
7- Bugfixes:
8-
9- * Recover from invalid UTF-8 sent by an UCI engine, by ignoring that
10- (and only that) line.
4+ New in v1.4.0
5+ -------------
116
127New features:
138
149* Let ``chess.pgn.GameNode.eval() `` accept PGN comments like
1510 ``[%eval 2.5,11] ``, meaning 250 centipawns at depth 11.
1611 Use ``chess.pgn.GameNode.eval_depth() `` and
1712 ``chess.pgn.GameNode.set_eval(..., depth) `` to get and set the depth.
18- * Read and write PGN comments with millisecond precision
13+ * Read and write PGN comments with millisecond precision like
1914 ``[%clk 1:23:45.678] ``.
2015
16+ Changes:
17+
18+ * Recover from invalid UTF-8 sent by an UCI engine, by ignoring that
19+ (and only that) line.
20+
2121New in v1.3.3
2222-------------
2323
Original file line number Diff line number Diff line change 2727
2828__email__ = "niklas.fiekas@backscattering.de"
2929
30- __version__ = "1.3.3 "
30+ __version__ = "1.4.0 "
3131
3232import collections
3333import copy
You can’t perform that action at this time.
0 commit comments