Skip to content

LoopStructural v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 05:13
e1a5350

Major changes:

  • Restructured viewer class so that different visualisation modules can be used by inhereting from BaseModelPlotter and implementing _add_surface(),_add_points(), _add_vector_marker()
  • Changed fold interface to use a builder similar to faults

Features

  • updating viewer to use base class (7c314a0)

Bug Fixes

  • adding base plotting class for easy inheritance (1a9614d)
  • adding builders for fold and folded frame (a6b61fb)
  • adding callback function to builder update (1eca6f5)
  • adding callback to model.update (1fe5fad)
  • adding callbackfunction to isosurface (038df51)
  • adding check to see if a feature is valid. (c9bd3b0)
  • adding exception if fold frame hasn't (59a9d66)
  • adding exception when modelling faults with surfe (15806d7)
  • adding function to generate cmap and range for (6354712)
  • adding lavavu subclass (b3c042f)
  • adding loop exception for interpolator (f43a583)
  • adding set item for fold frame to change (7d975bd)
  • adding vtk export (7e7d63a)
  • changing structural frames to have a setup (d6fcdea)
  • checking type for vector plotter + adding name (19c7d5e)
  • cmap not being passed for add_isosurface (491fb34)
  • creating specific builder for folded foliations (b40ba9a)
  • end of day fold frame (6c49981)
  • error to catch when not enough data (bdd93ea)
  • import vtk exception (01005b3)
  • process data doesn't allow bad formatted (b9f8364)
  • removing function to calculate intersection, (9080877)
  • removing kwargs that have value of None (ce05b5f)
  • removing normalisation from (3216d07)
  • removing specific builder for folded fold frame (9eed793)
  • sections can be painted with a feature (905eeb1)
  • transitioning fold frame building into (7d12b3b)
  • typo in parameter (917711a)