Skip to content

Commit 8ec66bc

Browse files
committed
Add changelog
1 parent 95bc065 commit 8ec66bc

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
Changelog
2+
#########
3+
4+
v0.3.0 (2017-07-25)
5+
-------------------
6+
7+
* Bug in strategy K74RXX fixed and the strategy added back into the compiled
8+
output
9+
10+
v0.2.0 (2017-07-24)
11+
-------------------
12+
13+
* Functions are split between those for strategies and those for running the
14+
original tournament and separate folders created for each category
15+
16+
* The makefile compiles the strategies into a separate shared object file
17+
whilst the tournament source is compiled into an executable that links to
18+
the shared object file
19+
20+
v0.1.0 (2017-07-20)
21+
-------------------
22+
23+
Original downloaded code with the following changes necessary in order to
24+
ensure that it will compile using gfortran version 7.1.0:
25+
26+
* Indentation in the downloaded html corrected to ensure the Fortran is valid
27+
28+
* Html codes '&lt;' and '&gt;' replaced with '<' and '>'
29+
30+
* The use of '=' in conditional expressions replaced with '=='
31+
32+
* Lines longer than 72 characters split into multiple lines with continuation
33+
characters added
34+
35+
* JSeconds function replaced with secnds
36+
37+
* DATE and TIME functions replaced with date_and_time
38+
39+
* Use of a real variable as an arrary index in strategy K85R corrected
40+
41+
* Removal of strategy K74RXX from the compiled executable due to an
42+
unresolved bug that prevents compilation
43+
44+
And splitting of the original single file into separate files for each
45+
function.
46+
47+
The makefile in this release compiles the entire source code to a single
48+
executable.

0 commit comments

Comments
 (0)