Skip to content

Commit ff0fdb9

Browse files
committed
Release v2.11.0
1 parent 4891d18 commit ff0fdb9

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGES.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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

330
Bug 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

1744
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
1946

2047
# v2.9.0, 2017-04-11
2148

axelrod/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.10.0"
1+
__version__ = "2.11.0"

0 commit comments

Comments
 (0)