File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ # v3.1.0, 2017-07-16
2+
3+ New class for actions, Internal improvements, a new strategy class,
4+ reclassification of grudger.
5+
6+ - Actions are now an enum class:
7+ https://github.com/Axelrod-Python/Axelrod/pull/1052
8+ https://github.com/Axelrod-Python/Axelrod/pull/1053
9+ https://github.com/Axelrod-Python/Axelrod/pull/1054
10+ - Add explanation of py version to README:
11+ https://github.com/Axelrod-Python/Axelrod/pull/1056
12+ - Documentation typo fixes:
13+ https://github.com/Axelrod-Python/Axelrod/pull/1057
14+ - DBS strategy classified as long run time:
15+ https://github.com/Axelrod-Python/Axelrod/pull/1058
16+ - Correct classification for Grudger:
17+ https://github.com/Axelrod-Python/Axelrod/pull/1066
18+ - Add another source and name for ALLCorALLD:
19+ https://github.com/Axelrod-Python/Axelrod/pull/1067
20+ - Update init parameter for lookerup:
21+ https://github.com/Axelrod-Python/Axelrod/pull/1068
22+ - Add a reactive strategy:
23+ https://github.com/Axelrod-Python/Axelrod/pull/1070
24+
25+ Here are all the commits for this PR:
26+ https://github.com/Axelrod-Python/Axelrod/compare/v3.0.0...v3.1.0
27+
128# v3.0.0, 2017-06-13
229
330A single class for tournaments and Moran processes, sources for all strategies
Original file line number Diff line number Diff line change 1- __version__ = "3.0 .0"
1+ __version__ = "3.1 .0"
You can’t perform that action at this time.
0 commit comments