Skip to content

Releases: zeFresk/deep-position-analysis

v1.3 but without bugs (?)

10 Dec 17:17
Compare
Choose a tag to compare

Fixed 3 bugs :

  • Threshold not working as expected
  • Some fens could not be read anymore
  • When exploring multiple games/positions only the last one was saved

v1.3

09 Dec 20:20
Compare
Choose a tag to compare

Finally some more functionalities !

  • Score is now normalized
  • Added --threshold option
  • Now supporting less common fen formats
  • Fixed minor bugs
  • Refactored most of the code

v1.2.1 (Finally bugfree ?)

08 Dec 22:32
Compare
Choose a tag to compare
  • Default behavior switched to not appending foreshadowed continuation to terminal nodes. Use --appending to restore old behavior.
  • Script no longer crashes when the score is not given in centipawns.
  • Fixed major bug which occurred when one player was in checkmate or the position was drawn.
  • Major refactoring of core functions. Script is now 100x times faster at very low nodes count. and slightly faster overall

v1.1

03 Dec 18:33
Compare
Choose a tag to compare
  • Added support of pgn files as suggested by @gvergh
  • Added option '--no-appending' as suggested by @jupiter
  • Output filename is now shorter and clearer

First release

02 Dec 18:19
Compare
Choose a tag to compare

Initial release.

If you think things are missing don't hesitate to point it out by making an issue.
I will try to add it as soon as possible.