File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
# v4.4.0, 2018-10-30
2
22
3
23
2 new strategies and internal refactoring.
Original file line number Diff line number Diff line change 1
- __version__ = "4.4 .0"
1
+ __version__ = "4.5 .0"
You can’t perform that action at this time.
0 commit comments