Skip to content

Version 2.3.4

Compare
Choose a tag to compare
@k-knosala k-knosala released this 13 Feb 10:48
· 109 commits to master since this release

Version 2.3.4 introduces the following functionality:

  • 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