File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Changelog for python-chess
22==========================
33
4- Upcoming in the next release
5- ----------------------------
4+ New in v1.5.0
5+ -------------
66
77Bugfixes:
88
99* Fixed typing of ``chess.pgn.Mainline.__reversed__() ``. It is now a generator,
1010 and ``chess.pgn.ReverseMainline `` has been **removed **.
1111 This is a breaking change but a required bugfix.
12- * Implement **ponderhit ** for consecutive pondering calls to
12+ * Implement UCI **ponderhit ** for consecutive calls to
1313 ``chess.engine.Protocol.play(..., ponder=True) ``. Previously, the pondering
1414 search was always stopped and restarted.
1515* Provide the full move stack, not just the position, for UCI pondering.
Original file line number Diff line number Diff line change 2727
2828__email__ = "niklas.fiekas@backscattering.de"
2929
30- __version__ = "1.4 .0"
30+ __version__ = "1.5 .0"
3131
3232import collections
3333import copy
You can’t perform that action at this time.
0 commit comments