Skip to content

Commit 51e8da8

Browse files
committed
Release v2.9.0
1 parent 09d13eb commit 51e8da8

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v2.9.0, 2017-04-11
2+
3+
Approximate Moran process, test refactor, tweak to the Human play repr,
4+
documentation and an
5+
internal improvement to some cheating strategies.
6+
7+
- Small fix to the repr for the Human strategy:
8+
https://github.com/Axelrod-Python/Axelrod/pull/959
9+
- Speedup to Geller, Darwin and MindReader
10+
https://github.com/Axelrod-Python/Axelrod/pull/950
11+
- Add documentation details for running tests
12+
https://github.com/Axelrod-Python/Axelrod/pull/954
13+
- Add documentation for commit message guidelines:
14+
https://github.com/Axelrod-Python/Axelrod/pull/963
15+
- Fragment the Moran process documentation
16+
https://github.com/Axelrod-Python/Axelrod/pull/962
17+
- Add an approximate Moran process
18+
https://github.com/Axelrod-Python/Axelrod/pull/955
19+
- Test refactor:
20+
https://github.com/Axelrod-Python/Axelrod/pull/964
21+
- Refactor of the finite state machines:
22+
https://github.com/Axelrod-Python/Axelrod/pull/956
23+
24+
Here are all the commits for this PR:
25+
https://github.com/Axelrod-Python/Axelrod/compare/v2.8.0...v2.9.0
26+
127
# v2.8.0, 2017-04-02
228

329
Source code cleanup, test refactor, new strategies and improved `__repr__` of

axelrod/version.py

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

0 commit comments

Comments
 (0)