clearml-docs/docs/release_notes/sdk/open_source/ver_1_2.md
2024-09-26 16:09:25 +03:00

3.6 KiB

title
Version 1.2

ClearML 1.2.1

Bug Fixes

ClearML 1.2.0

Features

Bug Fixes

  • Fix nargs="?" without type does not properly cast the default value (ClearML GitHub issue #531)
  • Fix using invalid configurations (ClearML GitHub issue #544)
  • Fix extra_layout not passed to report_matrix (ClearML GitHub issue #559)
  • Fix group arguments in click (ClearML GitHub PR #561)
  • Fix no warning when failing to patch argparse (ClearML GitHub PR #576)
  • Fix crash in Dataset.upload() when there is nothing to upload (ClearML GitHub PR #579)
  • Fix requirements, refactor and reformat examples (ClearML GitHub PRs #567, #573, #582)
  • Auto-scaler
    • Change confusing log message
    • Fix AWS tags support
    • Fix instance startup script fails on any command (should only fail on the agent failing to launch)
    • Fix spin down stuck machine, ignore unknown stale workers
  • Fix pandas object passed as Task.upload_artifact() preview object
  • Fix incorrect timeout used for stale workers
  • Fix clearml-task calls Task.init() in the wrong place when a single local file is used
  • Fix ArgumentParser SUPPRESS as default should be resolved at remote execution in the same way (i.e. empty string equals SUPPRESS)
  • Upgrade six version (in case pathlib2>2.3.7 is installed)
  • Fix connected object base class members are not used
  • Fix clearml-init changing web host after pasting full credentials
  • Fix fileserver upload does not support path in URL
  • Fix crash on semaphore acquire error
  • Fix docs and docstrings (ClearML GitHub PRs #558, #560)