This release includes various changes, the main ones being to make the resqpy class initialiser functions more standardised:
* all resqpy objects that can be initialised directly from a RESQML object now use the uuid argument as the preferred way of identifying the object; use of an xml root argument will now generate a deprecated warning
* title can be set at initialisation time for all resqpy objects that correspond to a RESQML object; the argument is usually title, except for features where feature_name is used, and some well classes where well_name is used
* extra_metadata can be set at time of initialisation when creating a new object or importing from another format
There is one breaking change: the redundant *extract_from_xml* and *extract_basics_from_xml* arguments are removed completely. Simply deleting these arguments from calling code should have the desired effect.