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+
128# v2.10.0, 2017-04-17
229
330Bug fix in strategy transformers, new strategy, internal refactor of strategies,
@@ -15,7 +42,7 @@ fix bibtex in citation file.
1542 https://github.com/Axelrod-Python/Axelrod/pull/968
1643
1744Here 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
1946
2047# v2.9.0, 2017-04-11
2148
0 commit comments