* Uses HDF5 virtual datasets to consolidate data from multiple files in the Scan Panel.
* Adds virtual dataset metadata, such as file sources, to the View Dialog.
* Adds support for qualitative color maps (`tab10` and `tab20`) with automatic alignment of integer values to the discrete color bands.
* Enhances the options available for labeling 1D plot legends.
* Drops support for PyQt4, now that it is no longer supported by Matplotlib. PyQt5 and PySide2 are currently supported.
* Converts package to use the latest recommendations for package distribution, such as creating a pyproject.toml file to configure the build backend, moving metadata and requirements from setup.py to setup.cfg, and using setuptools_scm for version management.
* Improves PEP-8 compliance of code.