Skip to content

Commit

Permalink
Release v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Apr 17, 2017
1 parent 292a70e commit 054c8d2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v2.10.0, 2017-04-17

Bug fix in strategy transformers, new strategy, internal refactor of strategies,
fix bibtex in citation file.

- Fix a bug: ensure strategy transformers also transform classification
https://github.com/Axelrod-Python/Axelrod/pull/972
- Add DoubleResurrection strategy
https://github.com/Axelrod-Python/Axelrod/pull/965
- Refactor of LookerUp and Gambler
https://github.com/Axelrod-Python/Axelrod/pull/966
- Add regression test for FSM players
https://github.com/Axelrod-Python/Axelrod/pull/967
- Bibtex fix in CITATION.rst
https://github.com/Axelrod-Python/Axelrod/pull/968

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

# v2.9.0, 2017-04-11

Approximate Moran process, test refactor, tweak to the Human play repr,
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.9.0"
__version__ = "2.10.0"

0 comments on commit 054c8d2

Please sign in to comment.