Skip to content

Commit 16ed7d2

Browse files
committed
Release v1.6.0.
1 parent 0775645 commit 16ed7d2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v1.6.0, 2016-07-31
2+
3+
Renaming of strategies, big performance improvement for result analysis and bug
4+
fixes
5+
6+
- axelrod.strategies is a list of well behaved (non cheating strategies):
7+
https://github.com/Axelrod-Python/Axelrod/pull/665
8+
- The results set now has much lower memory footprint and is much faster:
9+
https://github.com/Axelrod-Python/Axelrod/pull/672
10+
- Correct calculation for mean score diffs:
11+
https://github.com/Axelrod-Python/Axelrod/pull/671
12+
- Error catching for bug with OSX, virtual envs and matplotlib:
13+
https://github.com/Axelrod-Python/Axelrod/pull/669
14+
15+
Here are all the commits for this PR:
16+
https://github.com/Axelrod-Python/Axelrod/compare/v1.5.0...v1.6.0
17+
118
# v1.5.0, 2016-07-19
219

320
New tournament type, new strategy, seeding, dev tools, docs + minor/bug fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='Axelrod',
9-
version='1.5.0',
9+
version='1.6.0',
1010
install_requires=requirements,
1111
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
1212
author_email=('axelrod-python@googlegroups.com'),

0 commit comments

Comments
 (0)