Skip to content

Commit ee68669

Browse files
committed
Mark 0.30.0 final.
1 parent 53fe366 commit ee68669

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

changelog.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
v0.30.0-rc2 (2023-06-15)
1+
v0.30.0 (2023-07-21)
2+
~~~~~~~
3+
* WDL_mu score type is now the default and the mlh-threshold default was
4+
changed from 0 to 0.8.
5+
* Fixes for contempt with infinite search and pondering and for the wdl display
6+
when pondering.
7+
8+
v0.30.0-rc2 (2023-06-15)
29
~~~~~~~
310
* WDL conversion for more realistic WDL score and contempt. Adds an Elo based
411
WDL transformation of the NN value head output. Helps with more accurate play

src/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define LC0_VERSION_MAJOR 0
22
#define LC0_VERSION_MINOR 30
33
#define LC0_VERSION_PATCH 0
4-
#define LC0_VERSION_POSTFIX "rc2"
4+
#define LC0_VERSION_POSTFIX ""

0 commit comments

Comments
 (0)