mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-20 20:18:51 +00:00
Merge branch 'main' of https://github.com/allegroai/clearml-docs
This commit is contained in:
commit
46d2db0e6a
@ -2,6 +2,24 @@
|
|||||||
title: Version 1.9
|
title: Version 1.9
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### ClearML Agent 1.9.3
|
||||||
|
|
||||||
|
**New Features**
|
||||||
|
* Add support for `uv` as package manager ([ClearML Agent GitHub issue #214](https://github.com/clearml/clearml-agent/issues/214))
|
||||||
|
* Add `agent.docker_args_filters` to enforce filter whitelist on docker arguments allowing only
|
||||||
|
those matching these filters to be used when running containers
|
||||||
|
* Add support for Python 3.13
|
||||||
|
* Remove Python 3.5 support
|
||||||
|
* Add `win32file` on Windows (`pywin32` dependency)
|
||||||
|
* Scan more Python 3 versions
|
||||||
|
* Support ignoring `kubectl` errors
|
||||||
|
* Support creating queue with tags
|
||||||
|
|
||||||
|
**Bug Fixes**
|
||||||
|
* Fix managed Python environment inside container (PEP 668)
|
||||||
|
* Fix default value handling in `merge_dicts()` utility function
|
||||||
|
* Fix Python 3.6 compatibility (no `:=` operator)
|
||||||
|
|
||||||
### ClearML Agent 1.9.2
|
### ClearML Agent 1.9.2
|
||||||
|
|
||||||
**New Features and Bug Fixes**
|
**New Features and Bug Fixes**
|
||||||
|
@ -2,6 +2,16 @@
|
|||||||
title: Version 1.17
|
title: Version 1.17
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### ClearML 1.17.1
|
||||||
|
|
||||||
|
**New Features and Bug Fixes**
|
||||||
|
* Fix Windows `PermissionError` (`WinError 5`) while uploading datasets ([ClearML GitHub issue #1348](https://github.com/clearml/clearml/issues/1348))
|
||||||
|
* Fix offline mode clearml import ([ClearML GitHub issue #1363](https://github.com/clearml/clearml/issues/1363))
|
||||||
|
* Add missing `Task.mark_stop_request()`, requesting an agent to stop a running task gracefully
|
||||||
|
* Add support for streaming in router
|
||||||
|
* Add async callback support to router
|
||||||
|
* Fix router did not pass timeout
|
||||||
|
|
||||||
### ClearML 1.17.0
|
### ClearML 1.17.0
|
||||||
|
|
||||||
**New Features**
|
**New Features**
|
||||||
|
Loading…
Reference in New Issue
Block a user