- `operationRateMin` for components
Furthermore, it introduces the following changes:
- Installation
- Remove the `pip install` from `requirements.yml`. It has to be run manually now.
- Testing
- Run Pytest in parallel with `pytest-xdist`
- Add test workflows on GitHub actions to test the installtion on Windows, Mac and Ubuntu Linux
- Documentation
- Deprecate the news feed in the documentation in favor of GitHub release notes
- Requirements
- Fix Python version to 3.10
- Restrict `scikit-learn>=1.2` because of not backward compatible changes in that version
- Remove GDAL since it is a secondary requirement
- Adaptions to Pandas 2.2 in preparation of version 3.0, which will introduce breaking changes