Skip to content

Commit c8d9095

Browse files
committed
v0.23.1 -> v0.23.2
1 parent a1b23ac commit c8d9095

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

changelog.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
v0.23.1 (2019-12-03)
1+
v0.23.2 (2019-12-31)
2+
~~~~~~~
3+
4+
* Fixed a bug where odd length openings had reversed training data results in
5+
selfplay.
6+
* Fixed a bug where zero length training games could be generated due to
7+
discard pile containing positions that were already considered end of game.
8+
* Add cudnn-auto backend.
9+
10+
v0.23.1 (2019-12-03)
211
~~~~~~~
312

413
* Fixed a bug with Lc0 crashing sometimes during match phase of training game

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
3-
#define LC0_VERSION_PATCH 1
3+
#define LC0_VERSION_PATCH 2
44
#define LC0_VERSION_POSTFIX ""

0 commit comments

Comments
 (0)