Skip to content

Commit 3d88145

Browse files
committed
Release v3.6.0
1 parent 0d1c47e commit 3d88145

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
# v3.5.0, 2017-08-19
216

317
Parallel processing now supported on Windows, a new strategy and some minor

axelrod/version.py

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

0 commit comments

Comments
 (0)