Skip to content

Commit efcaa2e

Browse files
committed
New relase v1.7.0
1 parent b9b4a6b commit efcaa2e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGES.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v1.7.0, 2016-08-14
2+
3+
Probabilistic ending spatial tournaments, classifier for long run time, style
4+
improvements, documentation improvements (including a bibliography) and bug fix.
5+
6+
- Probabilistic ending spatial tournaments:
7+
https://github.com/Axelrod-Python/Axelrod/pull/674
8+
- Classifier for strategies that have a long run time:
9+
https://github.com/Axelrod-Python/Axelrod/issues/690
10+
- Documentation and style
11+
cleanup:https://github.com/Axelrod-Python/Axelrod/issues/675,
12+
https://github.com/Axelrod-Python/Axelrod/pull/687,
13+
https://github.com/Axelrod-Python/Axelrod/pull/685,
14+
https://github.com/Axelrod-Python/Axelrod/pull/682
15+
- Fix the noise in spatial tournaments:
16+
https://github.com/Axelrod-Python/Axelrod/pull/679
17+
18+
Here are all the commits for this PR:
19+
https://github.com/Axelrod-Python/Axelrod/compare/v1.6.0...v1.7.0
20+
121
# v1.6.0, 2016-07-31
222

323
Renaming of strategies, big performance improvement for result analysis and bug

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.6.0',
9+
version='1.7.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)