Skip to content

LoopStructural v1.4.10

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 03:29
d4347a1

Bug Fixes

  • 🐛 unconformities weren't working. (304335d)
  • adding loopjson encoder (ec1b84e)
  • adding more informative errors to p2 tetra (c63cae7)
  • adding python alternatives for cg and fold cg (5ffef3b)
  • catch all exceptions, raise import (a071416)
  • catch dfi import error (f9c8aa0)
  • catch modulenotfound raise importerror (836ee84)
  • don't add unconformity if base feature is None (be4d8ac)
  • faults enabled bug, ~ does not flip boolean, changing to not (0c68788)
  • feature type enums renaming (616b554)
  • featuretype enum (c256746)
  • fold cg (a35f41a)
  • lavavu.camera bug when keys are missing (b554c3c)
  • missing enum (bc34bb4)
  • model plotter uses BaseFeature to check type (a2bd0f0)
  • pli import is optional (6347742)
  • raise error if cython can't be imported (f5b82eb)
  • recursive error fix (f3180f3)
  • renaming enums to be consistent with calls (57ed443)
  • unconformities causing nan slicing due to recurvsive error (728fc5f)

Documentation

  • 📝 added example for plotting unconformities (bad53a0)
  • fixing new documentation so that data can be loaded (7ac5a0d)
  • missing variable (7df88a2)
  • renaming cython to _cython so its not included in docs (27e88a1)
  • trying to ignore cython (6582d0c)
  • updating documentation (493beea)
  • using docker to build docs (f499aae)