Skip to content

Commit 63f21e0

Browse files
committed
Changes for release 0.1.6
1 parent ee1af12 commit 63f21e0

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.1.6 [](https://github.com/ujh/iomrascalai/compare/0.1.5...master)
2+
3+
### Changes
4+
5+
* The engines can now utilize multiple threads (use the -t command
6+
line switch)
7+
* Debug output to stderr is now only generated when running with -l
8+
* The code coverage is now measured and reported through a badge in
9+
the README
10+
11+
### Performance
12+
13+
After running 100 games on 9x9 with komi 6.5 and a time limit of 5
14+
minutes (sudden death) using 8 threads the win rates are as follows:
15+
16+
* X% ± Y% of the AMAF engine against GnuGo 3.8 (level 0)
17+
118
## 0.1.5 [](https://github.com/ujh/iomrascalai/compare/0.1.4...0.1.5)
219

320
### Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "iomrascalai"
4-
version = "0.1.5"
4+
version = "0.1.6"
55
authors = ["Urban Hafner <contact@urbanhafner.com>",
66
"Thomas Poinsot <thomas.poinsot1@gmail.com>",
77
"Igor Polyakov <iopguy+iomrasclai@gmail.com>"]

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
************************************************************************/
2121

2222
pub fn version() -> &'static str {
23-
"0.1.5"
23+
"0.1.6"
2424
}

0 commit comments

Comments
 (0)