Skip to content

Commit

Permalink
Release v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Oct 23, 2019
1 parent bda5ba5 commit 80190db
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v4.7.0, 2019-10-23

New Moran process mechanics, new strategy implementations, drop support for
python 3.5 and various minor fixes.

- Drop support for python 3.5:
https://github.com/Axelrod-Python/Axelrod/pull/1255
https://github.com/Axelrod-Python/Axelrod/pull/1254
- New strategies:
https://github.com/Axelrod-Python/Axelrod/pull/1263
- Bug fix:
https://github.com/Axelrod-Python/Axelrod/pull/1260
- Documentation fixes:
https://github.com/Axelrod-Python/Axelrod/pull/1266
https://github.com/Axelrod-Python/Axelrod/pull/1262
- Implement Evolvable Player for Moran processes:
https://github.com/Axelrod-Python/Axelrod/pull/1267
https://github.com/Axelrod-Python/Axelrod/pull/1256
- Update citations: https://github.com/Axelrod-Python/Axelrod/pull/1249

https://github.com/Axelrod-Python/Axelrod/compare/v4.7.0...v4.6.0

# v4.6.0, 2019-05-20

New history class, new strategy from Axelrod's first tournament and a number of
Expand Down
2 changes: 1 addition & 1 deletion axelrod/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.6.0"
__version__ = "4.7.0"

0 comments on commit 80190db

Please sign in to comment.