File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v3.9.0, 2017-10-13
2
+
3
+ New strategies, a minor bug fix and a small documentation improvement.
4
+
5
+ - Add the Bush Mosteller strategy
6
+ https://github.com/Axelrod-Python/Axelrod/pull/1002
7
+ - Add k42r from Fortran code
8
+ https://github.com/Axelrod-Python/Axelrod/pull/1135
9
+ - Add MemoryDecay
10
+ https://github.com/Axelrod-Python/Axelrod/pull/1137
11
+ - Add k32r from Fortran code
12
+ https://github.com/Axelrod-Python/Axelrod/pull/1138
13
+ - Add Random Tit For Tat
14
+ https://github.com/Axelrod-Python/Axelrod/pull/1136
15
+ - Add k42r from Fortran code
16
+ https://github.com/Axelrod-Python/Axelrod/pull/1139
17
+ - Add reference to documentation
18
+ https://github.com/Axelrod-Python/Axelrod/pull/1134
19
+ - Fix minor bug in the fingerprints
20
+ https://github.com/Axelrod-Python/Axelrod/pull/1140
21
+
22
+
23
+ Here are all the commits for this PR:
24
+ https://github.com/Axelrod-Python/Axelrod/compare/v3.9.0...v3.8.1
25
+
1
26
# v3.8.1, 2017-10-13
2
27
3
28
Minor change to behaviour of Champion
Original file line number Diff line number Diff line change 1
- __version__ = "3.8.1 "
1
+ __version__ = "3.9.0 "
You can’t perform that action at this time.
0 commit comments