Skip to content

Commit bf42a8b

Browse files
committed
Release v4.10.0
1 parent 8b1f665 commit bf42a8b

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGES.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# v4.10.0, 2020-08-12
2+
3+
Major rewrite of the random seeding (which fixes a reproducibility bug when
4+
using parallel processing), support for python 3.8 and various
5+
documentation/internal fixes.
6+
7+
- Move CI to github actions
8+
https://github.com/Axelrod-Python/Axelrod/pull/1309
9+
https://github.com/Axelrod-Python/Axelrod/pull/1322
10+
https://github.com/Axelrod-Python/Axelrod/pull/1327
11+
- Sort all import statements using isort
12+
https://github.com/Axelrod-Python/Axelrod/pull/1351
13+
- Add a test that all strategies have names
14+
https://github.com/Axelrod-Python/Axelrod/pull/1354
15+
- Add a function to automatically check what information is used by strategies
16+
https://github.com/Axelrod-Python/Axelrod/pull/1355
17+
https://github.com/Axelrod-Python/Axelrod/pull/1331
18+
- Minor documentation fixes
19+
https://github.com/Axelrod-Python/Axelrod/pull/1321
20+
https://github.com/Axelrod-Python/Axelrod/pull/1329
21+
https://github.com/Axelrod-Python/Axelrod/pull/1357
22+
https://github.com/Axelrod-Python/Axelrod/pull/1358
23+
https://github.com/Axelrod-Python/Axelrod/pull/1363
24+
- Add python 3.8 support
25+
https://github.com/Axelrod-Python/Axelrod/pull/1366
26+
- Improve tests
27+
https://github.com/Axelrod-Python/Axelrod/pull/1332
28+
https://github.com/Axelrod-Python/Axelrod/pull/1333
29+
https://github.com/Axelrod-Python/Axelrod/pull/1359
30+
- Fix RevisedDowning
31+
https://github.com/Axelrod-Python/Axelrod/pull/1323
32+
33+
https://github.com/Axelrod-Python/Axelrod/compare/v4.10.0...v4.9.1
34+
135
# v4.9.1, 2020-04-08
236

337
Bug fixes

axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.9.1"
1+
__version__ = "4.10.0"

0 commit comments

Comments
 (0)