mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
This commit is contained in:
@@ -39,7 +39,7 @@ ClearML k8s glue default pod label was changed to `CLEARML=agent` (instead of `T
|
||||
- Update task `status_message` for non-responsive or hanging pods
|
||||
- Support the `agent.docker_force_pull` configuration option for scheduled pods
|
||||
- Add docker example for running the k8s glue as a pod in a k8s cluster
|
||||
- Add `agent.ignore_requested_python_version` configuration option to ignore any requested python version (default false, see [here](https://github.com/allegroai/clearml-agent/blob/db57441c5dda43d8e38f01d7f52f047913e95ba5/docs/clearml.conf#L45))
|
||||
- Add `agent.ignore_requested_python_version` configuration option to ignore any requested Python version (default false, see [here](https://github.com/allegroai/clearml-agent/blob/db57441c5dda43d8e38f01d7f52f047913e95ba5/docs/clearml.conf#L45))
|
||||
- Add `agent.docker_internal_mounts` configuration option to control containers internal mounts (non-root containers, see [here](https://github.com/allegroai/clearml-agent/blob/db57441c5dda43d8e38f01d7f52f047913e95ba5/docs/clearml.conf#L184))
|
||||
- Add support for `-r requirements.txt` in the Installed Packages section
|
||||
- Add support for `CLEARML_AGENT_INITIAL_CONNECT_RETRY_OVERRIDE` environment variable to override initial server connection behavior (defaults to true, allows boolean value or an explicit number specifying the number of connect retries)
|
||||
|
||||
@@ -15,7 +15,7 @@ title: Version 1.2
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- Fix `CLEARML_AGENT_SKIP_PIP_VENV_INSTALL` fails to find python executable
|
||||
- Fix `CLEARML_AGENT_SKIP_PIP_VENV_INSTALL` fails to find Python executable
|
||||
- Fix `apt-get update` failure causes `apt-get install` not to be executed
|
||||
|
||||
### ClearML Agent 1.2.1
|
||||
@@ -38,7 +38,7 @@ title: Version 1.2
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- Fix virtualenv python interpreter used ([ClearML Agent GitHub PR #98](https://github.com/allegroai/clearml-agent/pull/98))
|
||||
- Fix virtualenv Python interpreter used ([ClearML Agent GitHub PR #98](https://github.com/allegroai/clearml-agent/pull/98))
|
||||
- Fix typing package incorrectly required for Python>3.5 ([ClearML Agent GitHub PR #103](https://github.com/allegroai/clearml-agent/pull/103))
|
||||
- Fix symbolic links not copied from cached VCS into working copy (windows platform will result with default copy content instead of original symbolic link) ([ClearML Agent GitHub PR #89](https://github.com/allegroai/clearml-agent/pull/89))
|
||||
- Fix agent fails to check out code from main branch when branch/commit is not explicitly specified ([ClearML GitHub issue #551](https://github.com/allegroai/clearml/issues/551))
|
||||
|
||||
@@ -40,7 +40,7 @@ those matching these filters to be used when running containers
|
||||
**New Features and Improvements**
|
||||
* Add `NO_DOCKER` flag to `clearml-agent-services` entrypoint ([ClearML Agent GitHub PR #206](https://github.com/allegroai/clearml-agent/pull/206))
|
||||
* Use `venv` module if `virtualenv` is not supported
|
||||
* Find the correct python version when using a pre-installed python environment
|
||||
* Find the correct Python version when using a pre-installed python environment
|
||||
* Add `/bin/bash` support in the task's `script.binary` property
|
||||
* Add support for `.ipynb` script entry files (install nbconvert in runtime, convert file to python and execute the
|
||||
python script). Includes `CLEARML_AGENT_FORCE_TASK_INIT` patching of `.ipynb` files (post-python conversion)
|
||||
|
||||
@@ -36,7 +36,7 @@ title: Version 3.20
|
||||
* Add Administrator identity provider management UI: administrators can add and manage multiple identity providers
|
||||
* New UI experiment table comparative view: compare plots and scalars of all selected experiments
|
||||
* Add UI project metric snapshot support for multiple metrics
|
||||
* Add UI experiment display of original python requirements along with actual packages used.
|
||||
* Add UI experiment display of original Python requirements along with actual packages used.
|
||||
* Add compressed UI experiment table info panel mode displaying only experiment name and status
|
||||
* Add "x unified" hover mode to UI plots
|
||||
* Add option to view metadata of published dataset versions in UI Hyper-Dataset list view
|
||||
|
||||
@@ -20,7 +20,7 @@ title: Version 1.14
|
||||
|
||||
**New Features and Improvements**
|
||||
* New UI experiment table comparative view: compare plots and scalars of all selected experiments
|
||||
* Add UI experiment display of original python requirements along with actual packages used ([ClearML GitHub issue #793](https://github.com/allegroai/clearml/issues/793))
|
||||
* Add UI experiment display of original Python requirements along with actual packages used ([ClearML GitHub issue #793](https://github.com/allegroai/clearml/issues/793))
|
||||
* Add UI project metric snapshot support for multiple metrics
|
||||
* Add compressed UI experiment table info panel mode displaying only experiment name and status
|
||||
* Add "x unified" hover mode to UI plots
|
||||
|
||||
@@ -208,7 +208,7 @@ title: Version 1.1
|
||||
- Add `Task.get_configuration_object_as_dict()`
|
||||
- Add `docker_image` argument to `Task.set_base_docker()` (deprecate `docker_cmd`)
|
||||
- Add `auto_version_bump` argument to `PipelineController`
|
||||
- Add `sdk.development.detailed_import_report` configuration option to provide a detailed report of all python package imports
|
||||
- Add `sdk.development.detailed_import_report` configuration option to provide a detailed report of all Python package imports
|
||||
- Set current Task as Dataset parent when creating dataset
|
||||
- Add support for deferred configuration
|
||||
- Examples
|
||||
|
||||
@@ -51,7 +51,7 @@ title: Version 1.6
|
||||
* Fix error when connecting an input model
|
||||
* Fix deadlocks, including:
|
||||
* Change thread Event/Lock to a process fork safe threading objects
|
||||
* Use file lock instead of process lock to avoid future deadlocks since python process lock is not process safe
|
||||
* Use file lock instead of process lock to avoid future deadlocks since Python process lock is not process safe
|
||||
(killing a process holding a lock will Not release the lock)
|
||||
* Fix `StorageManager.list()` on a local Windows path
|
||||
* Fix model not created in the current project
|
||||
|
||||
Reference in New Issue
Block a user