Version 2.3.4
Version 2.3.4 introduces the following functionality:
operationRateMin
for components
Furthermore, it introduces the following changes:
- Installation
- Remove the
pip install
fromrequirements.yml
. It has to be run manually now.
- Remove the
- Testing
- Run Pytest in parallel with
pytest-xdist
- Add test workflows on GitHub actions to test the installtion on Windows, Mac and Ubuntu Linux
- Run Pytest in parallel with
- 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