Skip to content

Commit

Permalink
Release v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed May 20, 2019
1 parent c422583 commit 677f6da
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v4.6.0, 2019-05-20

New history class, new strategy from Axelrod's first tournament and a number of
internal fixes/improvements.

- A new history class: https://github.com/Axelrod-Python/Axelrod/pull/1241
- Minor internal fixes: https://github.com/Axelrod-Python/Axelrod/pull/1236
https://github.com/Axelrod-Python/Axelrod/pull/1237
https://github.com/Axelrod-Python/Axelrod/pull/1243
- Test speed up and refactor:
https://github.com/Axelrod-Python/Axelrod/pull/1238
- New strategy (Graaskamp from RA's first tournament):
https://github.com/Axelrod-Python/Axelrod/pull/1244

https://github.com/Axelrod-Python/Axelrod/compare/v4.6.0...v4.5.0

# v4.5.0, 2019-01-31

Implemented algorithm for memory depth of Finite State Machines, some new
Expand Down
2 changes: 1 addition & 1 deletion axelrod/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.5.0"
__version__ = "4.6.0"

0 comments on commit 677f6da

Please sign in to comment.