Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clearml-2.0.1-py_0.tar.bz2 | 2025-06-26 | 761.6 kB | |
clearml-2.0.1-py2.py3-none-any.whl | 2025-06-26 | 1.2 MB | |
PyPI v2.0.1 - ClearML source code.tar.gz | 2025-06-26 | 10.3 MB | |
PyPI v2.0.1 - ClearML source code.zip | 2025-06-26 | 10.5 MB | |
README.md | 2025-06-26 | 467 Bytes | |
Totals: 5 Items | 22.7 MB | 0 |
New Features and Bug Fixes
- Move CONTRIBUTING.md to root directory (#1414, thanks @AH-Merii!)
- Add a
stage
field to pipeline steps - Fix access to default output destination when project can't be loaded, add warning message but do not fail
- Fix project not accessible or unavailable causes task startup to fail, add warning
- Warn when calling
Task.force_requirements_env_freeze()
/Task.force_store_standalone_script()
afterTask.init()
(#1425)