Skip to content

0.16.0

Compare
Choose a tag to compare
@Fabien-GELUS Fabien-GELUS released this 12 Sep 12:36
· 50 commits to main since this release
96ebc0d

0.16.0 - 2022-09-12

Changed

  • Remove documentation as it is not used. It will be replaced later on.
  • BREAKING CHANGES: the user must now pass the method name to execute within the dockerfile of both algo and
    metric under the --method-name argument. The method name still needs to be one of the algo or metric
    allowed method name: train, predict, aggregate, score.
    ENTRYPOINT ["python3", "metrics.py"]
    shall be replaced by:
    ENTRYPOINT ["python3", "metrics.py", "--method-name", "score"]
  • BREAKING CHANGES: rename connect-tools to substra-tools (except the github folder)