Skip to content

Commit 58b0536

Browse files
committed
Release 1.5.0
1 parent d80465f commit 58b0536

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGES.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# v1.5.0, 2016-06-22
2+
3+
New tournament type, new strategy, seeding, dev tools, docs + minor/bug fixes
4+
5+
User facing:
6+
7+
- Spatial tournaments: https://github.com/Axelrod-Python/Axelrod/pull/654
8+
- New strategy, slow tit for tat:
9+
https://github.com/Axelrod-Python/Axelrod/pull/659
10+
- Seed the library: https://github.com/Axelrod-Python/Axelrod/pull/653
11+
- More uniform strategy transformer behaviour:
12+
https://github.com/Axelrod-Python/Axelrod/pull/657
13+
- Results can be calculated with non default game:
14+
https://github.com/Axelrod-Python/Axelrod/pull/656
15+
16+
Documentation:
17+
18+
- A community page: https://github.com/Axelrod-Python/Axelrod/pull/656
19+
- An overall results page that replaces the payoff matrix page:
20+
https://github.com/Axelrod-Python/Axelrod/pull/660
21+
22+
Development:
23+
24+
- A git hook script for commit messages:
25+
https://github.com/Axelrod-Python/Axelrod/pull/648
26+
- Caching of hypothesis database on travis:
27+
https://github.com/Axelrod-Python/Axelrod/pull/658
28+
29+
Here are all the commits for this PR:
30+
https://github.com/Axelrod-Python/Axelrod/compare/v1.4.0...v1.5.0
31+
132
# v1.4.0, 2016-06-22
233

334
New strategy.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='Axelrod',
9-
version='1.4.0',
9+
version='1.5.0',
1010
install_requires=requirements,
1111
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
1212
author_email=('[email protected]'),

0 commit comments

Comments
 (0)