diff --git a/changelog.txt b/changelog.txt index 8e6eb66e2b..73becb9f07 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,12 @@ -v0.31.0-rc2 (2024-04-16) +v0.31.0-rc3 (2024-05-29) +~~~~~~~ +* The `WDLDrawRateTarget` option now accepts the value 0 (new default) to retain + raw WDL values if `WDLCalibrationElo` is set to 0 (default). +* Improvements to the verbose move stats if `WDLEvalObjectivity is used. +* The centipawn score is displayed by default for old nets without WDL output. +* Some build system improvements. + +v0.31.0-rc2 (2024-04-16) ~~~~~~~ * Changed cuda compilation options to use `-arch=native` or `-arch=all-major` if no specific version is requested, with fallback for older cuda that don't diff --git a/src/version.inc b/src/version.inc index 2b8f4a8818..09dc9663d8 100644 --- a/src/version.inc +++ b/src/version.inc @@ -1,4 +1,4 @@ #define LC0_VERSION_MAJOR 0 #define LC0_VERSION_MINOR 31 #define LC0_VERSION_PATCH 0 -#define LC0_VERSION_POSTFIX "rc2" +#define LC0_VERSION_POSTFIX "rc3"