Skip to content

Commit 5d49540

Browse files
committed
prepare 1.0 release
1 parent 571dd57 commit 5d49540

File tree

6 files changed

+32
-22
lines changed

6 files changed

+32
-22
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5155442.svg)](https://doi.org/10.5281/zenodo.5155442)
1+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5552443.svg)](https://doi.org/10.5281/zenodo.5552443)
22

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

burnman/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
If you use BurnMan in your work, we ask that you cite the following publications:
141141
142142
- Myhill, R., Cottaar, S., Heister, T., Rose, I., and Unterborn, C. (2021):
143-
BurnMan v0.10.0 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
144-
`(https://doi.org/10.5281/zenodo.5155442) <https://doi.org/10.5281/zenodo.5155442>`_
143+
BurnMan v1.0.0 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
144+
`(https://doi.org/10.5281/zenodo.5552443) <https://doi.org/10.5281/zenodo.5552443>`_
145145
146146
- Cottaar S., Heister, T., Rose, I., and Unterborn, C., 2014, BurnMan: A
147147
lower mantle mineral physics toolkit, Geochemistry, Geophysics, and

burnman/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '0.11.0-pre'
2-
short_version = '0.11.0'
1+
version = '1.0.0'
2+
short_version = '1.0.0'

changelog.txt

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
Changelog
22
---------
3+
Release v1.0.0 (October 6, 2021)
4+
- python 3.7+ compatibility
5+
- major restructuring of source directory
6+
- documentation overhaul
7+
- a new equilibrate function for chemical equilibration of Composite materials.
8+
- new composition fitting functions (solution and bulk composition)
9+
- new MaterialPolytope class
10+
- implementation of melt phases from the the Holland and Powell (2011) and Holland et al. (2018) datasets
11+
- ternary terms added to the subregular solution model
12+
13+
Release v0.10.0 (August 2, 2021)
14+
- python 3.5+ compatibility
15+
- a new Composition class for compositional processing
16+
- a new CombinedMineral class
17+
- a new AnisotropicMaterial class
18+
- new Planet and Layer classes for mass, moment of inertia and seismic velocity calculations
19+
- new nonlinear fitting routines and a nonlinear solver
20+
- new static equations of state: Morse potential, Reciprocal K-prime
21+
- new thermal equations of state: Anderson and Ahrens (metallic iron), de Koker and Stixrude, Ramo and Stixrude (solids and liquids)
22+
- a large number of new minerals and solid solutions in the databases
23+
- a large number of new examples
24+
- updated documentation
325

426
Release v0.9.0 (April 25, 2016)
527
- major documentation overhaul
@@ -22,11 +44,11 @@ Release v0.9.0 (April 25, 2016)
2244
Release v0.7 (June 24, 2014)
2345
- Cleanup and rewrite of the mineral/composite feature
2446
- online html documentation
25-
- Scripts to reproduce the figures from Cottaar, Heister, Rose and
47+
- Scripts to reproduce the figures from Cottaar, Heister, Rose and
2648
Unterborn (2014) can be found in misc/.
27-
- Mineral physical libraries from Murakami (2013) and Zhang et al.
49+
- Mineral physical libraries from Murakami (2013) and Zhang et al.
2850
(2013) are included.
29-
- Pressure-depth conversion following Cammarano (2013) are included.
51+
- Pressure-depth conversion following Cammarano (2013) are included.
3052

3153
Release v0.5 (October 28, 2013)
3254

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Citing BurnMan
2929
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):
32-
BurnMan v0.10.0 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
33-
`(https://doi.org/10.5281/zenodo.5155442) <https://doi.org/10.5281/zenodo.5155442>`_
32+
BurnMan v1.0.0 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
33+
`(https://doi.org/10.5281/zenodo.5552443) <https://doi.org/10.5281/zenodo.5552443>`_
3434

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

release.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)