Skip to content

VelocityConversion v1.1.2

Latest
Compare
Choose a tag to compare
@cmeessen cmeessen released this 24 Jan 13:54
· 1 commit to master since this release

Python implementation of mantle velocity conversion by Goes et al. (2000).

Changes in v1.1.2

Added

  • Added --version parameter.
  • VelocityConversion is now available on PyPI.

Changed

  • Use versioneer to automatically determine version number from git tags and commits.
  • Moved the classes MantleConversion and UnavailableMethodError from __init__.py to MantleConversion.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.