Breaking changes introduced in this version:
* Running `dagshub upload <file>` without specifying the output directory now puts the file in the path that is relative to the current working directory:
shell
$ cd /home/user/data
$ dagshub upload user/repo my-data/file.txt
Will upload the file to `my-data/file.txt`, instead of `file.txt` at the root of the repo. This is now consistent with how the directory upload behaved.
What's Changed
* Generalized MLFlow Model Loading by jinensetpal in https://github.com/DagsHub/client/pull/574
* Bug: Uploading a file to a bucket with no remote_path argument fails + minor CLI doc change by kbolashev in https://github.com/DagsHub/client/pull/575
* LS API Integrations by jinensetpal in https://github.com/DagsHub/client/pull/573
* Created generic prediction + annotation mechanism by jinensetpal in https://github.com/DagsHub/client/pull/571
**Full Changelog**: https://github.com/DagsHub/client/compare/0.4.2...0.5.0