From 95a044633b33ebe6657724726a6526adbb2f7134 Mon Sep 17 00:00:00 2001 From: Hiraoka Date: Wed, 27 Nov 2019 21:39:42 +0900 Subject: [PATCH] bump version to 0.2.0-pre2 (debugging version) --- build_with/doc/release.html | 19 ++----------------- build_with/doc/release.md | 24 ++---------------------- package.json | 2 +- 3 files changed, 5 insertions(+), 40 deletions(-) diff --git a/build_with/doc/release.html b/build_with/doc/release.html index cd644739..09acfa52 100644 --- a/build_with/doc/release.html +++ b/build_with/doc/release.html @@ -1,19 +1,4 @@ -

LizGoban 0.2.0-pre1

-

Test version for developers.

-

To use LizGoban + Leela Zero / KataGo on 64bit Windows immediately

-

Just download the all-in-one package (LizGoban-0.2.0-pre1_win_*.zip), extract it, and double-click LizGoban *.exe. Its file size is due to the built-in engines:

- -

You can switch them by [Preset] menu in LizGoban. Note that the first run of KataGo may take a long time (1 hour or more, for example) for its initial tuning.

-

To use LizGoban with GPU, Mac, Linux, etc.

-

Download the source code and see README.md.

-

Major changes from 0.1.0

- +

LizGoban 0.2.0-pre2

+

In debugging. DO NOT USE THIS VERSION.

Project Home / License (GPL3)

diff --git a/build_with/doc/release.md b/build_with/doc/release.md index e8cc8c32..787d9413 100644 --- a/build_with/doc/release.md +++ b/build_with/doc/release.md @@ -1,28 +1,8 @@ -LizGoban 0.2.0-pre1 +LizGoban 0.2.0-pre2 -Test version for developers. - -### To use LizGoban + Leela Zero / KataGo on 64bit Windows immediately - -Just download the all-in-one package (LizGoban-0.2.0-pre1_win_*.zip), extract it, and double-click `LizGoban *.exe`. Its file size is due to the built-in engines: - -* [Leela Zero 0.17](https://github.com/leela-zero/leela-zero/releases/tag/v0.17) (CPU-only) + [15 blocks network](https://github.com/leela-zero/leela-zero/issues/2192) (a4b58a91) on 2019-11-10 -* [KataGo 1.2](https://github.com/lightvector/KataGo/releases/tag/v1.2) (OpenCL) + [10 blocks network](https://github.com/lightvector/KataGo/releases/tag/v1.1) (g104-b10c128) in v1.1 - -You can switch them by [Preset] menu in LizGoban. Note that the first run of KataGo may take a long time (1 hour or more, for example) for its initial tuning. - -### To use LizGoban with GPU, Mac, Linux, etc. - -Download the source code and see `README.md`. - -### Major changes from 0.1.0 - -* Enable quick switching of engines and weights. -* Add "personal exercise book". (experimental) -* Improve komi and autoplay features. +In debugging. DO NOT USE THIS VERSION. ### Links [Project Home](https://github.com/kaorahi/lizgoban) / [License (GPL3)](https://github.com/kaorahi/lizgoban/blob/master/LICENSE.txt) - diff --git a/package.json b/package.json index 783a105a..2b00e3e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LizGoban", - "version": "0.2.0-pre1", + "version": "0.2.0-pre2", "description": "An analysis tool of the game Go with Leela Zero and KataGo", "author": "kaorahi ", "license": "GPL-3.0",