You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: fault segment structural frame was intiialised incorrectly
* fix: adding copy method as a required method for all geological features
* fix: allow feature to be initialised without a builder
this means the feature won't check if the interpolator is up to date. In order for this to occur a builder needs to have an up_to_date method
* fix: bug with pyvista glyphs when working in a real world coordinate system. Fixed by reprojecting into local coordinates for the glyphing and then reprojecting out of the local coords after glyping.
requires a bounding box to be passed to vtk method for any vector calls.
Added a project/reproject method to the bounding box
* fix: rescale/scale no longer default to in place and will copy the points given to them
* fix: interpolator factory with data works
* ci: adding icon to docs
* fix: removing config details for release please
* fix: interface constraints used wrong reference to interpolation matrix
* fix: throw error if interpolation support doesn't have 3 steps
* style: style fixes by ruff and autoformatting by black
* typo, steps_vector instead of nsteps
* fix: order of arguments incorrect for fault segment
* fix: add copy to intrusion
* style: style fixes by ruff and autoformatting by black
* fix: bb plotting in correct place when not using global origin
* fix: inequality pairs being used by FD interpolator
* style: style fixes by ruff and autoformatting by black
* style: remove comments/old code
* fix: add a feature to project a vector onto a plane
* style: style fixes by ruff and autoformatting by black
* fix: updating transformer to take angle and translation as input
* style: style fixes by ruff and autoformatting by black
* fix: disable axis_function and limb_function for folds
---------
Co-authored-by: lachlangrose <lachlangrose@users.noreply.github.com>
Co-authored-by: lachlangrose <7371904+lachlangrose@users.noreply.github.com>
0 commit comments