Skip to content

welleng lite

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonnymaserati jonnymaserati released this 24 Jul 18:29
· 227 commits to main since this release
c9cf840

This is a semi-major update for welleng, hence the bump from v0.2.24 to 0.3.0.

There are now three flavors of welleng which are selected with extras tags. The default flavor has minimal dependencies and is quick and easy to install for creating or import well trajectories or surveys and for calculating wellbore uncertainties.

The easy tag will install all the welleng dependencies that do not rely on compiled dependencies and can be used for generating wellbore meshes and for visualizing them. This is installed with with:

pip install welleng[easy]

The all tag will install all the Python dependencies, but should only be installed after the compiled dependencies have been installed - see the README.md file for more details. This is installed with:

pip install welleng[all]

Be aware that if you have script installing welleng for your project then you may have to modify it to include the appropriate extras tag in order for it function as expected.

Good luck!