What's changed
- Support for Python 3.8 revoked:
- Python 3.8 reached end of life in October 2024.
- Dependencies such as
Pytorch
do not support python 3.8 anymore.
- Build pipeline of the package modernized:
- Introduction of
pyproject toml
. - Remove deprecated files for setup configuration and version bumping.
- For local installs, get rid of deprecated command:
python setup.py install
.
- Introduction of
Bug fixes
None
Breaking changes
- Python 3.8 not supported anymore