This release includes a function for generating a Voronoi diagram from a Delauney triangulation.
Both the (pre-existing) Delauney triangulation and the (new) Voronoi diagram functions are in the resqpy.olio.triangulation module. They both work in 2D, in the xy plane. Note that both the functions are quite computationally intensive and are therefore probably not usable for large sets of seed points.
The release also adds an area() method to the Polyline class for closed, convex polylines when projected onto the xy plane.
v.1.3.6
This release includes the option of writing constant property arrays out in a fully expanded form (to hdf5). The default is still to use the more efficient xml representation. Calling code must set the new expand_const_arrays argument to True in appropriate calls to write hdf5 and create xml methods in order to override the default.
This functionality is mostly to allow resqpy to generate datasets that are readable by non-resqpy RESQML readers that do not support the xml representation of constant property arrays.