Skip to content

Commit 924b1ce

Browse files
authored
Merge pull request #190 from MFraters/release_v0.3.0
Release v0.3.0
2 parents 85fad2d + 68574e8 commit 924b1ce

File tree

145 files changed

+184
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+184
-152
lines changed

CITATION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ URL = {https://se.copernicus.org/articles/10/1785/2019/},
1010
DOI = {10.5194/se-10-1785-2019}
1111
}
1212

13-
@misc{gwb-doi-v0.2.0,
14-
title = {{The Geodynamic World Builder} v2.1.0 [software]},
13+
@misc{gwb-doi-v0.3.0,
14+
title = {{The Geodynamic World Builder} v0.3.0 [software]},
1515
author = {Menno Fraters and
1616
others},
17-
month = oct,
18-
year = 2019,
19-
DOI = {10.5281/zenodo.3517132]},
20-
URL = {https://doi.org/10.5281/zenodo.3517132]},
17+
month = jun,
18+
year = 2020,
19+
DOI = {10.5281/zenodo.3900603]},
20+
URL = {https://doi.org/10.5281/zenodo.3900603]},
2121
}
2222

README.md

Lines changed: 3 additions & 3 deletions

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0-pre
1+
0.3.0

app/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2018 by the authors of the World Builder code.
2+
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
33
44
This file is part of the World Builder.
55
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* @page changes_between_OLDVERSION_and_NEWVERSION Changes between version OLDVERSION and version NEWVERSION
3+
*
4+
* <p> This is the list of changes made after the release of ASPECT version
5+
* OLDVERSION for version NEWVERSION. aaa
6+
* a</p>a
7+
*/

doc/changelog/to-0.3.0.h

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/**
2+
* @page changes_between_0.2.0_and_0.3.0 Changes between version 0.2.0 and version 0.3.0
3+
*
4+
* This is the list of changes made after the release of ASPECT version
5+
* 0.2.0 and before 0.3.0.
6+
*
7+
*
8+
* <ol>
9+
* <li> Change: Fortran compiler is now optional
10+
*
11+
* <li> Change: The world builder no longer requires or uses OpenMP. It was not used in the core
12+
* library, but used to speed up the Visualization program. That uses its own threads now.
13+
*
14+
* <li> New: A Python interface has been added. It is now possible to use the World Builder from a
15+
* Python program. Integration with numpy has not yet been added.
16+
*
17+
* <li> New: An experimental grains interface containing grain sizes and orientations has been added.
18+
*
19+
* <li> Change: The usage of cmake has been moderized allowing for more flexibility
20+
*
21+
* <li> Fixed: The code has been refactored and cleaned exstinively and new compiler warnings have been
22+
* enabled and fixed.
23+
* </ol>
24+
*
25+
*/

doc/doxygen_config.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = "World Builder"
8-
PROJECT_NUMBER = 0.3.0-pre
8+
PROJECT_NUMBER = 0.3.0
99
PROJECT_BRIEF = "A geodynamic initial conditions generator"
1010
PROJECT_LOGO =
1111
OUTPUT_DIRECTORY = doc/doxygen/
@@ -112,7 +112,7 @@ WARN_LOGFILE =
112112
#---------------------------------------------------------------------------
113113
# Configuration options related to the input files
114114
#---------------------------------------------------------------------------
115-
INPUT = README.md source include
115+
INPUT = README.md source include doc/changelog
116116
INPUT_ENCODING = UTF-8
117117
FILE_PATTERNS = *.c \
118118
*.cc \

doc/manual/manual.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ \section{Citing the world builder}
165165

166166
\noindent Fraters, M., Thieulot, C., van den Berg, A., and Spakman, W.: The Geodynamic World Builder: a solution for complex initial conditions in numerical modelling, Solid Earth., 10, 1785–1807, \url{https://doi.org/10.5194/se-10-1785-2019}, 2019.\\
167167

168-
\noindent And cite the specific version of the software used. Version 0.2.0 can be cited as:\\
168+
\noindent And cite the specific version of the software used. Version 0.3.0 can be cited as:\\
169169

170-
\noindent Menno Fraters and others. 2019, October 23. The Geodynamic World Builder v0.2.0. Zenodo. \url{https://doi.org/10.5281/zenodo.3517132}.
170+
\noindent Menno Fraters and others. 2019, October 23. The Geodynamic World Builder v0.3.0. Zenodo. \url{https://doi.org/10.5281/zenodo.3900603}.
171171

172172

173173
\section{Acknowledgments}

include/world_builder/coordinate_systems/cartesian.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2018 by the authors of the World Builder code.
2+
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
33
44
This file is part of the World Builder.
55

include/world_builder/coordinate_systems/interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2018 by the authors of the World Builder code.
2+
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
33
44
This file is part of the World Builder.
55

0 commit comments

Comments
 (0)