Skip to content

Commit

Permalink
Merge pull request #698 from MFraters/post_v0.6.0_release_version_bump
Browse files Browse the repository at this point in the history
Post v0.6.0 release version bump.
  • Loading branch information
MFraters authored Mar 9, 2024
2 parents 7e8c76d + f8854bb commit a8702f7
Show file tree
Hide file tree
Showing 139 changed files with 152 additions and 148 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Add new entries a the bottom of the current list in the subheading. Item format:

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added

### Changed

### Fixed


## [0.6.0]
### Added
- Implemented the framework that will allow the mass conserving temperature model to account for the the movement of a spreading center through time. \[Daniel Douglas; Haoyuan Li; 2024-02-29; [#654](https://github.com/GeodynamicWorldBuilder/WorldBuilder/pull/654)\]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
1.0.0-pre
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.6.0.{build}'
version: '1.0.0-pre.{build}'

image: Visual Studio 2015

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section":[[0,0],[100,0]],
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section":[[0,0],[100,0]],
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section":[[0,0],[100,0]],
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
"cross section":[[0,0],[10,0]],
"features":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
"cross section":[[0,0],[10,0]],
"features":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"potential mantle temperature":1500,
"thermal expansion coefficient":2.0e-5,
"maximum distance between coordinates":100000,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/3d_cartesian_rift/3d_cartesian_rift.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"features":
[
{"model":"oceanic plate", "name":"oceanic plate A", "coordinates":[[-1e3,-1e3],[2001e3,-1e3],[2001e3,1000e3],[-1e3,1000e3]],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"surface temperature":273.15,
"potential mantle temperature":1573.15,
"thermal expansion coefficient":0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
"cross section":[[0,0],[10,0]],
"maximum distance between coordinates":0.01,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version":"0.6",
"version":"1.0",
"coordinate system":{"model":"cartesian"},
"cross section":[[0,0],[8000e3,0]],
"surface temperature":273, "potential mantle temperature":1573,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version":"0.6",
"version":"1.0",
"coordinate system":{"model":"spherical",
"depth method":"begin at end segment",
"radius":6371000.0},
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
PROJECT_NUMBER = 1.0.0-pre
PROJECT_BRIEF = "A geodynamic initial conditions generator"
PROJECT_LOGO =
OUTPUT_DIRECTORY = doc/doxygen/
Expand Down
2 changes: 1 addition & 1 deletion doc/generate_decl_schema.wb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.6",
"version": "1.0",
"features": []
}
2 changes: 1 addition & 1 deletion doc/sphinx/_static/gwb_input_files/BST_02_minimal_box.wb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.6",
"version": "1.0",
"features":[]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/_static/gwb_input_files/BST_05_limit_depth.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/_static/gwb_input_files/BST_12_sections.wb_bak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"cross section":[[0,200e3],[100e3,200e3]],
"features":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/_static/gwb_input_files/BST_17_plume.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/_static/gwb_input_files/BST_18_2D_models.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"cross section":[[0,450e3],[10e3,450e3]],
"features":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
"cross section":[[0,0.5],[1,-0.5]],
"features":
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
project = 'Geodynamic World Builder'
copyright = '2024, The authors of the Geodynamic World Builder'
# The full version, including alpha/beta/rc tags
release = '0.6.0'
html_title = "Manual GWB 0.6.0"
release = '1.0.0-pre'
html_title = "Manual GWB 1.0.0-pre"


# -- General configuration ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Creating code blocks is similar to making notes or todos. Instead of `{note}` yo
:lineno-start: 1
:emphasize-lines: 3,4
{
"version":0.6.0,
"version":1.0,
"coordinate system": {"model":"cartesian"},
}
:::
Expand All @@ -201,7 +201,7 @@ The lines starting with a colon (:) specify certain parameters which can be set,
:lineno-start: 1
:emphasize-lines: 3,4
{
"version":0.6.0,
"version":1.0,
"coordinate system": {"model":"cartesian"},
"Features":[]
}
Expand All @@ -215,7 +215,7 @@ If you need to wrap a code block in a code block, you just use more : on the out
:lineno-start: 1
:emphasize-lines: 3,4
{
"version":0.6.0,
"version":1.0,
"coordinate system": {"model":"cartesian"},
}
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Our previous minimal example looks like this:
lineno-start: 1
---
{
"version": "0.6",
"version": "1.0",
"features":[ ]
}
```
Expand All @@ -66,7 +66,7 @@ We can be more explicit and add one line setting it to the default value. Howeve
lineno-start: 1
---
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"features":[ ]
}
Expand All @@ -80,7 +80,7 @@ If you want to have a spherical model, please see {ref}`part:user_manual:chap:co
lineno-start: 1
---
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
"features":[ ]
}
Expand Down
8 changes: 2 additions & 6 deletions source/world_builder/world.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,8 @@ namespace WorldBuilder
* version number of the program.
*/

WBAssertThrow((Version::MAJOR == "0"
&& prm.get<std::string>("version") == Version::MAJOR + "." + Version::MINOR)
|| (Version::MAJOR != "0"
&& prm.get<std::string>("version") == Version::MAJOR),
"The major and minor version combination (for major version 0) or the major "
"version (for major versions after 0) for which is input file was written "
WBAssertThrow((prm.get<std::string>("version") == Version::MAJOR + "." + Version::MINOR),
"The major and minor version combination for which is input file was written "
"is not the same as the version of the World Builder you are running. This means "
"That there may have been incompatible changes made between the versions. \n\n"
"Verify those changes and whether they affect your model. If this is not "
Expand Down
2 changes: 1 addition & 1 deletion tests/data/continental_plate.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/fault_constant_angles_cartesian.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/fault_constant_angles_cartesian_2.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section": [[750e3,500e3],[500e3,0e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/fault_constant_angles_cartesian_force_temp.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/fault_different_angles_cartesian.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/interpolation_monotone_spline_cartesian.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/mantle_layer_cartesian.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/oceanic_plate_cartesian.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section": [[0,0],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/oceanic_plate_spherical.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"spherical", "depth method":"starting point"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/simple_wb1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6",
"version": "1.0",
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
"cross section":[[100e3,100e3],[400e3,500e3]],
Expand Down
Loading

0 comments on commit a8702f7

Please sign in to comment.