Skip to content

Releases: Loop3D/LoopStructural

improved logging, minor optimisation and bug fixes

14 Jan 00:10
Compare
Choose a tag to compare

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

23 Nov 21:05
Compare
Choose a tag to compare

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

02 Sep 06:50
fdb85ea
Compare
Choose a tag to compare
  • 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

02 Sep 05:18
a7c58bb
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • [a7c58bb]: Update dockerimage.yml (lachlangrose)

gradient bugfix

06 Jul 05:10
885978f
Compare
Choose a tag to compare

Fixes bug where the gradient of the scalar field for map2loop models was incorrect.

(FEATURE) save model and export surfaces

01 Jul 03:19
9d5e608
Compare
Choose a tag to compare

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

LoopStructural 1.0.1

24 Jun 04:57
Compare
Choose a tag to compare
(RELEASE) 1.0.1

Loop Structural initial release

24 Jun 00:33
d58fa08
Compare
Choose a tag to compare
Pre-release

Loop structural initial relase