File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ # v4.6.0, 2019-05-20
2+
3+ New history class, new strategy from Axelrod's first tournament and a number of
4+ internal fixes/improvements.
5+
6+ - A new history class: https://github.com/Axelrod-Python/Axelrod/pull/1241
7+ - Minor internal fixes: https://github.com/Axelrod-Python/Axelrod/pull/1236
8+ https://github.com/Axelrod-Python/Axelrod/pull/1237
9+ https://github.com/Axelrod-Python/Axelrod/pull/1243
10+ - Test speed up and refactor:
11+ https://github.com/Axelrod-Python/Axelrod/pull/1238
12+ - New strategy (Graaskamp from RA's first tournament):
13+ https://github.com/Axelrod-Python/Axelrod/pull/1244
14+
15+ https://github.com/Axelrod-Python/Axelrod/compare/v4.6.0...v4.5.0
16+
117# v4.5.0, 2019-01-31
218
319Implemented algorithm for memory depth of Finite State Machines, some new
Original file line number Diff line number Diff line change 1- __version__ = "4.5 .0"
1+ __version__ = "4.6 .0"
You can’t perform that action at this time.
0 commit comments