File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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)
2
12
~~~~~~~~~~~
3
13
4
14
* Support for Fischer Random Chess (`UCI_Chess960` option to enable FRC-style
22
32
* The most basic version of "certainty propagation" feature (actually without
23
33
"propagation"). If the engine sees checkmate, it plays it!
24
34
(before it could play other good move).
35
+ * Benchmark mode no longer supports smart pruning.
25
36
* Various small changes: hidden options to control Dirichlet noise, floating
26
37
point optimizations, Better error reporting if there is exception in worker
27
38
thread, better error messages in CUDA backend.
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 " rc1 "
4
+ # define LC0_VERSION_POSTFIX " rc2 "
You can’t perform that action at this time.
0 commit comments