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
wherestr
expected - Fix infinite recursion when remotely updating a
dict
added to task withTask.connect()
- Fix
Task.connect
race condition overwriting task description with connected input model