Skip to content

Releases: jonnymaserati/welleng

v0.8.5

07 Jul 21:17
bc20a3b
Compare
Choose a tag to compare
v0.8.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.3...v0.8.5

v0.8.3

10 Feb 15:50
3a7bedb
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

28 Jan 09:52
19c8004
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.1...v0.8.2

Minor enhancements

07 Jan 14:49
Compare
Choose a tag to compare
Minor enhancements Pre-release
Pre-release

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

07 Jan 09:55
b402c17
Compare
Choose a tag to compare
Updated Plotter Pre-release
Pre-release

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

Full Changelog: v0.7.8...v0.8.0

Minor bug fixes

22 Dec 11:48
Compare
Choose a tag to compare
Minor bug fixes Pre-release
Pre-release

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

20 Dec 00:16
Compare
Choose a tag to compare

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

17 Dec 19:34
c8b7ba8
Compare
Choose a tag to compare
Pre-release

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

16 Dec 16:28
61dbd9a
Compare
Choose a tag to compare
Pre-release

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

12 Nov 12:16
12f5e6d
Compare
Choose a tag to compare
Pre-release

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.