Skip to content

Commit

Permalink
Release v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Apr 11, 2017
1 parent 09d13eb commit 51e8da8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v2.9.0, 2017-04-11

Approximate Moran process, test refactor, tweak to the Human play repr,
documentation and an
internal improvement to some cheating strategies.

- Small fix to the repr for the Human strategy:
https://github.com/Axelrod-Python/Axelrod/pull/959
- Speedup to Geller, Darwin and MindReader
https://github.com/Axelrod-Python/Axelrod/pull/950
- Add documentation details for running tests
https://github.com/Axelrod-Python/Axelrod/pull/954
- Add documentation for commit message guidelines:
https://github.com/Axelrod-Python/Axelrod/pull/963
- Fragment the Moran process documentation
https://github.com/Axelrod-Python/Axelrod/pull/962
- Add an approximate Moran process
https://github.com/Axelrod-Python/Axelrod/pull/955
- Test refactor:
https://github.com/Axelrod-Python/Axelrod/pull/964
- Refactor of the finite state machines:
https://github.com/Axelrod-Python/Axelrod/pull/956

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

# v2.8.0, 2017-04-02

Source code cleanup, test refactor, new strategies and improved `__repr__` of
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.8.0"
__version__ = "2.9.0"

0 comments on commit 51e8da8

Please sign in to comment.