Skip to content

Commit

Permalink
Release v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Oct 31, 2018
1 parent 1a7688b commit 7fd7895
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v4.4.0, 2018-10-30

2 new strategies and internal refactoring.

- Clean citations of library
https://github.com/Axelrod-Python/Axelrod/pull/1221
https://github.com/Axelrod-Python/Axelrod/pull/1220
- Fix numpy depreciation warnings
https://github.com/Axelrod-Python/Axelrod/pull/1218
- Code refactoring
https://github.com/Axelrod-Python/Axelrod/pull/1204
https://github.com/Axelrod-Python/Axelrod/pull/1205
https://github.com/Axelrod-Python/Axelrod/pull/1206
https://github.com/Axelrod-Python/Axelrod/pull/1208
https://github.com/Axelrod-Python/Axelrod/pull/1210
https://github.com/Axelrod-Python/Axelrod/pull/1212
https://github.com/Axelrod-Python/Axelrod/pull/1216
https://github.com/Axelrod-Python/Axelrod/pull/1219
- Two new strategies
https://github.com/Axelrod-Python/Axelrod/pull/1215

https://github.com/Axelrod-Python/Axelrod/compare/v4.4.0...v4.3.0

# v4.3.0, 2018-08-30

Big code base cleanup, ability to pass a fitness transform to the Moran process,
Expand All @@ -24,7 +47,7 @@ minor bug fixes.
- Fix bug in graphs: https://github.com/Axelrod-Python/Axelrod/pull/1189
- Tweak a random test seed: https://github.com/Axelrod-Python/Axelrod/pull/1201

https://github.com/Axelrod-Python/Axelrod/compare/v4.3.2...v4.2.2
https://github.com/Axelrod-Python/Axelrod/compare/v4.3.0...v4.2.2

# v4.2.2, 2018-07-30

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.3.0"
__version__ = "4.4.0"

0 comments on commit 7fd7895

Please sign in to comment.