Skip to content

Commit

Permalink
prepare 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmyhill committed Oct 6, 2021
1 parent 571dd57 commit 5d49540
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5155442.svg)](https://doi.org/10.5281/zenodo.5155442)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5552443.svg)](https://doi.org/10.5281/zenodo.5552443)

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

Expand Down
4 changes: 2 additions & 2 deletions burnman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
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 v0.10.0 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
`(https://doi.org/10.5281/zenodo.5155442) <https://doi.org/10.5281/zenodo.5155442>`_
BurnMan v1.0.0 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
`(https://doi.org/10.5281/zenodo.5552443) <https://doi.org/10.5281/zenodo.5552443>`_
- Cottaar S., Heister, T., Rose, I., and Unterborn, C., 2014, BurnMan: A
lower mantle mineral physics toolkit, Geochemistry, Geophysics, and
Expand Down
4 changes: 2 additions & 2 deletions burnman/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = '0.11.0-pre'
short_version = '0.11.0'
version = '1.0.0'
short_version = '1.0.0'
28 changes: 25 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
Changelog
---------
Release v1.0.0 (October 6, 2021)
- python 3.7+ compatibility
- major restructuring of source directory
- documentation overhaul
- a new equilibrate function for chemical equilibration of Composite materials.
- new composition fitting functions (solution and bulk composition)
- new MaterialPolytope class
- implementation of melt phases from the the Holland and Powell (2011) and Holland et al. (2018) datasets
- ternary terms added to the subregular solution model

Release v0.10.0 (August 2, 2021)
- python 3.5+ compatibility
- a new Composition class for compositional processing
- a new CombinedMineral class
- a new AnisotropicMaterial class
- new Planet and Layer classes for mass, moment of inertia and seismic velocity calculations
- new nonlinear fitting routines and a nonlinear solver
- new static equations of state: Morse potential, Reciprocal K-prime
- new thermal equations of state: Anderson and Ahrens (metallic iron), de Koker and Stixrude, Ramo and Stixrude (solids and liquids)
- a large number of new minerals and solid solutions in the databases
- a large number of new examples
- updated documentation

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

Release v0.5 (October 28, 2013)

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Citing BurnMan
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 v0.10.0 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
`(https://doi.org/10.5281/zenodo.5155442) <https://doi.org/10.5281/zenodo.5155442>`_
BurnMan v1.0.0 [Software]. Computational Infrastructure for Geodynamics. Zenodo.
`(https://doi.org/10.5281/zenodo.5552443) <https://doi.org/10.5281/zenodo.5552443>`_

- Cottaar S., Heister, T., Rose, I., and Unterborn, C., 2014, BurnMan: A
lower mantle mineral physics toolkit, Geochemistry, Geophysics, and
Expand Down
12 changes: 0 additions & 12 deletions release.sh

This file was deleted.

0 comments on commit 5d49540

Please sign in to comment.