Skip to content

Commit

Permalink
bump version to 0.8.0-pre6
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorahi committed Aug 11, 2024
1 parent cf2c38a commit 8bb579b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE = 240726a
RELEASE = 240811a

VERSION = $(shell grep '"version"' package.json | cut -d '"' -f 4)
EXE = dist/LizGoban\ $(VERSION).exe
Expand Down
18 changes: 18 additions & 0 deletions build_with/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

# Release notes

## LizGoban 0.8.0-pre6

This is just a temporary release for a debug feature on the asymmetric rank humanSL profile. This feature will be excluded from the next release.

KataGo is upgraded to [1.15.3](https://github.com/lightvector/KataGo/releases/tag/v1.15.3).

### To test the asymmetric rank humanSL profile on Windows

(Sorry for the long steps. This is just a debug feature.)

1. Download the all-in-one package (`LizGoban-*_win_*.zip`), unzip it, and double-click `LizGoban *.exe`.
2. From "Preset" menu, choose "Human-like Analysis".
3. From "Tool" menu, choose "Experimental" > "Enable debug menu".
4. From "Debug" menu, choose "Asymmetric humanSL rank" to toggle it on.
5. From "Edit" menu, choose "Preferences" to open the dialog and adjust the sliders as you like. Toggle "Lizzie style" off if the display is hard to see.

For example, you can set the blue slider to `rank_1d` and the red slider to `rank_5k` to compare the policies between "1d" and "1d against 5k". The former indicates "I'm 1d", while the latter indicates "I'm 1d and I know you're 5k". These policies, p and q, are shown by blue or red squares on the board (size = max(p,q), color = log(p/q)). Blue squares mean p > q, and red squares mean p < q.

## LizGoban 0.8.0-pre5

* Upgrade KataGo to [1.15.1](https://github.com/lightvector/KataGo/releases/tag/v1.15.1).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LizGoban",
"version": "0.8.0-pre5",
"version": "0.8.0-pre6",
"description": "An analysis tool of the game Go with Leela Zero and KataGo",
"author": "kaorahi <kakkokakko@gmail.com>",
"license": "GPL-3.0",
Expand Down

0 comments on commit 8bb579b

Please sign in to comment.