Skip to content

Commit 99c231b

Browse files
committed
Release 2.1.0
1 parent 27a9bd4 commit 99c231b

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+
# v2.1.0, 2016-12-8
2+
3+
New strategies, ability to fingerprint instances and appearance improvements to
4+
fingerprint plots.
5+
6+
- New Meta strategies
7+
https://github.com/Axelrod-Python/Axelrod/pull/777
8+
- Better and better, Worse and Worse 2, Worse and Worse 3
9+
https://github.com/Axelrod-Python/Axelrod/pull/786
10+
- Add ability to Fingerprint instances
11+
https://github.com/Axelrod-Python/Axelrod/pull/785
12+
- Add plotting options to fingerprint
13+
https://github.com/Axelrod-Python/Axelrod/pull/787
14+
15+
Here are all the commits for this PR:
16+
https://github.com/Axelrod-Python/Axelrod/compare/v2.0.0...v2.1.0
17+
118
# v2.0.0, 2016-12-05
219

320
Dropping support for python 2, bug fixes, minor tidy of code (thanks to

axelrod/version.py

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

0 commit comments

Comments
 (0)