Skip to content

Commit 02fc8e0

Browse files
committed
v0.23.0-rc2 -> v0.23.0
1 parent 89a9ec3 commit 02fc8e0

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

changelog.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
v0.23.0-rc2 (2019-11-27)
1+
v0.23.0 (2019-12-01)
2+
~~~~~~~
3+
4+
* Fixed the order of BLAS options so that Eigen is lower priority, to match
5+
assumption in check_opencl patch introduced in v0.23.0-rc2.
6+
7+
v0.23.0-rc2 (2019-11-27)
28
~~~~~~~~~~~
39

410
* Fixes in nps and time reporting during search.
@@ -16,8 +22,8 @@ v0.23.0-rc1 (2019-11-21)
1622
code yet.
1723
* New option `--logit-q` (UCI: `LogitQ`). Changes subtree selection algorithm a
1824
bit, possibly making it stronger (experimental, default off).
19-
* Lc0 now reports WDL score. To enable it, use `--wdl-info` command-line
20-
argument or `UCI_WdlInfo` UCI option.
25+
* Lc0 now reports WDL score. To enable it, use `--show-wdl` command-line
26+
argument or `UCI_ShowWdl` UCI option.
2127
* Added "Badgame split" mode during the training. After the engine makes
2228
inferior move due to temperature, the game is branched and later the game is
2329
replayed from the position of the branch.

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 23
33
#define LC0_VERSION_PATCH 0
4-
#define LC0_VERSION_POSTFIX "rc2"
4+
#define LC0_VERSION_POSTFIX ""

0 commit comments

Comments
 (0)