Skip to content

Commit 5061f1a

Browse files
committed
Release v2.7.0
1 parent e1abada commit 5061f1a

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGES.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
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+
140
# v2.6.0, 2017-02-26
241

342
New strategy, state to action analysis and internal improvements

axelrod/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.6.0"
1+
__version__ = "2.7.0"

0 commit comments

Comments
 (0)