Bug fixes and improvements
- Add default shell binary option for script execution (#1586)
- Add option to set plots upload destination (#1587)
- Add
exc_infoparam to improve error logging (#1588, thanks @HJJ256 for raising this issue #1550 !) - Raise duplicate
InputModelimport log from debug to info (#1582, thanks @kei-yamazaki !) - Add pickle file integrity hash verification for
pd.DataFramepickled artifacts (#1599) - Add check to avoid
KeyErrorin dataset (#1598, thanks @arturo-guridi-snkeos !) - Routing fixes when using queues on autoscaler instances (#1602)
- Updates on docstrings to improve rendering of clear.ml/docs
- Refactorings on
clearml/storage - Hash comparison, subset file pulling, prune stale link entries by @patrick-da-silva-ST in #1611
- Work in progress in dropping Python 2 support
- Work in progress in migrating
.formatcalls tof-strings (#1547)
New Contributors
- @kei-yamazaki made their first contribution! (#1582)
- @arturo-guridi-snkeos made their first contribution! (#1598)