Skip to content

Commit 80190db

Browse files
committed
Release v4.7.0
1 parent bda5ba5 commit 80190db

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v4.7.0, 2019-10-23
2+
3+
New Moran process mechanics, new strategy implementations, drop support for
4+
python 3.5 and various minor fixes.
5+
6+
- Drop support for python 3.5:
7+
https://github.com/Axelrod-Python/Axelrod/pull/1255
8+
https://github.com/Axelrod-Python/Axelrod/pull/1254
9+
- New strategies:
10+
https://github.com/Axelrod-Python/Axelrod/pull/1263
11+
- Bug fix:
12+
https://github.com/Axelrod-Python/Axelrod/pull/1260
13+
- Documentation fixes:
14+
https://github.com/Axelrod-Python/Axelrod/pull/1266
15+
https://github.com/Axelrod-Python/Axelrod/pull/1262
16+
- Implement Evolvable Player for Moran processes:
17+
https://github.com/Axelrod-Python/Axelrod/pull/1267
18+
https://github.com/Axelrod-Python/Axelrod/pull/1256
19+
- Update citations: https://github.com/Axelrod-Python/Axelrod/pull/1249
20+
21+
https://github.com/Axelrod-Python/Axelrod/compare/v4.7.0...v4.6.0
22+
123
# v4.6.0, 2019-05-20
224

325
New history class, new strategy from Axelrod's first tournament and a number of

axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.6.0"
1+
__version__ = "4.7.0"

0 commit comments

Comments
 (0)