Releases: jonnymaserati/welleng
v0.8.5
What's Changed
- Bug/tortuosity index by @jonnymaserati in #186
- Included grid_scale_factor in survey.SurveyHeader, which is used to c… by @jonnymaserati in #187
- Update quick start example to reflect updated module. by @jonnymaserati in #189
Full Changelog: v0.8.3...v0.8.5
v0.8.3
What's Changed
- Added a couple new connector functions by @jonnymaserati in #179
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- Minor enhancements and a couple of handy utils by @jonnymaserati in #177
Full Changelog: v0.8.1...v0.8.2
Minor enhancements
Added transform_coordinates
method to welleng.survey.SurveyParameters
for converting coordinates between projections. Added a couple of functions in utils
for printing coordinates and better handling of conversions between decimal and dms coordinates.
Updated Plotter
Made the visual.Plotter
a bit nicer, reverting back to vedo
to make using callbacks a bit easier and allow hover data when the mouse pointer is over a well. I'll extend this for imported formation tops, faults etc.
Also updated the conversions between decimal and (degrees, minutes, seconds) lon/lats to handle when no direction is provided.
The new Plotter
might break existing code, so this has got a major version number update.
What's Changed
- Enhancement/visual vedo by @jonnymaserati in #173
Full Changelog: v0.7.8...v0.8.0
Minor bug fixes
There was some dependency issues with the dms to/from decimal conversion functions in utils
that should be fixed, plus the coordinate direction
is now added to account for when the degrees are 0 and have no sign.
This version should work again in colab.
Coordinate conversion between decimals and minutes and seconds
A quick update with a couple of functions in utils
for conversion between decimal lat/lons and degrees, minutes and seconds.
Squash endless loop in connector
Minor release to squash a bug in connector.Connector
where _target_pos_and_vec_defined
would go into an infinite loop of pos1 == pos2
.
This hopefully sorts some formatting of docstrings in the documentation also, but shouldn't break anything.
New SurveyParameters class
Rather than rely on your directional driller for survey parameters in your header or for converting between WGS84 and map projections, there's a SurveyParameters
class in the survey
module for doing it.
Also added to the utils
is a function for calculating annular hole volumes, very useful when used with utils.ureg
for easy unit conversions.
Small changes and bug fixes, so nothing should break.
Minor updates to examples
Someone pointed out that some of the examples were no longer working after the major update to 0.7, so this is now fixed along with some minor updates.