Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Jul 16, 2017
1 parent e8817ca commit 602c8e9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# v3.1.0, 2017-07-16

New class for actions, Internal improvements, a new strategy class,
reclassification of grudger.

- Actions are now an enum class:
https://github.com/Axelrod-Python/Axelrod/pull/1052
https://github.com/Axelrod-Python/Axelrod/pull/1053
https://github.com/Axelrod-Python/Axelrod/pull/1054
- Add explanation of py version to README:
https://github.com/Axelrod-Python/Axelrod/pull/1056
- Documentation typo fixes:
https://github.com/Axelrod-Python/Axelrod/pull/1057
- DBS strategy classified as long run time:
https://github.com/Axelrod-Python/Axelrod/pull/1058
- Correct classification for Grudger:
https://github.com/Axelrod-Python/Axelrod/pull/1066
- Add another source and name for ALLCorALLD:
https://github.com/Axelrod-Python/Axelrod/pull/1067
- Update init parameter for lookerup:
https://github.com/Axelrod-Python/Axelrod/pull/1068
- Add a reactive strategy:
https://github.com/Axelrod-Python/Axelrod/pull/1070

Here are all the commits for this PR:
https://github.com/Axelrod-Python/Axelrod/compare/v3.0.0...v3.1.0

# v3.0.0, 2017-06-13

A single class for tournaments and Moran processes, sources for all strategies
Expand Down
2 changes: 1 addition & 1 deletion axelrod/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0"
__version__ = "3.1.0"

0 comments on commit 602c8e9

Please sign in to comment.