Skip to content

Releases: jonnymaserati/welleng

Minor dependency fixes

01 Apr 15:40
517f036
Compare
Choose a tag to compare
Pre-release

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

29 Mar 22:17
Compare
Choose a tag to compare
Minor fix Pre-release
Pre-release
v0.7.2

Bump version

Minor fix

29 Mar 22:01
Compare
Choose a tag to compare
Minor fix Pre-release
Pre-release

Bump version.

Refactored `clearance` module

28 Mar 15:28
5ea42a3
Compare
Choose a tag to compare
Pre-release

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

Full Changelog: v0.5.1...v0.7.0

Minor performance improvements

01 Oct 12:34
e8d710f
Compare
Choose a tag to compare
Pre-release

Minor speed improvements when creating meshes with WellMesh.

Interpolate SF on reference well

27 Aug 12:38
635a6f7
Compare
Choose a tag to compare
Pre-release

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

24 Jul 18:48
de3b56c
Compare
Choose a tag to compare
Pre-release
  • 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

27 Jun 19:33
22c7141
Compare
Choose a tag to compare
Pre-release

Minor update:

  • Fix #120 - was treating b_total as an angle in survey.
  • Handle numpy.ndarray in utils when converting dls to radius and visa versa.
  • Other minor updates.

Minor MTI feature updates

17 Jun 22:46
8f624a5
Compare
Choose a tag to compare
Pre-release
  • Minor changes to survey module for MTI features.
  • Bumped version.
  • Added 'requirements.txt`

Added the Modified Tortuosity Index

06 Jun 12:00
056592e
Compare
Choose a tag to compare
Pre-release

Added the modified_tortuosity_index function to the survey module. For more info refer to this post.