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 69c96c8 commit b7c715cCopy full SHA for b7c715c
CHANGES.md
@@ -1,3 +1,18 @@
1
+# v1.17.1, 2016-11-23
2
+
3
+Minor bug fix and a title option for fingerprints and a small internal
4
+improvement.
5
6
+- Correct the range for the fingerprint
7
+ https://github.com/Axelrod-Python/Axelrod/pull/766
8
+- Include ability to have a title for fingerprint plot
9
+ https://github.com/Axelrod-Python/Axelrod/pull/769
10
+- Calculate score per turn for Moran process using internal method.
11
+ https://github.com/Axelrod-Python/Axelrod/pull/764
12
13
+Here are all the commits for this PR:
14
+https://github.com/Axelrod-Python/Axelrod/compare/v1.17.0...v1.17.1
15
16
# v1.17.0, 2016-11-19
17
18
Ahslock fingerprinting.
axelrod/version.py
@@ -1 +1 @@
-__version__ = "1.17.0"
+__version__ = "1.18.0"
0 commit comments