Skip to content

Releases: minakoto00/clenv

v0.0.8

09 Jun 20:10

Choose a tag to compare

New Features

  • ClearML task remote execution wizard
    • Automatically pulls the available queues and show connected workers status.
    • Execute a task easily with step to step guide.
    • Save the execution config to a file and automatically load it next time when you start an execution in the same repo.

Improvements

  • Improve CLI help message.

Fixes

  • Add base64 encoding for the cipher text when generating user's config for privately hosted clearml server.

v0.0.4

26 Apr 20:57

Choose a tag to compare

New Features

Add support for default clearml.conf location (home directory).
Add listing config profiles subcommand.
Add creating new config profile subcommand.
Add switching config profiles subcommand.
Add delete config subcommand.
Add reinit config subcommand.
Add clearml server user config object generation, using bcrypt as password encryption algorithm.