From 7d813a0059e63308d0827998567df5df60a6c94a Mon Sep 17 00:00:00 2001 From: Bob Myhill Date: Wed, 14 Sep 2022 23:30:25 +0100 Subject: [PATCH] version bump --- Readme.md | 4 ++-- burnman/__init__.py | 8 ++++---- burnman/version.py | 2 +- changelog.txt | 13 +++++++++++++ docs/index.rst | 2 +- 5 files changed, 21 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index e68bd50bd..bb73e0099 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5552756.svg)](https://doi.org/10.5281/zenodo.5552756) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7080174.svg)](https://doi.org/10.5281/zenodo.7080174) # BurnMan - a thermoelastic and thermodynamic toolkit for the Earth and planetary sciences @@ -20,7 +20,7 @@ Source code: https://github.com/geodynamics/burnman Forums: https://community.geodynamics.org/c/burnman -Authors (as of 2021): +Authors (as of 2022): * Bob (Robert) Myhill (main contributor) * Cayman Unterborn * Ian Rose diff --git a/burnman/__init__.py b/burnman/__init__.py index f1067329e..9a201fdae 100644 --- a/burnman/__init__.py +++ b/burnman/__init__.py @@ -1,6 +1,6 @@ # This file is part of BurnMan - a thermoelastic and thermodynamic toolkit for # the Earth and Planetary Sciences -# Copyright (C) 2012 - 2021 by the BurnMan team, released under the GNU +# Copyright (C) 2012 - 2022 by the BurnMan team, released under the GNU # GPL v2 or later. @@ -162,9 +162,9 @@ If you use BurnMan in your work, we ask that you cite the following publications: - - Myhill, R., Cottaar, S., Heister, T., Rose, I., and Unterborn, C. (2021): - BurnMan v1.0.1 [Software]. Computational Infrastructure for Geodynamics. Zenodo. - `(https://doi.org/10.5281/zenodo.5552756) `_ + - Myhill, R., Cottaar, S., Heister, T., Rose, I., and Unterborn, C. (2022): + BurnMan v1.1.0 [Software]. Computational Infrastructure for Geodynamics. Zenodo. + `(https://doi.org/10.5281/zenodo.7080174) `_ - Cottaar S., Heister, T., Rose, I., and Unterborn, C., 2014, BurnMan: A lower mantle mineral physics toolkit, Geochemistry, Geophysics, and diff --git a/burnman/version.py b/burnman/version.py index aa4d4107c..e284ae337 100644 --- a/burnman/version.py +++ b/burnman/version.py @@ -1,2 +1,2 @@ -version = '1.1.0pre' +version = '1.1.0' short_version = '1.1.0' diff --git a/changelog.txt b/changelog.txt index 1376e04eb..d23f57a6c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,18 @@ Changelog --------- +Release v1.1.0 (September 14, 2022) + - the equilibrate function now solves problems where the bulk composition is allowed to vary + - the solution model formulation has been updated to allow site multiplicities to vary linearly with endmember proportions (as in a Temkin model) + - a new BoundaryLayerPerturbation class has been implemented to enable thermal perturbations to be added to planetary layers + - a new equation of state, BroshCalphad has been implemented, following Brosh et al. (2007) + - the Composite class now has a chemical_potential method + - a new Calibrant class, that enables users to calculate pressure/volume as a function of volume/pressure and temperature, also allowing propagation of uncertainties + - a new eos fitting function, fit_XPTp_data, that enables fitting of solution model parameters to experimental data + - Material classes now have a method called set_state_with_volume + - a new ElasticSolution class that defines excess solution properties as a function of the volume and temperature of the endmembers, rather than pressure and temperature + - excess properties of solution models can now be defined using a function, rather than by hardwired functional forms + + Release v1.0.1 (October 6, 2021) - Adds missing optimize submodule. diff --git a/docs/index.rst b/docs/index.rst index a314a3487..e356bbc9d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,7 +30,7 @@ If you use BurnMan in your work, we ask that you cite the following publications - Myhill, R., Cottaar, S., Heister, T., Rose, I., and Unterborn, C. (2021): BurnMan v1.0.1 [Software]. Computational Infrastructure for Geodynamics. Zenodo. - `(https://doi.org/10.5281/zenodo.5552756) `_ + `(https://doi.org/10.5281/zenodo.7080174) `_ - Cottaar S., Heister, T., Rose, I., and Unterborn, C., 2014, BurnMan: A lower mantle mineral physics toolkit, Geochemistry, Geophysics, and