Skip to content

VelocityConversion v.1.1.1

Compare
Choose a tag to compare
@cmeessen cmeessen released this 17 Apr 06:28
· 35 commits to master since this release

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

Changes in v.1.1.1:

Added

  • Added support for pipenv.
  • The density for the simple pressure calculation can now be defined by
    declaring the variable SimpleRho.
  • Function Convert() for convenience when using VelocityConversion as a
    Python module.
  • Added UnavailableMethodError when user want to use pressure- and
    temperature-dependent expansion coefficient (-AlphaPT), since this method
    is currently buggy.

Changed

  • Enhanced the documentation.

Fixed

  • Fixed a bug where the csv tables were not copied when using pip install ..
  • Fixed an issue where pressure would not be computed with the simple method.