File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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
325New history class, new strategy from Axelrod's first tournament and a number of
Original file line number Diff line number Diff line change 1- __version__ = "4.6 .0"
1+ __version__ = "4.7 .0"
You can’t perform that action at this time.
0 commit comments