File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v3.5.0, 2017-08-19
2
+
3
+ Parallel processing now supported on Windows, a new strategy and some minor
4
+ improvements.
5
+
6
+ - Parallel processing now supported on Windows
7
+ https://github.com/Axelrod-Python/Axelrod/pull/1117
8
+ - New strategy TidemanAndChieruzzi:
9
+ https://github.com/Axelrod-Python/Axelrod/pull/1118
10
+ - Minor change to some tests
11
+ https://github.com/Axelrod-Python/Axelrod/pull/1120
12
+
13
+ Here are all the commits for this PR:
14
+ https://github.com/Axelrod-Python/Axelrod/compare/v3.5.0...v3.4.0
15
+
1
16
# v3.4.0, 2017-08-06
2
17
3
18
A new strategy, internal improvement relevant for pickling, better testing and
Original file line number Diff line number Diff line change 1
- __version__ = "3.4 .0"
1
+ __version__ = "3.5 .0"
You can’t perform that action at this time.
0 commit comments