Skip to content

Commit 81d2076

Browse files
committed
Release v4.3.0
1 parent eddbc71 commit 81d2076

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGES.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
1+
# v4.3.0, 2018-08-30
2+
3+
Big code base cleanup, ability to pass a fitness transform to the Moran process,
4+
minor bug fixes.
5+
6+
- Use black and isort on entire library:
7+
https://github.com/Axelrod-Python/Axelrod/pull/1203
8+
- Refactor of actions modules:
9+
https://github.com/Axelrod-Python/Axelrod/pull/1193
10+
- Refactor of deterministic cache, ecosystem and eigen:
11+
https://github.com/Axelrod-Python/Axelrod/pull/1197
12+
https://github.com/Axelrod-Python/Axelrod/pull/1195
13+
- Refactor strategy utils module:
14+
https://github.com/Axelrod-Python/Axelrod/pull/1196
15+
- Order Actions: https://github.com/Axelrod-Python/Axelrod/pull/1199
16+
- Add ability to pass fitness transformation to Moran process:
17+
https://github.com/Axelrod-Python/Axelrod/pull/1198
18+
- Add a matplotlibrc for testing purposes:
19+
https://github.com/Axelrod-Python/Axelrod/pull/1194
20+
https://github.com/Axelrod-Python/Axelrod/pull/1191
21+
- Add a page of citations: https://github.com/Axelrod-Python/Axelrod/pull/1188
22+
- Fix bug in lookerup players:
23+
https://github.com/Axelrod-Python/Axelrod/pull/1190
24+
- Fix bug in graphs: https://github.com/Axelrod-Python/Axelrod/pull/1189
25+
- Tweak a random test seed: https://github.com/Axelrod-Python/Axelrod/pull/1201
26+
27+
https://github.com/Axelrod-Python/Axelrod/compare/v4.3.2...v4.2.2
28+
129
# v4.2.2, 2018-07-30
230

331
Update of training weights for neural network strategy
432

5-
- Add an upper bound for a dependency version
33+
- Update training weights
634
https://github.com/Axelrod-Python/Axelrod/pull/1182
735

836
https://github.com/Axelrod-Python/Axelrod/compare/v4.2.2...v4.2.1

0 commit comments

Comments
 (0)