Skip to content

Commit 5ff131c

Browse files
committed
Release v4.0.0
1 parent 2954422 commit 5ff131c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v4.0.0, 2018-02-07
2+
3+
More efficient tournament result analysis, and 2 new strategies.
4+
5+
- Implemented RichardHufford (k47r)
6+
https://github.com/Axelrod-Python/Axelrod/pull/1162
7+
- Implemented Yamachi (k64r)
8+
https://github.com/Axelrod-Python/Axelrod/pull/1163
9+
- Implemented Colbert (k51r)
10+
https://github.com/Axelrod-Python/Axelrod/pull/1164
11+
- Re write the result set
12+
https://github.com/Axelrod-Python/Axelrod/pull/1166
13+
14+
https://github.com/Axelrod-Python/Axelrod/compare/v4.0.0...v3.11.0
15+
116
# v3.11.0, 2018-01-09
217

318
A number of strategies from Axelrod's original second tournament, new tests and

axelrod/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.11.0"
1+
__version__ = "4.0.0"

0 commit comments

Comments
 (0)