File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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
326Big 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
Original file line number Diff line number Diff line change 1- __version__ = "4.3 .0"
1+ __version__ = "4.4 .0"
You can’t perform that action at this time.
0 commit comments