Skip to content

Commit 65e13d8

Browse files
committed
v0.23.0-rc2
1 parent 12bc3f0 commit 65e13d8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

changelog.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
v0.23.0-rc1 (2019-11-21)
1+
v0.23.0-rc2 (2019-11-27)
2+
~~~~~~~~~~~
3+
4+
* Fixes in nps and time reporting during search.
5+
* Introduced DNNL BLAS build for modern CPUs in addition to OpenBLAS.
6+
* Build fixes on MacOS without OpenCL.
7+
* Fixed smart pruning and KLDGain trying to stop search in `go infinite` mode.
8+
* OpenCL package now has check_opencl tool to find computation behaves sanely.
9+
* Fixed a bug in interoperation of shortsighteness and certainty propagation.
10+
11+
v0.23.0-rc1 (2019-11-21)
212
~~~~~~~~~~~
313

414
* Support for Fischer Random Chess (`UCI_Chess960` option to enable FRC-style
@@ -22,6 +32,7 @@
2232
* The most basic version of "certainty propagation" feature (actually without
2333
"propagation"). If the engine sees checkmate, it plays it!
2434
(before it could play other good move).
35+
* Benchmark mode no longer supports smart pruning.
2536
* Various small changes: hidden options to control Dirichlet noise, floating
2637
point optimizations, Better error reporting if there is exception in worker
2738
thread, better error messages in CUDA backend.

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 "rc1"
4+
#define LC0_VERSION_POSTFIX "rc2"

0 commit comments

Comments
 (0)