Releases: DagsHub/client
Releases · DagsHub/client
0.2.12 - Upload improvements
Fixed an issue where dagshub upload --update
didn't work when uploading folders.
We also now handle our backend errors a bit better, in order to provide better feedback to what went wrong
0.2.11 - UX Improvements
This release includes following improvements:
- Added
rich
for prettier console output. Some functions already utilize it for better UX - You can now use
dagshub upload
andrepo.upload()
to upload folders - When asked to perform OAuth authorization, we now open the link in a new browser window
0.2.10_2 - Hotfix
Fixed an issue, where dagshub create repo
crashed, when a upload-data
argument wasn't set
0.2.10_1 - Hotfix for CLI import
Bump version
0.2.10 - Logging improvements and bugfixes
We now no longer print logging informational messages as log.warning()
, instead using regular print()
s + log.info()
If you want to turn off the print-logging, you can set a DAGSHUB_QUIET
env var
Also fixed a bug where windows nested paths in DDA uploads were submitting incorrectly
0.2.9_1 - Init bugfixes
This release fixes following bugs:
- Crash when doing
dagshub.init
with dvc while outside of a git repository
0.2.9 - added init function
Bump version to 0.2.9
0.2.8
0.2.7 - More OAuth improvements
Bump version
0.2.6 - Improved OAuth flow
Bump version to 0.2.6 Added the new and improved oauth flow