mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
21 lines
766 B
Markdown
21 lines
766 B
Markdown
|
---
|
||
|
title: Version 3.11
|
||
|
---
|
||
|
|
||
|
### AllegroAI 3.11.1
|
||
|
|
||
|
**Bug Fix**
|
||
|
* Fix updating frames in `BulkContext` sometimes causes infinite recursion.
|
||
|
|
||
|
### AllegroAI 3.11.0
|
||
|
**New Features and Improvements**
|
||
|
* Add `DataView.get_current_iteration()` that returns current iteration
|
||
|
* Add `DataView.set_initial_iteration()` to set initial iteration, instead of zero.
|
||
|
* Allow dataset version filtering by tags with `tags` parameter in `DatasetVersion.get_datasets()`
|
||
|
* Add `Task.remove_dataviews()` to delete dataviews from a task
|
||
|
|
||
|
**Bug Fixes**
|
||
|
* Fix frames that failed to upload still upload their metadata
|
||
|
* Fix SingleFrame registration to a DatasetVersion failing
|
||
|
* Fix `DataView.add_query`'s `queries` parameter does not accept the returned results of `DataView.get_queries`
|