File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v4.12.0, 2021-05-25
2
+
3
+ New documentation structure, new strategy and ability to pass a custom match to
4
+ the Moran class.
5
+
6
+ - Move documentation to diataxis framework
7
+ https://github.com/Axelrod-Python/Axelrod/pull/1391
8
+ - Add the CAPRI strategy
9
+ https://github.com/Axelrod-Python/Axelrod/pull/1393
10
+ - Add custom matches to Moran process
11
+ https://github.com/Axelrod-Python/Axelrod/pull/1397
12
+ - Update CITATIONS.md
13
+ https://github.com/Axelrod-Python/Axelrod/pull/1389
14
+ - Fix contributor documentation links
15
+ https://github.com/Axelrod-Python/Axelrod/pull/1396
16
+
17
+ https://github.com/Axelrod-Python/Axelrod/compare/v4.12.0...v4.11.0
18
+
1
19
# v4.11.0, 2021-05-25
2
20
3
21
A number of improvements to documentation, a new strategy, removing the cheating
4
22
strategies and a number of internal fixes.
5
23
6
- - Use black style formatting
24
+ - Use black style formatting
7
25
https://github.com/Axelrod-Python/Axelrod/pull/1368
8
26
- Move to ` dev ` as main branch
9
27
https://github.com/Axelrod-Python/Axelrod/pull/1367
Original file line number Diff line number Diff line change 1
- __version__ = "4.11 .0"
1
+ __version__ = "4.12 .0"
You can’t perform that action at this time.
0 commit comments