File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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)
2
8
~~~~~~~~~~~
3
9
4
10
* Fixes in nps and time reporting during search.
@@ -16,8 +22,8 @@ v0.23.0-rc1 (2019-11-21)
16
22
code yet.
17
23
* New option `--logit-q` (UCI: `LogitQ`). Changes subtree selection algorithm a
18
24
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.
21
27
* Added "Badgame split" mode during the training. After the engine makes
22
28
inferior move due to temperature, the game is branched and later the game is
23
29
replayed from the position of the branch.
Original file line number Diff line number Diff line change 1
1
# define LC0_VERSION_MAJOR 0
2
2
# define LC0_VERSION_MINOR 23
3
3
# define LC0_VERSION_PATCH 0
4
- # define LC0_VERSION_POSTFIX " rc2 "
4
+ # define LC0_VERSION_POSTFIX " "
You can’t perform that action at this time.
0 commit comments