Skip to content

Commit

Permalink
Release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Mar 17, 2017
1 parent e1abada commit 5061f1a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# v2.7.0, 2017-03-17

New strategies, increased test coverage, refactor of some tests, documentation
and minor bug fixes.

- New strategy: VeryBad
https://github.com/Axelrod-Python/Axelrod/pull/869
- New strategy: Resurrection
https://github.com/Axelrod-Python/Axelrod/pull/865
- Documentation of docstring requirements for contributions
https://github.com/Axelrod-Python/Axelrod/pull/872
- Refactor tests:
https://github.com/Axelrod-Python/Axelrod/pull/875
https://github.com/Axelrod-Python/Axelrod/pull/907
https://github.com/Axelrod-Python/Axelrod/pull/908
https://github.com/Axelrod-Python/Axelrod/pull/909
https://github.com/Axelrod-Python/Axelrod/pull/911
https://github.com/Axelrod-Python/Axelrod/pull/914
- Improved coverage:
https://github.com/Axelrod-Python/Axelrod/pull/899
https://github.com/Axelrod-Python/Axelrod/pull/900
https://github.com/Axelrod-Python/Axelrod/pull/901
https://github.com/Axelrod-Python/Axelrod/pull/902
https://github.com/Axelrod-Python/Axelrod/pull/904
https://github.com/Axelrod-Python/Axelrod/pull/905
https://github.com/Axelrod-Python/Axelrod/pull/910
- Bug in plot:
https://github.com/Axelrod-Python/Axelrod/pull/897
- Bug fix in deterministic cache:
https://github.com/Axelrod-Python/Axelrod/pull/882
- Bug in average copier:
https://github.com/Axelrod-Python/Axelrod/pull/912
- Minor function rename:
https://github.com/Axelrod-Python/Axelrod/pull/906


Here are all the commits for this PR:
https://github.com/Axelrod-Python/Axelrod/compare/v2.6.0...v2.7.0

# v2.6.0, 2017-02-26

New strategy, state to action analysis and internal improvements
Expand Down
2 changes: 1 addition & 1 deletion axelrod/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.6.0"
__version__ = "2.7.0"

0 comments on commit 5061f1a

Please sign in to comment.