|
| 1 | +# v2.7.0, 2017-03-17 |
| 2 | + |
| 3 | +New strategies, increased test coverage, refactor of some tests, documentation |
| 4 | +and minor bug fixes. |
| 5 | + |
| 6 | +- New strategy: VeryBad |
| 7 | + https://github.com/Axelrod-Python/Axelrod/pull/869 |
| 8 | +- New strategy: Resurrection |
| 9 | + https://github.com/Axelrod-Python/Axelrod/pull/865 |
| 10 | +- Documentation of docstring requirements for contributions |
| 11 | + https://github.com/Axelrod-Python/Axelrod/pull/872 |
| 12 | +- Refactor tests: |
| 13 | + https://github.com/Axelrod-Python/Axelrod/pull/875 |
| 14 | + https://github.com/Axelrod-Python/Axelrod/pull/907 |
| 15 | + https://github.com/Axelrod-Python/Axelrod/pull/908 |
| 16 | + https://github.com/Axelrod-Python/Axelrod/pull/909 |
| 17 | + https://github.com/Axelrod-Python/Axelrod/pull/911 |
| 18 | + https://github.com/Axelrod-Python/Axelrod/pull/914 |
| 19 | +- Improved coverage: |
| 20 | + https://github.com/Axelrod-Python/Axelrod/pull/899 |
| 21 | + https://github.com/Axelrod-Python/Axelrod/pull/900 |
| 22 | + https://github.com/Axelrod-Python/Axelrod/pull/901 |
| 23 | + https://github.com/Axelrod-Python/Axelrod/pull/902 |
| 24 | + https://github.com/Axelrod-Python/Axelrod/pull/904 |
| 25 | + https://github.com/Axelrod-Python/Axelrod/pull/905 |
| 26 | + https://github.com/Axelrod-Python/Axelrod/pull/910 |
| 27 | +- Bug in plot: |
| 28 | + https://github.com/Axelrod-Python/Axelrod/pull/897 |
| 29 | +- Bug fix in deterministic cache: |
| 30 | + https://github.com/Axelrod-Python/Axelrod/pull/882 |
| 31 | +- Bug in average copier: |
| 32 | + https://github.com/Axelrod-Python/Axelrod/pull/912 |
| 33 | +- Minor function rename: |
| 34 | + https://github.com/Axelrod-Python/Axelrod/pull/906 |
| 35 | + |
| 36 | + |
| 37 | +Here are all the commits for this PR: |
| 38 | +https://github.com/Axelrod-Python/Axelrod/compare/v2.6.0...v2.7.0 |
| 39 | + |
1 | 40 | # v2.6.0, 2017-02-26
|
2 | 41 |
|
3 | 42 | New strategy, state to action analysis and internal improvements
|
|
0 commit comments