1
+ # v2.11.0, 2017-05-06
2
+
3
+ A new strategy, improvements to documentation, player equality and some
4
+ internal refactoring,
5
+
6
+ - New strategy DBS:
7
+ https://github.com/Axelrod-Python/Axelrod/pull/976
8
+ - Documentation improvements:
9
+ https://github.com/Axelrod-Python/Axelrod/pull/995
10
+ https://github.com/Axelrod-Python/Axelrod/pull/1003
11
+ - Internal refactoring:
12
+ https://github.com/Axelrod-Python/Axelrod/pull/943
13
+ https://github.com/Axelrod-Python/Axelrod/pull/980
14
+ https://github.com/Axelrod-Python/Axelrod/pull/981
15
+ https://github.com/Axelrod-Python/Axelrod/pull/982
16
+ https://github.com/Axelrod-Python/Axelrod/pull/983
17
+ https://github.com/Axelrod-Python/Axelrod/pull/993
18
+ https://github.com/Axelrod-Python/Axelrod/pull/996
19
+ - Add a development testing tool:
20
+ https://github.com/Axelrod-Python/Axelrod/pull/980
21
+ - Implement an equality method on players:
22
+ https://github.com/Axelrod-Python/Axelrod/pull/975
23
+
24
+
25
+ Here are all the commits for this PR:
26
+ https://github.com/Axelrod-Python/Axelrod/compare/v2.10.0...v2.11.0
27
+
1
28
# v2.10.0, 2017-04-17
2
29
3
30
Bug fix in strategy transformers, new strategy, internal refactor of strategies,
@@ -15,7 +42,7 @@ fix bibtex in citation file.
15
42
https://github.com/Axelrod-Python/Axelrod/pull/968
16
43
17
44
Here are all the commits for this PR:
18
- https://github.com/Axelrod-Python/Axelrod/compare/v2.10 .0...v2.10.0
45
+ https://github.com/Axelrod-Python/Axelrod/compare/v2.09 .0...v2.10.0
19
46
20
47
# v2.9.0, 2017-04-11
21
48
0 commit comments