What’s changed in v0.2.0
- Full CLI and config-file support (tomo-helper command)
- New meshing and topography helpers with GUI and auto-smoothing
- Anisotropic model support (21 C_ij parameters of the stiffness tensor)
- Reorganized examples and added YAML-based workflows
- Added environment.yml for Conda installation
- Improved modularity and error handling
- New installation procedures
Breaking Changes
- Legacy scripts have been kept in a
legacy
folder within the examples folder. The working state of these scripts is not guaranteed, as the new config-file based interface should be used instead of the legacy script format. - The lateral NaN filling has been removed, in favor of a default Nearest-Neighbor horizontal extrapolation of values when NaN are found once trilinear interpolation is completed.
- 2.5 and 2D interpolation workflows have been completely deprecated.
notes
Thanks to IRIS EMC for providing open-access netCDF models that form the backbone of this tool. Thanks to @aakash10gupta for feedback and suggestions ahead of this release.