Skip to content

Commit 677f6da

Browse files
committed
Release v4.6.0
1 parent c422583 commit 677f6da

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v4.6.0, 2019-05-20
2+
3+
New history class, new strategy from Axelrod's first tournament and a number of
4+
internal fixes/improvements.
5+
6+
- A new history class: https://github.com/Axelrod-Python/Axelrod/pull/1241
7+
- Minor internal fixes: https://github.com/Axelrod-Python/Axelrod/pull/1236
8+
https://github.com/Axelrod-Python/Axelrod/pull/1237
9+
https://github.com/Axelrod-Python/Axelrod/pull/1243
10+
- Test speed up and refactor:
11+
https://github.com/Axelrod-Python/Axelrod/pull/1238
12+
- New strategy (Graaskamp from RA's first tournament):
13+
https://github.com/Axelrod-Python/Axelrod/pull/1244
14+
15+
https://github.com/Axelrod-Python/Axelrod/compare/v4.6.0...v4.5.0
16+
117
# v4.5.0, 2019-01-31
218

319
Implemented algorithm for memory depth of Finite State Machines, some new

axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.5.0"
1+
__version__ = "4.6.0"

0 commit comments

Comments
 (0)