Skip to content

v0.4.0

Compare
Choose a tag to compare
@leifdenby leifdenby released this 18 Nov 17:00
· 8 commits to main since this release
8e7a5bc

This release adds support for defining the output path in the command line interface and addresses bugs around optional dependencies for dask.distributed.

Added

  • add optional output path argument to parser. #26

Changed

  • fix bug by making dependency distributed optional #27
  • change config example to call validation split val instead of validation #28
  • fix typo in install dependency distributed #20
  • add missing psutil requirement. #21.