Skip to content

LoopStructural v1.4.4

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 01:30
3ea1b15

Bug Fixes

  • 🚑 import failing when surfepy not install (5041ad6)
  • 🚑 number of steps was actually number of cells causing issues with indexing (88b8fee)
  • 🚑 surfe import was failing (63d61a4)
  • 🐛 fixed bug with fault clipping, uses normal direction to infer hanging wall side away from interpolated surfaces (7ea9beb)
  • 🐛 small fixes for making sure model update is called when params are changed (a22ed61)
  • 🐛 stratigraphic column was not covering scalar field range. (990e0f4)
  • 🐛 weight for p2 interpolator wasn't being applied (5002a8a)
  • 🔥 changes fault slip warning to info (16d16d7)
  • 🚨 fixig pylint error (d5c99cd)
  • ✨ adding config class for storing module wide configs (9407ff7)
  • ✨ faults/fault builder now store the fault geometry parameters (f92749b)
  • ✨ flagging interpolator not up to date when data changes (96c8ddb)
  • ✨ intrusionbuilder-->intrusionframebuilder, intrusionbuilder will build intrusionfeature (7d5935c)
  • adding debugging code for indexing structured grid (59e130a)
  • adding intrusion dependencies to setup.py (08f6a22)
  • adding logger and remove unused files (bd3f428)
  • change logs (b8000db)
  • change pandas append to concat (51bbf5e)
  • changing ckmeans to sklearn kmeans (60f3ec5)
  • fixing import warnings (3b5c0f3)
  • improvements in modified scalar field (d1de75d)
  • Intrusion Builder class (f697ee6)
  • intrusion feature containing pre IBody fxs (cd6fe61)
  • merge origin/intrusion to local intrusion (2507b33)
  • moving config to own file (3dc2a19)
  • remove of ckwrap library (e5ddf5e)
  • temp removing rotate from structured support (2e2d1c6)
  • unit tests for intrusions (85b9b4b)
  • update of builder (cdf7ebb)
  • update of conceptual models (948beef)
  • update of intrusion module (bba0163)
  • update skfmm import (ea855f0)
  • variogram parameters now in set_sgs_parameters (26ca7b3)

Performance Improvements

  • ⚡ reducing memory for unstructured tetra (1ee5dd6)