This minor release adds a multiprocessing module. It can be used to execute a function (provided by the calling code) in parallel for different sets of data. After the processes have completed, resulting RESQML objects can be automatically recombined into a single dataset.
The multiuprocessing uses the standard joblib package, which is a new dependency for this version of resqpy. Behind the scenes, it is using dask, which must have been separately installed in the python environment if the multiprocessing module is used by calling code. (Dask is not identified as a dependency for resqpy.)