Skip to content

Commit

Permalink
Release v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Jan 31, 2019
1 parent ee13777 commit c5b484a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v4.5.0, 2019-01-31

Implemented algorithm for memory depth of Finite State Machines, some new
strategies and some minor internal improvements.

- Algorithm for memory depth of Finite State machines
https://github.com/Axelrod-Python/Axelrod/pull/1233
- Minor refactoring
https://github.com/Axelrod-Python/Axelrod/pull/1223
https://github.com/Axelrod-Python/Axelrod/pull/1227
https://github.com/Axelrod-Python/Axelrod/pull/1225
https://github.com/Axelrod-Python/Axelrod/pull/1222
- Speed up of cache
https://github.com/Axelrod-Python/Axelrod/pull/1229
- New strategies
https://github.com/Axelrod-Python/Axelrod/pull/1228
https://github.com/Axelrod-Python/Axelrod/pull/1231

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

# v4.4.0, 2018-10-30

2 new strategies and internal refactoring.
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.4.0"
__version__ = "4.5.0"

0 comments on commit c5b484a

Please sign in to comment.