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 0d1c47e commit 3d88145Copy full SHA for 3d88145
CHANGES.md
@@ -1,3 +1,17 @@
1
+# v3.6.0, 2017-08-26
2
+
3
+A new fingerprint mechanism, internal improvements.
4
5
+- Transitive fingerprints:
6
+ https://github.com/Axelrod-Python/Axelrod/pull/1125
7
+- Add ability to pass game to Moran process
8
+ https://github.com/Axelrod-Python/Axelrod/pull/1122
9
+- Implement a global reset method
10
+ https://github.com/Axelrod-Python/Axelrod/pull/1123
11
12
+Here are all the commits for this PR:
13
+https://github.com/Axelrod-Python/Axelrod/compare/v3.6.0...v3.5.0
14
15
# v3.5.0, 2017-08-19
16
17
Parallel processing now supported on Windows, a new strategy and some minor
axelrod/version.py
@@ -1 +1 @@
-__version__ = "3.5.0"
+__version__ = "3.6.0"
0 commit comments