Skip to content

Commit

Permalink
Prepare 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 25, 2021
1 parent 9eb6f52 commit c06e8d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
Changelog for python-chess
==========================

Upcoming in v1.3.4
------------------

Bugfixes:

* Recover from invalid UTF-8 sent by an UCI engine, by ignoring that
(and only that) line.
New in v1.4.0
-------------

New features:

* Let ``chess.pgn.GameNode.eval()`` accept PGN comments like
``[%eval 2.5,11]``, meaning 250 centipawns at depth 11.
Use ``chess.pgn.GameNode.eval_depth()`` and
``chess.pgn.GameNode.set_eval(..., depth)`` to get and set the depth.
* Read and write PGN comments with millisecond precision
* Read and write PGN comments with millisecond precision like
``[%clk 1:23:45.678]``.

Changes:

* Recover from invalid UTF-8 sent by an UCI engine, by ignoring that
(and only that) line.

New in v1.3.3
-------------

Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__email__ = "niklas.fiekas@backscattering.de"

__version__ = "1.3.3"
__version__ = "1.4.0"

import collections
import copy
Expand Down

0 comments on commit c06e8d3

Please sign in to comment.