Skip to content

v1.5.12

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 23:59
8d9c424

1.5.12 (2024-03-05)

Bug Fixes

  • adding imports back into init file (b1d2ba9)
  • adding pyproject.toml (474101c)
  • bounding box can be defined from max, origin or nsteps + step vector (a8d364c)
  • change pyvista property to vtk (8277304)
  • exposing interpolator api in module import (59e4f7c)
  • if interpolator results in 0, still set up to date (6f18788)
  • make rotation work with array of axis and angle (72f7744)
  • making code compatible with linter (716038e)
  • mapping interpolators to cythonless version (e755c29)
  • moving interpolator api (2e1b008)
  • pyproject.toml missing modules (4a4bf92)
  • Removing cython dependency (#168) (21e5572)
  • rename grad stepness to remove _ (e8a7877)
  • return axis and angle for movement of fault points (48e6261)
  • scaling fault normal by minor axis (ac99448)
  • under constrained faults now work (50a04af)
  • unstructured tetra only take first 4 elements (4673bbc)

Documentation

  • updating design and contributors guide (e10c7bc)