Skip to content

Commit d28234e

Browse files
committed
Release v2.8.0
1 parent d0c1636 commit d28234e

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGES.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# v2.8.0, 2017-04-02
2+
3+
Source code cleanup, test refactor, new strategies and improved `__repr__` of
4+
strategies
5+
6+
- Improved/refactored source code:
7+
https://github.com/Axelrod-Python/Axelrod/pull/917
8+
https://github.com/Axelrod-Python/Axelrod/pull/952
9+
- Internal improvement: remove the `init_args` decorator as superseded by the
10+
`kward_args`:
11+
https://github.com/Axelrod-Python/Axelrod/pull/918
12+
- Strategy `__repr__` now automatically includes all parameters of a strategy:
13+
https://github.com/Axelrod-Python/Axelrod/pull/953
14+
https://github.com/Axelrod-Python/Axelrod/pull/922
15+
- Type hints:
16+
https://github.com/Axelrod-Python/Axelrod/pull/883
17+
https://github.com/Axelrod-Python/Axelrod/pull/935
18+
https://github.com/Axelrod-Python/Axelrod/pull/949
19+
https://github.com/Axelrod-Python/Axelrod/pull/951
20+
- Refactor of tests:
21+
https://github.com/Axelrod-Python/Axelrod/pull/924
22+
https://github.com/Axelrod-Python/Axelrod/pull/927
23+
https://github.com/Axelrod-Python/Axelrod/pull/928
24+
https://github.com/Axelrod-Python/Axelrod/pull/933
25+
https://github.com/Axelrod-Python/Axelrod/pull/934
26+
https://github.com/Axelrod-Python/Axelrod/pull/937
27+
- New strategy: `SlowTitForTwoTats2`
28+
https://github.com/Axelrod-Python/Axelrod/pull/926
29+
- New strategy: `GeneralSoftGrudger`
30+
https://github.com/Axelrod-Python/Axelrod/pull/936
31+
32+
Here are all the commits for this PR:
33+
https://github.com/Axelrod-Python/Axelrod/compare/v2.7.0...v2.8.0
34+
135
# v2.7.0, 2017-03-17
236

337
New strategies, increased test coverage, refactor of some tests, documentation

axelrod/version.py

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

0 commit comments

Comments
 (0)