This patch adds an originator argument to the initialisation methods of the organize classes.
4.3.1
This patch adds a method to the Surface class for interpolating z values at a given array of xy locations:
- sample_z_at_xy_points()
4.3.0
This change removes resqpy compatibility with python version 3.11 after issues were discovered with regard to numba and llvmlite. When those issues are resolved, another resqpy release will reintroduce support for python 3.11. Sorry for the yo-yoing.
4.2.1
This patch fixes a buglet whereby a grid connection set was ending up without a citation title, when created from a Grid face set.
4.2.0
This release adds 3.11 to the range of python versions compatible with resqpy, as well as updating the versions of many other dependencies.
It also adds a function to the weights and measures module for converting transmissibility values between different units (which in resqpy include a viscosity term).
4.1.0
This change enhances the TriMesh class, notably with a method for interpolating zero crossing points on triangle edges.