Recent Releases of smv2rho
smv2rho - SMV2rho v1.0.1
SMV2rho v1.0.1 Release Notes
We're pleased to announce the release of SMV2rho v1.0.1. This version includes a couple of bug fixes that improve the usability of the software.
Bug Fixes
- Bug #1: Fixed an issue with using
MultiConversionclass with'brocher'approach with notemperature_dependenceargument set. - Bug #2: Corrected
NameErrorintutorial_7.ipynb.
Improvements
- Improvement #1: Removed
SMV2rho.egg-infodirectory from remote repository. - Improvement #2: Removed
__pycache__/directory from remote repository.
How to Upgrade
To upgrade to SMV2rho v1.0.1, follow these steps:
- Open your terminal.
- Navigate to the directory where you have the SMV2rho package.
- Run the following command:
git pull origin main - If you're using conda, update your environment with
conda env update --file environment.yml
Feedback
If you encounter any issues or have suggestions for improvements, please report them on our issue tracker.
Full Changelog: https://github.com/sstephenson2/SMV2rho/compare/v1.0.0...v1.0.1
- Python
Published by sstephenson2 almost 2 years ago
smv2rho - SMV2rho v1.0.0
SMV2rho v1.0.0 - First Main Release
We're excited to announce the first main release of SMV2rho! This release marks a significant milestone in our project and includes several key features.
New Features
- Density Conversion Scheme: The release includes a density conversion scheme (
SMV2rho) that has been calibrated using laboratory experiments. For more information on how the calibration is carried out, please refer to Stephenson et al. (in review). - Tutorials: We have included some tutorials to get you started in the
TUTORIALS/directory. - Test data: We have included some test data to play with.
Full documentation: Please read the documentation here.
Laboratory Calibration Data: We've included laboratory calibration data for the project. You can find this data in the
CALIBRATION_DATA/vp_vs_rho_p_all_lab_data.csvdirectory in the root of the project repository.
References
We've used several references for the laboratory experiments used to calibrate the SMV2rho density conversion scheme. You can find these references in the model_calibration.rst file in the root of the project repository.
Future Plans
We're already working on the next version of SMV2rho, which will include more features and improvements. Stay tuned for updates!
Related projects
Please see SeisCruST, a Global database of Seismic Crustal Structure and Thickness. This database is structured to be used with SMV2rho.
Full Changelog: https://github.com/sstephenson2/SMV2rho/compare/v0.1.0-alpha...v1.0.0
- Python
Published by sstephenson2 about 2 years ago
smv2rho - SMV2rho v0.1.0-alpha
Initial preliminary release for the SMV2rho seismic velocity to density conversion software for testing and peer review.
- Python
Published by sstephenson2 over 2 years ago