Skip to content

Commit 7d813a0

Browse files
committed
version bump
1 parent ae47857 commit 7d813a0

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5552756.svg)](https://doi.org/10.5281/zenodo.5552756)
1+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7080174.svg)](https://doi.org/10.5281/zenodo.7080174)
22

33
# BurnMan - a thermoelastic and thermodynamic toolkit for the Earth and planetary sciences
44

@@ -20,7 +20,7 @@ Source code: https://github.com/geodynamics/burnman
2020

2121
Forums: https://community.geodynamics.org/c/burnman
2222

23-
Authors (as of 2021):
23+
Authors (as of 2022):
2424
* Bob (Robert) Myhill (main contributor)
2525
* Cayman Unterborn
2626
* Ian Rose

burnman/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of BurnMan - a thermoelastic and thermodynamic toolkit for
22
# the Earth and Planetary Sciences
3-
# Copyright (C) 2012 - 2021 by the BurnMan team, released under the GNU
3+
# Copyright (C) 2012 - 2022 by the BurnMan team, released under the GNU
44
# GPL v2 or later.
55

66

@@ -162,9 +162,9 @@
162162
163163
If you use BurnMan in your work, we ask that you cite the following publications:
164164
165-
- Myhill, R., Cottaar, S., Heister, T., Rose, I., and Unterborn, C. (2021):
166-
BurnMan v1.0.1 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
167-
`(https://doi.org/10.5281/zenodo.5552756) <https://doi.org/10.5281/zenodo.5552756>`_
165+
- Myhill, R., Cottaar, S., Heister, T., Rose, I., and Unterborn, C. (2022):
166+
BurnMan v1.1.0 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
167+
`(https://doi.org/10.5281/zenodo.7080174) <https://doi.org/10.5281/zenodo.7080174>`_
168168
169169
- Cottaar S., Heister, T., Rose, I., and Unterborn, C., 2014, BurnMan: A
170170
lower mantle mineral physics toolkit, Geochemistry, Geophysics, and

burnman/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '1.1.0pre'
1+
version = '1.1.0'
22
short_version = '1.1.0'

changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
Changelog
22
---------
3+
Release v1.1.0 (September 14, 2022)
4+
- the equilibrate function now solves problems where the bulk composition is allowed to vary
5+
- the solution model formulation has been updated to allow site multiplicities to vary linearly with endmember proportions (as in a Temkin model)
6+
- a new BoundaryLayerPerturbation class has been implemented to enable thermal perturbations to be added to planetary layers
7+
- a new equation of state, BroshCalphad has been implemented, following Brosh et al. (2007)
8+
- the Composite class now has a chemical_potential method
9+
- a new Calibrant class, that enables users to calculate pressure/volume as a function of volume/pressure and temperature, also allowing propagation of uncertainties
10+
- a new eos fitting function, fit_XPTp_data, that enables fitting of solution model parameters to experimental data
11+
- Material classes now have a method called set_state_with_volume
12+
- 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
13+
- excess properties of solution models can now be defined using a function, rather than by hardwired functional forms
14+
15+
316
Release v1.0.1 (October 6, 2021)
417
- Adds missing optimize submodule.
518

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you use BurnMan in your work, we ask that you cite the following publications
3030

3131
- Myhill, R., Cottaar, S., Heister, T., Rose, I., and Unterborn, C. (2021):
3232
BurnMan v1.0.1 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
33-
`(https://doi.org/10.5281/zenodo.5552756) <https://doi.org/10.5281/zenodo.5552756>`_
33+
`(https://doi.org/10.5281/zenodo.7080174) <https://doi.org/10.5281/zenodo.7080174>`_
3434

3535
- Cottaar S., Heister, T., Rose, I., and Unterborn, C., 2014, BurnMan: A
3636
lower mantle mineral physics toolkit, Geochemistry, Geophysics, and

0 commit comments

Comments
 (0)