Skip to content

Commit 7fd7895

Browse files
committed
Release v4.4.0
1 parent 1a7688b commit 7fd7895

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGES.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v4.4.0, 2018-10-30
2+
3+
2 new strategies and internal refactoring.
4+
5+
- Clean citations of library
6+
https://github.com/Axelrod-Python/Axelrod/pull/1221
7+
https://github.com/Axelrod-Python/Axelrod/pull/1220
8+
- Fix numpy depreciation warnings
9+
https://github.com/Axelrod-Python/Axelrod/pull/1218
10+
- Code refactoring
11+
https://github.com/Axelrod-Python/Axelrod/pull/1204
12+
https://github.com/Axelrod-Python/Axelrod/pull/1205
13+
https://github.com/Axelrod-Python/Axelrod/pull/1206
14+
https://github.com/Axelrod-Python/Axelrod/pull/1208
15+
https://github.com/Axelrod-Python/Axelrod/pull/1210
16+
https://github.com/Axelrod-Python/Axelrod/pull/1212
17+
https://github.com/Axelrod-Python/Axelrod/pull/1216
18+
https://github.com/Axelrod-Python/Axelrod/pull/1219
19+
- Two new strategies
20+
https://github.com/Axelrod-Python/Axelrod/pull/1215
21+
22+
https://github.com/Axelrod-Python/Axelrod/compare/v4.4.0...v4.3.0
23+
124
# v4.3.0, 2018-08-30
225

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

27-
https://github.com/Axelrod-Python/Axelrod/compare/v4.3.2...v4.2.2
50+
https://github.com/Axelrod-Python/Axelrod/compare/v4.3.0...v4.2.2
2851

2952
# v4.2.2, 2018-07-30
3053

axelrod/version.py

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

0 commit comments

Comments
 (0)