New Features
This release adds the following features to Openseize:
1. [openseize.file_io.path_utils](https://github.com/mscaudill/openseize/blob/master/src/openseize/file_io/path_utils.py): Module containing utilities for working with path instances including:
- regex matching of file stems of different types
- regex extraction of metadata stored in file stems
- in-place renaming of files using regex search and replace
2. [openseize.file_io.dialogs.matching](https://github.com/mscaudill/openseize/blob/master/src/openseize/file_io/dialogs.py): A modal dialog for regex matching of files of different types either by ui selection of files, ui selection of a parent directory or an argument supplied directory.
Compatibility
The [openseize.file_io.path_utils](https://github.com/mscaudill/openseize/blob/master/src/openseize/file_io/path_utils.py) replaces the ``openseize.tools.paths`` module which has been removed.
Bug Fixes
Spelling errors throughout the source code and documentation have been corrected with [codespell](https://github.com/codespell-project/codespell). This dependency has been added to the develop.yml environment and the pyproject.toml files.