Skip to content

Commit deaba6b

Browse files
committed
Release v2.4.0
1 parent 611bfb7 commit deaba6b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v2.4.0, 2017-01-05
2+
3+
New machine learning strategies and moran processes on graphs.
4+
5+
- Moran processes on graphs
6+
https://github.com/Axelrod-Python/Axelrod/pull/799
7+
- Machine learning strategies
8+
https://github.com/Axelrod-Python/Axelrod/pull/803
9+
10+
Here are all the commits for this PR:
11+
https://github.com/Axelrod-Python/Axelrod/compare/v2.3.0...v2.4.0
12+
113
# v2.3.0, 2017-01-04
214

315
Support for py3.6, new strategies, more tournament result information, and

axelrod/version.py

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

0 commit comments

Comments
 (0)