We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2954422 commit 5ff131cCopy full SHA for 5ff131c
CHANGES.md
@@ -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
16
# v3.11.0, 2018-01-09
17
18
A number of strategies from Axelrod's original second tournament, new tests and
axelrod/version.py
@@ -1 +1 @@
-__version__ = "3.11.0"
+__version__ = "4.0.0"
0 commit comments