Skip to content

Commit 1becc9a

Browse files
committed
Release v4.9.0
1 parent f7244e6 commit 1becc9a

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGES.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# v4.9.0, 2020-04-07
2+
3+
New strategies, new classifier system and internal improvements/fixes.
4+
5+
- Cleanup the tests:
6+
https://github.com/Axelrod-Python/Axelrod/pull/1308
7+
- Create function to handle internal file paths:
8+
https://github.com/Axelrod-Python/Axelrod/pull/1307
9+
- Fix bug in Result set:
10+
https://github.com/Axelrod-Python/Axelrod/pull/1305
11+
- Improve and expand LR Player's docstring
12+
https://github.com/Axelrod-Python/Axelrod/pull/1303
13+
- New strategy classifier mechanism:
14+
https://github.com/Axelrod-Python/Axelrod/pull/1300
15+
- Add new Gradual strategy:
16+
https://github.com/Axelrod-Python/Axelrod/pull/1299
17+
- Add missing author to docs bibliography:
18+
https://github.com/Axelrod-Python/Axelrod/pull/1295
19+
- Suppress numpy warnings:
20+
https://github.com/Axelrod-Python/Axelrod/pull/1292
21+
- Fix documentation:
22+
https://github.com/Axelrod-Python/Axelrod/pull/1291
23+
- Fix FirstByDowning:
24+
https://github.com/Axelrod-Python/Axelrod/pull/1285
25+
- Add citations:
26+
https://github.com/Axelrod-Python/Axelrod/pull/1281
27+
28+
https://github.com/Axelrod-Python/Axelrod/compare/v4.9.0...v4.8.0
29+
130
# v4.8.0, 2019-12-16
231

332
Reimplementation of first tournament strategies, rename of second tournament

axelrod/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.8.0"
1+
__version__ = "4.9.0"

0 commit comments

Comments
 (0)