Skip to content

Commit

Permalink
v0.24.0-rc3 -> v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mooskagh committed Mar 11, 2020
1 parent 27046e2 commit 2449d9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
v0.24.0-rc3 (2020-03-08)
v0.24.0 (2020-03-11)
~~~~~~~

* New parameter `--max-out-of-order-evals-factor` replaces
`--max-out-of-order-evals` that was introduced in v0.24.0-rc3 and provides
the factor to multiply the maximum batch size to set maximum number
out-of-order evals per batch. The default value of 1.0 keeps the behavior
of previous releases.
* Bug fix for hangs with very early stop command from non-conforming UCI hosts.

v0.24.0-rc3 (2020-03-08)
~~~~~~~~~~~

* New parameter `--out-of-order-eval` to set maximum number out-of-order evals
per batch (was equal to the batch size before).
* New parameter `--max-out-of-order-evals` to set maximum number out-of-order
evals per batch (was equal to the batch size before).
* It's now possible to embed networks into the binary. It allows easier builds
of .apk for Android.
* New parameter `--smart-pruning-minimum-batches` to only allow smart pruning
Expand Down
2 changes: 1 addition & 1 deletion src/version.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define LC0_VERSION_MAJOR 0
#define LC0_VERSION_MINOR 24
#define LC0_VERSION_PATCH 0
#define LC0_VERSION_POSTFIX "rc3"
#define LC0_VERSION_POSTFIX ""

0 comments on commit 2449d9e

Please sign in to comment.