mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 02:32:49 +00:00
Add ClearML 1.12.2 release notes (#644)
This commit is contained in:
parent
3c8a31b61f
commit
1ad3ce30d6
@ -2,6 +2,18 @@
|
||||
title: Version 1.12
|
||||
---
|
||||
|
||||
### ClearML SDK 1.12.2
|
||||
|
||||
**New Features and Improvements**
|
||||
* Add `always_create_from_code` argument to `PipelineController` (default `True`) to allow remote execution to create
|
||||
the Pipeline DAG at runtime (as opposed to adhering to the existing structure stored on the task when running locally)
|
||||
|
||||
**Bug Fixes**
|
||||
* Fix using `OutputModel` reporting and other methods fail if `OutputModel.update_weights()` is not called before that [ClearML GitHub issue #1078](https://github.com/allegroai/clearml/issues/1078)
|
||||
* Fix hash for Pandas objects artifacts
|
||||
* Fix Hydra/OmegaConf `--overrides` support
|
||||
* Fix Pipeline metrics not forwarded to pipeline controller at the end of a pipeline step
|
||||
|
||||
### ClearML Server 1.12.1
|
||||
|
||||
**Bug Fixes**
|
||||
|
Loading…
Reference in New Issue
Block a user