Skip to content

PyPI v1.16.5 - ClearML

Latest
Compare
Choose a tag to compare
@jkhenning jkhenning released this 27 Oct 20:17
· 2 commits to master since this release

New Features

  • Add sdk.development.artifacts.auto_pickle configuration option to support changing the default pickle behavior when uploading artifacts
  • Add silent_on_errors argument to Task.delete_artifacts() (default False)
  • Add support for last change time in triggers using tags
  • Add Task.request_external_endpoint() to request external endpoints on supported backends

Bug Fixes

  • Fix clearml-data search CLI error if dataset version is None (#1329, thanks @d-vignesh!)
  • Fix maxfile attribute dropped in psutil v6.0.0 causing an error to be printed
  • Fix api.auth.req_token_expiration_sec configuration option to api.auth.request_token_expiration_sec (matches agent setting, keep backwards compatibility)
  • Bump six version due to Python 3.12 issue with six.moves
  • Fix bar charts with only 1 bar are not reported correctly