Skip to content

Commit

Permalink
Merge pull request #753 from MFraters/update_version_number_to_v1.0.0
Browse files Browse the repository at this point in the history
Bump world builder version to v1.0.0.
  • Loading branch information
MFraters authored Aug 29, 2024
2 parents 78b6a18 + 33da27a commit 15b8aae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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]
## [1.0.0]
### Added
- Added the ability to calculate the water content within the oceanic plate feature and the subducting plate feature. The implementation samples the temperature within the feature, calculates a lithostatic pressure, and determines the water content using parameterized phase diagrams for 4 different lithologies: sediment, mid ocean ridge basalt (MORB), gabbro, and peridotite from [Tian et al., 2019](https://doi.org/10.1029/2019GC008488). \[Daniel Douglas; 2024-08-20; [#661](https://github.com/GeodynamicWorldBuilder/WorldBuilder/pull/661)\]
- Added a `random uniform distribution deflected` grains model for all features that allows an initial texture computed from a random uniform distribution of rotation matrices applied to a given orientation specified as a set of Euler angles or a rotation matrix. \[Yijun Wang; 2024-06-06; [#713](https://github.com/GeodynamicWorldBuilder/WorldBuilder/pull/713)\]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-pre
1.0.0
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.0.0-pre.{build}'
version: '1.0.0.{build}'

image: Visual Studio 2015

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 = 1.0.0-pre
PROJECT_NUMBER = 1.0.0
PROJECT_BRIEF = "A geodynamic initial conditions generator"
PROJECT_LOGO =
OUTPUT_DIRECTORY = doc/doxygen/
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 = '1.0.0-pre'
html_title = "Manual GWB 1.0.0-pre"
release = '1.0.0'
html_title = "Manual GWB 1.0.0"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 15b8aae

Please sign in to comment.