* pyUSID now officially works with python 3.7!
* Several computation related functions moved out of pyUSID.io.io_utils and into a new pyUSID.processing.comp_utils module
* Process class now capable of distributing jobs via mpi4py
* Process class now reduces overhead and management needs from sub-classes
* USIDataset now has newer features such as reduce, slice_to_dataset, exposing to CSV etc.
* USIDataset can now visualize low dimensionality datasets (0 - 2D) of real, complex, or compound data types
* New plot functions that alter tick marks to display in scientific notation, automatically scale the Z axis colorbar tick marks for small / large exponents
* More robust testing of core io functions in hdf_utils such as get_unit_values, write_reduced_dims
* New features in USIDataset, comp_utils, and Process classes yet to be tested thoroughly
* Bug fixes everywhere