This release improves support for sampling grid categorical properties onto blocked wells. When adding such a property to a blocked well, the code now maintains the reference to the string lookup table (copying the table when needed).
4.8.8
This patch adds an inclinations() method to the Trajectory class. It returns a numpy array of wellbore inclinations computed for the trajectory control point intervals. The returned inclinations are in degrees, with zero indicating vertical downwards.
4.8.7
The resqpy.well.well_name() function identifies the best citation to use as the well name, given a well object and related objects. This patch updates the function to give higher priority to the presence of digits when comparing possible names.
Also, the Model catalogue functions now include a strip() when using the title argument as a filter.
4.8.6
This patch improves the effect of the derived model add_faults() function when a fault reaches the edge of the grid. Previously, the throw was always reduced to zero at the end pillars of the fault. The new code preserves the throw at an end pillar if it is on the edge of the grid.
4.8.5
This patch fixes a bug which was causing relationships with referenced objects to be missing after copying a part where the referenced object already exists in the destination model.
4.8.4
This patch fixes a bug that was, in rather limited circumstances, causing the read of hdf5 arrays of boolean data to fail.