This commit is contained in:
revital 2025-01-21 11:29:44 +02:00
commit 46d2db0e6a
2 changed files with 28 additions and 0 deletions

View File

@ -2,6 +2,24 @@
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
**New Features and Bug Fixes**

View File

@ -2,6 +2,16 @@
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
**New Features**