Recent Releases of velocityconversion
velocityconversion - VelocityConversion v1.1.2
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.
- Python
Published by cmeessen over 4 years ago
velocityconversion - VelocityConversion v.1.1.1
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
UnavailableMethodErrorwhen 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.
- Python
Published by cmeessen about 5 years ago
velocityconversion - VelocityConversion v1.1
Python implementation of mantle velocity conversion by Goes et al. (2000).
Changes in v1.1:
- Python 3 support
- installable via pip and usable as a module
- added function defaultMineralogy()
- documentation on github-pages
- Python
Published by cmeessen almost 7 years ago
velocityconversion - VelocityConversion
Python implementation of mantle velocity conversion by Goes et al. (2000).
Please cite this code as
Meeßen, Christian (2017): VelocityConversion. V. v1.0.1. GFZ Data Services. doi:10.5880/GFZ.6.1.2017.001.
- Python
Published by cmeessen almost 9 years ago