Releases: Loop3D/LoopStructural
Releases · Loop3D/LoopStructural
Release list
development release
1.0.71-dev (VERSION) 1.0.71-dev
development release bugfixes for faults
1.0.7-dev updating version to 1.0.7-dev
development release for new fault constraints
Merge pull request #52 from Loop3D/dev Dev
improved logging, minor optimisation and bug fixes
This release includes no major changes to the functionalities of LoopStructural.
- Speed up for PLI interpolator
- Can log to file now using log_to_file(filename)
- Added tolerance parameter for pyamg solver means the solver is more stable. The default parameter is 1e-8
- Adding some pretty print functions for geological model
- Refactored the discrete supports to use a generic base support
- Interpolation support is reshaped for faults when required which should make faults more stable
- Support no longer contains the property values, this is stored on the interpolator.
Minor release for Zenodo
This release contains some minor bugfixes:
- indexing of tetrahedrons should be more stable
- features can be accessed from a model using ['feature_name']
LoopStructural 1.0.4
- Improved integration with map2loop
- Added visualisation for fault displacements magnitudes in mapview and 3d viewer
- Mapview and 3D view use real coordinates not local coordinates
Development Build
gradient bugfix
Fixes bug where the gradient of the scalar field for map2loop models was incorrect.
(FEATURE) save model and export surfaces
New features
- Added ability to import and export model to pickle file using dill
- Export surfaces for model as vtk file using meshio (currently bug in surface location to be fixed)
Bug fixes - Changed default nelements for piecewise linear to 1e5
- Updated readme file