Skip to content

Commit c5b484a

Browse files
committed
Release v4.5.0
1 parent ee13777 commit c5b484a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v4.5.0, 2019-01-31
2+
3+
Implemented algorithm for memory depth of Finite State Machines, some new
4+
strategies and some minor internal improvements.
5+
6+
- Algorithm for memory depth of Finite State machines
7+
https://github.com/Axelrod-Python/Axelrod/pull/1233
8+
- Minor refactoring
9+
https://github.com/Axelrod-Python/Axelrod/pull/1223
10+
https://github.com/Axelrod-Python/Axelrod/pull/1227
11+
https://github.com/Axelrod-Python/Axelrod/pull/1225
12+
https://github.com/Axelrod-Python/Axelrod/pull/1222
13+
- Speed up of cache
14+
https://github.com/Axelrod-Python/Axelrod/pull/1229
15+
- New strategies
16+
https://github.com/Axelrod-Python/Axelrod/pull/1228
17+
https://github.com/Axelrod-Python/Axelrod/pull/1231
18+
19+
https://github.com/Axelrod-Python/Axelrod/compare/v4.5.0...v4.4.0
20+
121
# v4.4.0, 2018-10-30
222

323
2 new strategies and internal refactoring.

axelrod/version.py

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

0 commit comments

Comments
 (0)