| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| clearml-2.1.6-py2.py3-none-any.whl | 2026-05-12 | 1.4 MB | |
| PyPI v2.1.6 - ClearML source code.tar.gz | 2026-05-01 | 12.4 MB | |
| PyPI v2.1.6 - ClearML source code.zip | 2026-05-01 | 12.7 MB | |
| README.md | 2026-05-01 | 1.1 kB | |
| Totals: 4 Items | 26.5 MB | 1 | |
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 https://github.com/clearml/clearml/pull/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)