File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v3.4.0, 2017-07-30
2
+
3
+ A new strategy, internal improvement relevant for pickling, better testing and
4
+ minor fixes.
5
+
6
+ - Gladstein, a strategy by that named author from Axelrod's second tournament
7
+ has been added
8
+ https://github.com/Axelrod-Python/Axelrod/pull/1113
9
+ https://github.com/Axelrod-Python/Axelrod/pull/1110
10
+ - Internal improvement for pickling of all strategy classes
11
+ https://github.com/Axelrod-Python/Axelrod/pull/1092
12
+ - Better testing of the reset method
13
+ https://github.com/Axelrod-Python/Axelrod/pull/1098
14
+ - Minor tweak to a type hint
15
+ https://github.com/Axelrod-Python/Axelrod/pull/1108
16
+ - Minor fix to a strategy to match description
17
+ https://github.com/Axelrod-Python/Axelrod/pull/1111
18
+
19
+ Here are all the commits for this PR:
20
+ https://github.com/Axelrod-Python/Axelrod/compare/v3.4.0...v3.3.0
21
+
1
22
# v3.3.0, 2017-07-30
2
23
3
24
4 new strategies and ability to pass game information at the tournament level.
Original file line number Diff line number Diff line change 1
- __version__ = "3.3 .0"
1
+ __version__ = "3.4 .0"
You can’t perform that action at this time.
0 commit comments