Skip to content

Releases: Loop3D/LoopStructural

LoopStructural v1.3.4

05 Oct 22:22
6691e7e
Compare
Choose a tag to compare

Bug Fixes

  • adding loop specific exceptions and project file (a7664d2)
  • adding non-linear constraint template (03b9e73)
  • adding non-linear constraint template (1be8a45)
  • boolean operator in surfe wrapper (f11816e)
  • bugfix for gradient constraints (5fbbb08)
  • constant fold axis was referencing fold_frame (2050b68)
  • intersection visualisation was using the (1cf531b)
  • method names for FDI/PLI are consistent (aebba23)
  • structural frame weights were being overwritten by (15e7f23)

LoopStructural v1.3.3

29 Sep 06:20
cee3f70
Compare
Choose a tag to compare

Bug Fixes

  • kernel parameter for surfe wasn't being applied (4e99bbf)

LoopStructural v1.3.2

28 Sep 06:15
a10886b
Compare
Choose a tag to compare

Bug Fixes

  • adding missing functions to lavavu wrapper (8a7b92c)
  • adding tangents to surfepy wrapper (1c0917e)

LoopStructural v1.3.1

28 Sep 06:04
f31e6e4
Compare
Choose a tag to compare

Bug Fixes

  • updating workflows to run on edited (5b051f4)

LoopStructural v1.3.0

28 Sep 05:13
e1a5350
Compare
Choose a tag to compare

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)

LoopStructural v1.2.4

07 Sep 08:45
d2a81b4
Compare
Choose a tag to compare

Bug Fixes

  • changing ci to run on published (7c043f0)
  • pip publish run on release published (bbc0e38)

LoopStructural v1.2.3

07 Sep 08:31
726d911
Compare
Choose a tag to compare

Bug Fixes

  • 💚 axis label missing from PLI mesh (d52ad3f)
  • adding release-please action (be808dd)
  • changing branch for release-please to master (f0ce0d4)
  • changing version inclusion (6efca29)

running conda scripts

23 Aug 23:47
6d163e9
Compare
Choose a tag to compare
1.2.2

Update __init__.py

m2l link fix and conda build fix

23 Aug 23:45
bcf2113
Compare
Choose a tag to compare
1.2.1

typo in my name...

Data processor and GMD fault paper

23 Aug 04:21
128909f
Compare
Choose a tag to compare

This release contains a few minor bug fixes and the major addition of the ProcessInputData class. ProcessInputData is a way of converting geologically meaningful observations (contact locations, orientations, stratigraphic thickness, stratigraphic order...) into a LoopStructural database.

The data processor also changes how the map2loop interface is performed. The next step will be integrating this with the LoopProjectFile.