Skip to content

0.6.0

Compare
Choose a tag to compare
@DriesSchaumont DriesSchaumont released this 22 Jan 14:46
· 10 commits to main since this release
4675d83

Breaking Changes

  • The minimum supported version of pytest is now 6.2 (PR #20).

Minor Changes

  • Added support for python 3.12 (PR #20).
  • (development) Removed the bin/ folder in favour of a viash project config (_viash.yaml) (PR #20).

Bug fixes

  • Fix run_component setting --memory and --cpu at the incorrect location in the viash run command (PR #20).
  • Fix tests for pytest versions older than 7.0 (PR #20).
  • Match the logging level to the level in the config from pytest (see pytests' --log-cli-level) (PR #20)