C

ClearML

C
ClearML AI v2.1.11

PyPI v2.1.11 - ClearML

Bug fixes and improvements Add in-memory data streaming capability to storage manager Add DataView class get method to retrieve them from the API server Add upper limit of 100 Mb for registration request payload size of data entries

C
ClearML AI v2.1.10

PyPI v2.1.10 - ClearML

Bug fixes and improvements Improve HPO resilience by pruning trials in (#1652) Deprecate parent_ids argument (but keep them usable) in favor of parent_id (#1655) Use usedforsecurity=False in hashlibeverywhere where hashing is used (see issue #1656, thanks @a-gardner1 !) Repair syntax error when instantiating a hyperdataset with a parent (#1657)

C
ClearML AI v2.1.9

PyPI v2.1.9 - ClearML

Bug fixes and improvements Add method to create a hyperdataset version snapshot Improvements in formatting via f-strings instead of .format Remove dead code about azure.storage.blob.BlobServiceClient Implement static route validator RouterService class Fix syntax-related error in the Dataset.get method (#1648, thanks to Fra from our community Slack!)

C
ClearML AI v2.1.8

PyPI v2.1.8 - ClearML

Bug fixes and improvements Add path traversal check in Dataset._merge_datasets Add "status" attribute in Dataset.list_datasets dataset return values Add hyperdataset tagging features Add support for DefaultAzureCredential Fix issue that users restricted to a project cannot create dataviews Add ability to publish a hyperdatset via single method call

C
ClearML AI v2.1.7

PyPI v2.1.7 - ClearML

Bug fixes and improvements Add optional (opt-out) parameter to prevent processing of pickled artifacts (#1619, #1621) use task.artifacts[0].get(block_unsafe_artifacts=True), or via configuration with the environment variable CLEARML_BLOCK_PICKLED_ARTIFACTS=1 via sdk.storage.block_pickled_artifacts: true Prevent resource leak during interrupted queries in GPUStatCollection._new_query_nvidia (#1617)…

C
ClearML AI v2.1.6

PyPI v2.1.6 - ClearML

Bug fixes and improvements Add default shell binary option for script execution (#1586) Add option to set plots upload destination (#1587) Add exc_info param to improve error logging (#1588, thanks @HJJ256 for raising this issue #1550 !) Raise duplicate InputModel import log from debug to info (#1582, thanks @kei-yamazaki !) Add pickle file integrity hash verification for pd.DataFrame pickled arti…

C
ClearML AI v2.1.5

PyPI v2.1.5 - ClearML

Bug fixes and improvements Add task method to remove tags Fix import clearml regression in offline mode (#1517)

C
ClearML AI v2.1.4

PyPI v2.1.4 - ClearML

Bug fixes and improvements Correct typos (thanks @thecaptain789 !) Fix syntax error on python 3.14 (#1521, thanks @mscheltienne !) Add support for boto3 S3 specific configuration (#1516, thanks @sunqing05 !) Add option to close squashed dataset (#1513, thanks @HJJ256 !) Move None check earlier in CacheContext.get_local_copy (#1570, thanks @JesseLivezey !) Work in progress in dropping Python 2 supp…

C
ClearML AI v2.1.3

PyPI v2.1.3 - ClearML

New Features and Bug Fixes Fix GPU reporting for NVIDIA_VISIBLE_DEVICES=void (#1508) Fix default example parameters for sklearn joblib Add support for ClearML Apps Gateway static routes in Gradio binding

C
ClearML AI v2.1.1

PyPI v2.1.1 - ClearML

New Features and Bug Fixes Fix space is missing from the safe characters list when quoting downloaded file names Add support for sdk.storage.http.legacy_fileservers to allow downloading data from legacy fileservers Add Python 3.14 support