| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| clearml-2.1.4-py2.py3-none-any.whl | 2026-03-23 | 1.4 MB | |
| PyPI v2.1.4 - ClearML source code.tar.gz | 2026-03-23 | 12.4 MB | |
| PyPI v2.1.4 - ClearML source code.zip | 2026-03-23 | 12.7 MB | |
| README.md | 2026-03-23 | 1.2 kB | |
| Totals: 4 Items | 26.4 MB | 0 | |
Bug fixes and improvements
- Correct typos (#1518, [#1520], thanks @thecaptain789 !)
- Fix syntax error on python 3.14 (#1521, thanks @mscheltienne !)
- Add support for boto3 S3 specific configuration (#1516, thanks @sunqing05 !)
- Add option to close squashed dataset (#1513, thanks @HJJ256 !)
- Move None check earlier in
CacheContext.get_local_copy(#1570, thanks @JesseLivezey !) - Work in progress in dropping Python 2 support (#1524, [#1528], [#1527], [#1530], [#1532], [#1534], [#1537], [#1542], [#1544], [#1546], [#1564], [#1567])
- Work in progress in migrating
.formatcalls tof-strings (#1548) - Update to
examples/hyperdatasets/finetune_qa_lora.py(#1535) - Fix race condition with not using incremental logging config (#1538)
- Validate queue visibility in job scheduler (#1571)
- Use UTC everywhere in clearml/automation/scheduler.py (#1572)
- Implement improvement in is_within_directory (#1573)
New Contributors
- @thecaptain789 made their first contribution in [#1520]
- @sunqing05 made their first contribution in [#1516]
- @HJJ256 made their first contribution in [#1513]
- @JesseLivezey made their first contribution in [#1570]