Python implementation of mantle velocity conversion by Goes et al. (2000).
Changes in v1.1.2
Added
- Added
--versionparameter. VelocityConversionis now available on PyPI.
Changed
- Use versioneer to automatically determine version number from git tags and commits.
- Moved the classes
MantleConversionandUnavailableMethodErrorfrom__init__.pytoMantleConversion.py.
Fixed
- Fix issue #9 where output temperature/pressure were not in the same order as the input file. This occurred if the input file was not sorted by depth.