v1.0.5
This moves and renames a single method.
Version.get_pt_weights
is replaced by model.download()
, which makes more sense: download a model's weights is an operation that should belong to the model (version already has a download()
method to download images)