File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v4.8.0, 2019-12-16
2
+
3
+ Reimplementation of first tournament strategies, rename of second tournament
4
+ strategies and
5
+
6
+ - Reimplement and rename first tournament strategies and rename second
7
+ tournament strategies:
8
+ https://github.com/Axelrod-Python/Axelrod/pull/1275
9
+ - Update citations:
10
+ https://github.com/Axelrod-Python/Axelrod/pull/1276
11
+ https://github.com/Axelrod-Python/Axelrod/pull/1278
12
+ - Add Detective strategy:
13
+ https://github.com/Axelrod-Python/Axelrod/pull/1269
14
+ - Remove Fool Me Forever (duplicate):
15
+ https://github.com/Axelrod-Python/Axelrod/pull/1274
16
+ - Add documentation to a testing script:
17
+ https://github.com/Axelrod-Python/Axelrod/pull/1271
18
+ - Fix documentation render:
19
+ https://github.com/Axelrod-Python/Axelrod/pull/1268
20
+
21
+ https://github.com/Axelrod-Python/Axelrod/compare/v4.8.0...v4.7.0
22
+
1
23
# v4.7.0, 2019-10-23
2
24
3
25
New Moran process mechanics, new strategy implementations, drop support for
Original file line number Diff line number Diff line change 1
- __version__ = "4.7 .0"
1
+ __version__ = "4.8 .0"
You can’t perform that action at this time.
0 commit comments