Skip to content

Commit 054c8d2

Browse files
committed
Release v2.10.0
1 parent 292a70e commit 054c8d2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v2.10.0, 2017-04-17
2+
3+
Bug fix in strategy transformers, new strategy, internal refactor of strategies,
4+
fix bibtex in citation file.
5+
6+
- Fix a bug: ensure strategy transformers also transform classification
7+
https://github.com/Axelrod-Python/Axelrod/pull/972
8+
- Add DoubleResurrection strategy
9+
https://github.com/Axelrod-Python/Axelrod/pull/965
10+
- Refactor of LookerUp and Gambler
11+
https://github.com/Axelrod-Python/Axelrod/pull/966
12+
- Add regression test for FSM players
13+
https://github.com/Axelrod-Python/Axelrod/pull/967
14+
- Bibtex fix in CITATION.rst
15+
https://github.com/Axelrod-Python/Axelrod/pull/968
16+
17+
Here are all the commits for this PR:
18+
https://github.com/Axelrod-Python/Axelrod/compare/v2.10.0...v2.10.0
19+
120
# v2.9.0, 2017-04-11
221

322
Approximate Moran process, test refactor, tweak to the Human play repr,

axelrod/version.py

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

0 commit comments

Comments
 (0)