Skip to content

PyPI v1.11.1 - ClearML

Compare
Choose a tag to compare
@alex-burlacu-clear-ml alex-burlacu-clear-ml released this 22 Jun 08:56
· 325 commits to master since this release

New Features and Improvements

  • Support lightning>=2.0 (#1033, thanks @aweinmann!)
  • Add clearml-init support for standard HTTP and HTTPS ports in webapp in conjunction with non-default api/files server ports (#1031, thanks @pktiuk!)
  • Improve docstrings

Bug Fixes

  • Fix remote execution does not log configuration values from modified jsonargparse configuration files
  • Fix ValueError when setting task properties at the start of a pipeline component
  • Fix OS exceptions on passing Path where str expected
  • Fix infinite recursion when remotely updating a dict added to task with Task.connect()
  • Fix Task.connect race condition overwriting task description with connected input model