Breaking Changes
- As a result of fixing #1051 and similar issues with retrieving task data/models/artifacts/samples stored in GCS we introduced some breaking changes. To access resources registered to GCS from ClearML SDK versions 1.11.0 to 1.11.1, see the instructions here.
New Features and Improvements
- Add
include_archive
parameter toDataset.list_datasets()
, now possible to include archived datasets in the returned list (#1069, thanks @natephysics!) - Add support to specify the multipart threshold and chunk size using the
aws.boto3.multipart_chunksize
andaws.boto3.multipart_threshold
configuration options (#1059, thanks @cgaudreau-ubisoft!) - Add
PipelineController.get_pipeline()
for retrieving previously run pipelines
Bug Fixes
- Fix AWS driver issues (#1000, thanks @achaiah!)
- Fix credential authentication failure when attempting to use token
- Fix instantiation within VPC without AvailabilityZones
- Fix
continue_last_task=0
is ignored in pipelines run withretry_on_failure
(#1054) - Fix
Task.connect_configuration()
doesn’t handle dictionaries with special characters - Fix pipeline steps created with PipelineDecorator aren't cached
- Fix
Task.get_by_name()
doesn't return the most recent task when multiple tasks have same name - Fix
boto3
certificate verification ignores custom self-signed certificates