Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to display higher precision point loss values #514

Merged
merged 6 commits into from Mar 16, 2022

Conversation

pdeblanc
Copy link
Contributor

This PR adds an option to show more precise point loss estimates. This only applies when the absolute value is below 1, and is achieved by omitting the leading zero. For example, a value of -0.78 can be displayed as -.78 rather than truncating it to -0.8. This way more information can be displayed without using a smaller font size.

Maybe this seems a bit frivolous given the inherent uncertainty of point estimation, but at least it is useful for me to understand the engine's style preferences when it comes to e.g. joseki choice, where the difference between moves may be quite subtle. I assume many people have an aesthetic preference for the leading zero so this feature is controlled by an option in the Teaching/Analysis settings.

corner

@sanderland sanderland changed the base branch from master to 1.11 March 13, 2022 09:48
@pdeblanc
Copy link
Contributor Author

Oops, forgot that I'm not supposed to update the .mo files.

@sanderland
Copy link
Owner

Not sure about the option (it's growing a little out of hand), but will merge and see if I defer it to a theme option instead.

@sanderland sanderland merged commit 4e837d1 into sanderland:1.11 Mar 16, 2022
sanderland added a commit that referenced this pull request Mar 24, 2022
* Shade estimated territory (#488)
* prune branch, icons
* Tsumego frame (#506)
* straighten quotes
* Bump pillow from 9.0.0 to 9.0.1 (#511)
* Bump pillow from 8.3.2 to 9.0.0 (#500)
* Add option to display higher precision point loss values (#514)
* fix mac build (#516)
* drop 3.6 support
* new katago

Co-authored-by: Miles Crawford <miles@milescrawford.com>
Co-authored-by: kaorahi <38910552+kaorahi@users.noreply.github.com>
Co-authored-by: Hiraoka <khi@users.osdn.me>
Co-authored-by: Zironic <Tony-Liou@users.noreply.github.com>
Co-authored-by: pdeblanc <peter@spaceandgames.com>
Co-authored-by: Dontbtme <66470440+Dontbtme@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants