|
| 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 | + |
1 | 29 | # v4.2.2, 2018-07-30
|
2 | 30 |
|
3 | 31 | Update of training weights for neural network strategy
|
4 | 32 |
|
5 |
| -- Add an upper bound for a dependency version |
| 33 | +- Update training weights |
6 | 34 | https://github.com/Axelrod-Python/Axelrod/pull/1182
|
7 | 35 |
|
8 | 36 | https://github.com/Axelrod-Python/Axelrod/compare/v4.2.2...v4.2.1
|
|
0 commit comments