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 fc310fe commit 6cce53fCopy full SHA for 6cce53f
CHANGES.md
@@ -1,3 +1,14 @@
1
+# v1.17.0, 2016-11-19
2
+
3
+Ahslock fingerprinting.
4
5
+- Add a class for fingerprinting of strategies according to a paper by Ashlock
6
+ et al.
7
+ https://github.com/Axelrod-Python/Axelrod/pull/759
8
9
+Here are all the commits for this PR:
10
+https://github.com/Axelrod-Python/Axelrod/compare/v1.16.0...v1.17.0
11
12
# v1.16.0, 2016-11-13
13
14
Minor internal change, new strategy and new strategy transformers
axelrod/version.py
@@ -1 +1 @@
-__version__ = "1.16.0"
+__version__ = "1.17.0"
0 commit comments