|
| 1 | +# v3.11.0, 2018-01-09 |
| 2 | + |
| 3 | +A number of strategies from Axelrod's original second tournament, new tests and |
| 4 | +minor documentation changes. |
| 5 | + |
| 6 | +- Implemented GraaskampKatzen (k60r) |
| 7 | + https://github.com/Axelrod-Python/Axelrod/pull/1144 |
| 8 | +- Implemented Weiner (k41r) |
| 9 | + https://github.com/Axelrod-Python/Axelrod/pull/1145 |
| 10 | +- Implemented Harrington (k75r) |
| 11 | + https://github.com/Axelrod-Python/Axelrod/pull/1146 |
| 12 | +- Implemented MoreTidemanAndChieruzzi (k84r) |
| 13 | + https://github.com/Axelrod-Python/Axelrod/pull/1147 |
| 14 | +- Implemented Getzler (k35r) strategy |
| 15 | + https://github.com/Axelrod-Python/Axelrod/pull/1151 |
| 16 | +- Implemented Leyvraz (k86r) strategy |
| 17 | + https://github.com/Axelrod-Python/Axelrod/pull/1153 |
| 18 | +- Implemented White (k72r) strategy |
| 19 | + https://github.com/Axelrod-Python/Axelrod/pull/1154 |
| 20 | +- Implemented Black (k83r) strategy |
| 21 | + https://github.com/Axelrod-Python/Axelrod/pull/1155 |
| 22 | +- Add a test for memory depth |
| 23 | + https://github.com/Axelrod-Python/Axelrod/pull/1157 |
| 24 | +- Fix implementation of TidemanAndChieruzzi |
| 25 | + https://github.com/Axelrod-Python/Axelrod/pull/1152 |
| 26 | +- Modify implementation of strategy |
| 27 | + https://github.com/Axelrod-Python/Axelrod/pull/1143 |
| 28 | +- Update python version requirements |
| 29 | + https://github.com/Axelrod-Python/Axelrod/pull/1158 |
| 30 | +- Add citations section to README |
| 31 | + https://github.com/Axelrod-Python/Axelrod/pull/1148 |
| 32 | + https://github.com/Axelrod-Python/Axelrod/pull/1150 |
| 33 | + |
| 34 | +Here are all the commits for this PR: |
| 35 | +https://github.com/Axelrod-Python/Axelrod/compare/v3.10.0...v3.9.0 |
| 36 | + |
1 | 37 | # v3.10.0, 2017-11-27
|
2 | 38 |
|
3 | 39 | One new strategy
|
|
0 commit comments