Skip to content

PyPI v0.14.0

Compare
Choose a tag to compare
@allegroai-git allegroai-git released this 12 Mar 17:43
· 582 commits to master since this release

Features and Bug Fixes

  • Add support for trains-agent execute --id <experiment-id> --docker that allows executing a specific experiment inside a docker container
  • Add support for trains-agent execute --id <template-experiment-id> --clone that clones the provided experiment and executes the cloned experiment
  • Add support for APIClient.models.delete() to allow programmatically deleting a model allegroai/clearml-server#32
  • Add daemon support for passing storage-related OS environment variables to experiments executed inside a docker container (supported by trains>=0.13.3):
    • AWS: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_DEFAULT_REGION
    • Azure: AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY
    • Google: GOOGLE_APPLICATION_CREDENTIALS
  • Fix git checkout with submodules allegroai/clearml#112
  • Prefer docker image from command line over the one specified in experiment