mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 05:20:07 +00:00
Add ClearML 1.16.0 and 1.16.1 release notes (#842)
This commit is contained in:
parent
54f4af3897
commit
b16ee438f3
29
docs/release_notes/ver_1_16.md
Normal file
29
docs/release_notes/ver_1_16.md
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
title: Version 1.16
|
||||
---
|
||||
|
||||
### ClearML SDK 1.16.1
|
||||
|
||||
**Bug Fixes**
|
||||
* Fix pipeline breaks when `continue_on_abort` is set to `true`
|
||||
* Fix Pycharm Plugin Windows/Linux interoperability
|
||||
|
||||
### ClearML SDK 1.16.0
|
||||
|
||||
**New Features**
|
||||
* Add additional warning instructing on how to install in case we failed detecting a Jupyter notebook with an import error
|
||||
* Add `Task.get_executed_queue()` to get the name/ID of the queue a task was executed in
|
||||
* Move `Task.set_resource_monitor_iteration_timeout()` to a class method, add `wait_for_first_iteration_to_start_sec`
|
||||
and `max_wait_for_first_iteration_to_start_sec` arguments (also add `sdk.development.worker.wait_for_first_iteration_to_start_sec`
|
||||
and `sdk.development.worker.max_wait_for_first_iteration_to_start_sec` configuration options)
|
||||
* Add support for better pipeline continue behavior including control of children using the `continue_behaviour` argument
|
||||
* Add Python 3.12 support
|
||||
|
||||
**Bug Fixes**
|
||||
* Fix pytorch-lightning patches [ClearML GitHub issue #1249](https://github.com/allegroai/clearml/issues/1249)
|
||||
* Fix parameter overrides are converted to string when using HPO [ClearML GitHub issue #975](https://github.com/allegroai/clearml/issues/975)
|
||||
* Fix FastAI performance [ClearML GitHub issue #1234](https://github.com/allegroai/clearml/issues/1234)
|
||||
* Fix MIG GPU support
|
||||
* Fix AMD GPU metrics collection
|
||||
* Fix Jupyter password might not be used in some protected JupyterLab instances
|
||||
* Fix URL substitution was not applied to registered uploaded files when reporting an event
|
@ -100,7 +100,7 @@ module.exports = {
|
||||
|
||||
{
|
||||
label: 'Release Notes',
|
||||
to: '/docs/release_notes/ver_1_15',
|
||||
to: '/docs/release_notes/ver_1_16',
|
||||
},
|
||||
{
|
||||
label: 'Community Resources',
|
||||
|
@ -232,7 +232,7 @@ module.exports = {
|
||||
],
|
||||
rnSidebar: {
|
||||
'Release Notes': [
|
||||
'release_notes/ver_1_15',
|
||||
'release_notes/ver_1_16', 'release_notes/ver_1_15',
|
||||
'release_notes/ver_1_14', 'release_notes/ver_1_13', 'release_notes/ver_1_12', 'release_notes/ver_1_11',
|
||||
'release_notes/ver_1_10', 'release_notes/ver_1_9', 'release_notes/ver_1_8', 'release_notes/ver_1_7',
|
||||
'release_notes/ver_1_6', 'release_notes/ver_1_5', 'release_notes/ver_1_4', 'release_notes/ver_1_3',
|
||||
|
Loading…
Reference in New Issue
Block a user