Breaking change
* Raised minimum required python version from 3.7 to 3.8.
What's Changed
* poetry update by olliethomas in https://github.com/wearepal/ranzen/pull/129
* Add batch-wise pair-wise distance for large tensors by thomkeh in https://github.com/wearepal/ranzen/pull/130
* Class used by external library, but not exposed by `__all__` by olliethomas in https://github.com/wearepal/ranzen/pull/134
* Backport StrEnum from Python 3.11 by thomkeh in https://github.com/wearepal/ranzen/pull/135
* Make return type of Relay.run Any and return result with 'launcher' for compatibility with optuna plugin. by MylesBartlett in https://github.com/wearepal/ranzen/pull/137
* Add schedulers and addable dictionary. by MylesBartlett in https://github.com/wearepal/ranzen/pull/142
**Full Changelog**: https://github.com/wearepal/ranzen/compare/v1.2.7...v2.0.0