Skip to content

Commit

Permalink
Merge pull request #190 from MFraters/release_v0.3.0
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
MFraters authored Jun 18, 2020
2 parents 85fad2d + 68574e8 commit 924b1ce
Show file tree
Hide file tree
Showing 145 changed files with 184 additions and 152 deletions.
12 changes: 6 additions & 6 deletions CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ URL = {https://se.copernicus.org/articles/10/1785/2019/},
DOI = {10.5194/se-10-1785-2019}
}

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

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Please do not keep it to yourself and let us know. Others will also profit from
## How to cite?
The developers of the Geodynamic World Builder request that you cite the following publication:

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 Discuss., [https://doi.org/10.5194/se-2019-24](https://doi.org/10.5194/se-2019-24), 2019.
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, [https://doi.org/10.5194/se-10-1785-2019](https://doi.org/10.5194/se-10-1785-2019), 2019.

And cite the specific version of the software used. Version 0.2.0 can be cited as:
And cite the specific version of the software used. Version 0.3.0 can be cited as:

Menno Fraters and others. 2019, October 23. The Geodynamic World Builder v0.2.0. Zenodo. [https://doi.org/10.5281/zenodo.3517132](https://doi.org/10.5281/zenodo.3517132).
Menno Fraters and others. 2019, October 23. The Geodynamic World Builder v0.3.0. Zenodo. [https://doi.org/10.5281/zenodo.3900603](https://doi.org/10.5281/zenodo.3900603).

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0-pre
0.3.0
2 changes: 1 addition & 1 deletion app/main.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
7 changes: 7 additions & 0 deletions doc/changelog/changelog_header.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* @page changes_between_OLDVERSION_and_NEWVERSION Changes between version OLDVERSION and version NEWVERSION
*
* <p> This is the list of changes made after the release of ASPECT version
* OLDVERSION for version NEWVERSION. aaa
* a</p>a
*/
25 changes: 25 additions & 0 deletions doc/changelog/to-0.3.0.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/**
* @page changes_between_0.2.0_and_0.3.0 Changes between version 0.2.0 and version 0.3.0
*
* This is the list of changes made after the release of ASPECT version
* 0.2.0 and before 0.3.0.
*
*
* <ol>
* <li> Change: Fortran compiler is now optional
*
* <li> Change: The world builder no longer requires or uses OpenMP. It was not used in the core
* library, but used to speed up the Visualization program. That uses its own threads now.
*
* <li> New: A Python interface has been added. It is now possible to use the World Builder from a
* Python program. Integration with numpy has not yet been added.
*
* <li> New: An experimental grains interface containing grain sizes and orientations has been added.
*
* <li> Change: The usage of cmake has been moderized allowing for more flexibility
*
* <li> Fixed: The code has been refactored and cleaned exstinively and new compiler warnings have been
* enabled and fixed.
* </ol>
*
*/
4 changes: 2 additions & 2 deletions doc/doxygen_config.dox
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "World Builder"
PROJECT_NUMBER = 0.3.0-pre
PROJECT_NUMBER = 0.3.0
PROJECT_BRIEF = "A geodynamic initial conditions generator"
PROJECT_LOGO =
OUTPUT_DIRECTORY = doc/doxygen/
Expand Down Expand Up @@ -112,7 +112,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = README.md source include
INPUT = README.md source include doc/changelog
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.cc \
Expand Down
4 changes: 2 additions & 2 deletions doc/manual/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ \section{Citing the world builder}

\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.\\

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

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


\section{Acknowledgments}
Expand Down
2 changes: 1 addition & 1 deletion include/world_builder/coordinate_systems/cartesian.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
2 changes: 1 addition & 1 deletion include/world_builder/coordinate_systems/interface.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
2 changes: 1 addition & 1 deletion include/world_builder/coordinate_systems/spherical.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
2 changes: 1 addition & 1 deletion include/world_builder/features/continental_plate.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
2 changes: 1 addition & 1 deletion include/world_builder/features/fault.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
2 changes: 1 addition & 1 deletion include/world_builder/features/interface.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
2 changes: 1 addition & 1 deletion include/world_builder/features/mantle_layer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
2 changes: 1 addition & 1 deletion include/world_builder/features/oceanic_plate.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2018 by the authors of the World Builder code.
Copyright (C) 2018 - 2020 by the authors of the World Builder code.
This file is part of the World Builder.
Expand Down
Loading

0 comments on commit 924b1ce

Please sign in to comment.