File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11Changelog for python-chess
22==========================
33
4+ New in v1.3.3
5+ -------------
6+
7+ Bugfixes:
8+
9+ * Fixed unintended collisions and optimized ``chess.Piece.__hash__() ``.
10+ * Fixed false-positive ``chess.STATUS_IMPOSSIBLE_CHECK `` if checkers are
11+ aligned with other king.
12+
13+ Changes:
14+
15+ * Also detect ``chess.STATUS_IMPOSSIBLE_CHECK `` if checker is aligned with
16+ en passant square and king.
17+
18+ New features:
19+
20+ * Implemented Lichess winning chance model for ``chess.engine.Score ``:
21+ ``score.wdl(model="lichess") ``.
22+
423New in v1.3.2
524-------------
625
Original file line number Diff line number Diff line change 2626
2727__email__ = "niklas.fiekas@backscattering.de"
2828
29- __version__ = "1.3.2 "
29+ __version__ = "1.3.3 "
3030
3131import collections
3232import copy
You can’t perform that action at this time.
0 commit comments