We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b23ac commit c8d9095Copy full SHA for c8d9095
changelog.txt
@@ -1,4 +1,13 @@
1
-v0.23.1 (2019-12-03)
+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)
11
~~~~~~~
12
13
* Fixed a bug with Lc0 crashing sometimes during match phase of training game
src/version.inc
@@ -1,4 +1,4 @@
#define LC0_VERSION_MAJOR 0
#define LC0_VERSION_MINOR 23
-#define LC0_VERSION_PATCH 1
+#define LC0_VERSION_PATCH 2
#define LC0_VERSION_POSTFIX ""
0 commit comments