Skip to content

Commit

Permalink
Prepare 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 27, 2020
1 parent 92ece07 commit aae8599
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog for python-chess
==========================

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

Bugfixes:

* Fixed unintended collisions and optimized ``chess.Piece.__hash__()``.
* Fixed false-positive ``chess.STATUS_IMPOSSIBLE_CHECK`` if checkers are
aligned with other king.

Changes:

* Also detect ``chess.STATUS_IMPOSSIBLE_CHECK`` if checker is aligned with
en passant square and king.

New features:

* Implemented Lichess winning chance model for ``chess.engine.Score``:
``score.wdl(model="lichess")``.

New in v1.3.2
-------------

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

__email__ = "niklas.fiekas@backscattering.de"

__version__ = "1.3.2"
__version__ = "1.3.3"

import collections
import copy
Expand Down

0 comments on commit aae8599

Please sign in to comment.