Skip to content

Commit 05b35c6

Browse files
authored
Update changelog in preparation to v0.24.0-rc1 (LeelaChessZero#1089)
* Update changelog in preparation to v0.24.0-rc1 * Address review comments.
1 parent 3ff07fe commit 05b35c6

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

changelog.txt

+36-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
1-
v0.23.0 (2019-12-01)
1+
v0.24.0-rc1 (2020-02-23)
2+
~~~~~~~~~~~
3+
4+
* Introduced DirectX12 backend.
5+
* Optimized Cpuct/FPU parameters are now default.
6+
* There is now a separate set of CPuct parameters for the root node.
7+
* Support of running selfplay games from an opening book.
8+
* It's possible to adjust draw score from 0 to something else.
9+
* There is a new --max-concurrent-seachers parameter (default is 1) which
10+
helps with thread congestion at the beginning of the search.
11+
* Cache fullness is not reported in UCI info line by default anymore.
12+
* Removed libproto dependency.
13+
14+
v0.23.3 (2020-02-18)
15+
~~~~~~~
16+
17+
* Fix a bug in time management which sometimes led to insta-moves in long time
18+
control.
19+
20+
v0.23.2 (2019-12-31)
21+
~~~~~~~
22+
23+
* Fixed a bug where odd length openings had reversed training data results in
24+
selfplay.
25+
* Fixed a bug where zero length training games could be generated due to
26+
discard pile containing positions that were already considered end of game.
27+
* Add cudnn-auto backend.
28+
29+
v0.23.1 (2019-12-03)
30+
~~~~~~~
31+
32+
* Fixed a bug with Lc0 crashing sometimes during match phase of training game
33+
generation.
34+
* Release packages now include CUDNN version without DLLs bundled.
35+
36+
v0.23.0 (2019-12-01)
237
~~~~~~~
338

439
* Fixed the order of BLAS options so that Eigen is lower priority, to match

0 commit comments

Comments
 (0)