clearml icon indicating copy to clipboard operation
clearml copied to clipboard

clearml versions >= 1.6.3 only allow semantic versioning for Datasets

Open HeleneFabia opened this issue 3 years ago • 1 comments
trafficstars

I observed that when I try to get a dataset, clearml >= 1.6.3 doesn’t allow YYYY-MM-DD format for the version argument anymore. For example, when running Dataset.get("DatasetProject", "DatasetName", version="2022-09-07"), I get the following error: clearml.utilities.version.InvalidVersion: Invalid version: '2022-09-07'. Apparently, it's only allowed to use semantic versions for Datasets anymore. However, this would mean that now every dataset that doesn’t have a semantic version cannot be loaded any longer. I would have to re-upload every dataset with a reformatted version.

HeleneFabia avatar Sep 08 '22 12:09 HeleneFabia

Hi @HeleneFabia,

thanks :smile:, we saw that too. an RC is in the works!

erezalg avatar Sep 12 '22 14:09 erezalg

Hey @HeleneFabia! Just letting you know that this issue has been resolved in the recently released v1.7.0. Let us know if there are any issues :)

pollfly avatar Oct 25 '22 11:10 pollfly

Closing this issue. Please reopen if it's still relevant.

jkhenning avatar Mar 15 '23 13:03 jkhenning