Significant update involving a rewrite of the `OPUSFile` class and its constituent parts. This was rewrite was initiated to address the issue of certain OPUS files containing multiple versions of the same data block type (e.g. two absorbance data blocks). The new class attempts to correctly match duplicate data blocks to their corresponding data status block and provides access to all matched data (instead of ignoring duplicates). Despite the major rewrite, the user facing functions and attributes have largely gone unchanged apart from newly added attributes/methods.
**Full Changelog**: https://github.com/joshduran/brukeropus/compare/v1.0.6...v1.1.0