Added
* Added config validation checks for duplicate comparison features, feature selections,
and column mappings. [PR 113][pr113]
* Added support for Python 3.12. [PR 119][pr119]
* Put the config file name in the script prompt. [PR 123][pr123]
Fixed
* Reverted to keeping invalid categories in training data instead of erroring out.
This case actually does occasionally happen, and so we would rather not error out
on it. This reverts a change made in [PR 109][pr109], released in v3.5.2. [PR 121][pr121]