Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmyhill committed Sep 14, 2022
1 parent ae47857 commit 7d813a0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions 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.


Expand Down Expand Up @@ -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) <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) <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
Expand Down
2 changes: 1 addition & 1 deletion burnman/version.py
@@ -1,2 +1,2 @@
version = '1.1.0pre'
version = '1.1.0'
short_version = '1.1.0'
13 changes: 13 additions & 0 deletions 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -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.5552756>`_
`(https://doi.org/10.5281/zenodo.7080174) <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
Expand Down

0 comments on commit 7d813a0

Please sign in to comment.