- Minor changes to `survey` module for MTI features. - Bumped version. - Added 'requirements.txt`
0.4.10
Added the `modified_tortuosity_index` function to the `survey` module. For more info refer to this [post](https://jonnymaserati.github.io/2022/05/26/a-modified-tortuosity-index.html).
0.4.9
Completely re-written `torque_drag` and `architecture` modules and added `units` module.
For instructions on how to use the new features, have a read of this [post](https://jonnymaserati.github.io/2022/05/22/an-example-of-welleng-torque-drag.html). Expect to see the `units` module grow and some streamlining of the `survey` module over the next weeks.
0.4.8
Minor release that adds vertical section methods to `survey`.
0.4.7
Update a bug in the `visual` module that prevented the vtk renderer from initiating.
0.4.6
- Updates the `visual` module: - Initiates a `vtkPlotter` instance that can be updated by the user to change the layout or add additional data. - Added dynamic axes versus the previous static ones. - Fixed a bug in `survey` when using a survey with a kick-off point. - Handled a bug with `scipy.spatial.KDTree` that was causing a crash with no error. - General housekeeping.