This release includes a new module (unstructured.py) providing initial code to support working with RESQML UnstructuredGridRepresentation objects. The main new resqpy class is UnstructuredGrid, with specialised derived classes TetraGrid, PryamidGrid, PrismGrid and HexaGrid which can be used when the RESQML cell shape is 'tetrahedral', 'pyramidal', 'prism' and 'hexahedral' respectively.
The intention is to expand the functionality provided by these classes in later releases.