Skip to content

Commit

Permalink
Bump for rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilps committed Feb 17, 2021
1 parent 02b068f commit 94f6dd9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
v0.27.0-rc1 (2021-02-06)
v0.27.0-rc2 (2021-02-18)
~~~~~~~
* Fix additional cases where 'invalid move' could be incorrectly reported.
* Replace WDL softmax in cudnn backend with same implementation as cuda
backend. This fixes some inaccuracy issues that were causing training
data to be rejected at a fairly low frequency.
* Ensure that training data Q/D pairs form valid WDL targets even if there
is accumulated drift in calculation.
* Fix for the calculation of the 'best q is proven' bit in training data.
* Multiple fixes for timelosses and infinite instamoving in smooth time
manager. Smooth time manager now made default after these fixes.

v0.27.0-rc1 (2021-02-06)
~~~~~~~
* Fix a bug which meant `position ... moves ...` didn't work if the moves
went off the end of the existing tree.
Expand Down
2 changes: 1 addition & 1 deletion src/version.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define LC0_VERSION_MAJOR 0
#define LC0_VERSION_MINOR 27
#define LC0_VERSION_PATCH 0
#define LC0_VERSION_POSTFIX "rc1"
#define LC0_VERSION_POSTFIX "rc2"

0 comments on commit 94f6dd9

Please sign in to comment.