Releases: jonnymaserati/welleng
Minor dependency fixes
Hopefully this should work on colab, but if not try using:
!pip install git+https://github.com/jonnymaserati/welleng@main
else:
!pip install welleng --use-pep517
Minor fix
v0.7.2 Bump version
Minor fix
Bump version.
Refactored `clearance` module
The clearance
module has been jigged around a little - since there's been some name changes this might break some legacy code so, so it's been given a major version number bump.
A few other bug fixes included. Updated documentation being worked on...
What's Changed
- Add a .nojekyll file for docs builds and bump version by @jonnymaserati in #138
- Getting ready for documentation by @jonnymaserati in #139
- Fixed and refactored a little the clearance module by @jonnymaserati in #148
Full Changelog: v0.5.1...v0.7.0
Minor performance improvements
Minor speed improvements when creating meshes with WellMesh
.
Interpolate SF on reference well
Added clearance.ISCWSA
method get_sf_mins
for calculating the minimum Separation Factor (SF) between reference well survey stations where a SF minima is determined versus the reference well.
Released as a major update as the SF attribute data format has changed, so this version may not work with code developed for v0.4.x.
Added maximum curvature method
- Added the Survey.minimum_curvature() method for calculating a realistic amount of tortuosity in a well path as described in this post.
- Updated the Survey.modified_tortuosity_index() method to pre-process the Survey using the three step method and recommended defaults described in this post.
- Added a panel plot: Survey.figure(type='panel').
- Updated README.MD.
- Minor updates.
Squash b_total bug and minor updates
Minor update:
- Fix #120 - was treating
b_total
as an angle insurvey
. - Handle
numpy.ndarray
in utils when converting dls to radius and visa versa. - Other minor updates.
Minor MTI feature updates
- Minor changes to
survey
module for MTI features. - Bumped version.
- Added 'requirements.txt`
Added the Modified Tortuosity Index
Added the modified_tortuosity_index
function to the survey
module. For more info refer to this post.