Fixed a bug where the upload module couldn't be imported. Renamed the `dagshub.upload` function to `dagshub.upload_files`
0.2.20
This release contains following enhancements:
- a top level upload function you can import with `from dagshub import upload`
0.2.19
This release includes following changes:
- Changed the default directory for `upload` functions to be `/data` instead of `/data/src`
0.2.18
DDA streaming with `install_hooks()` now should be working on Windows!
0.2.17
This release has very minor `get_token()` changes - now you can supply a `fail_if_no_token=True` argument that raises an exception if no token was found. This is useful for multiprocessing contexts to prevent multiple OAuth token requests at a time
0.2.16
We've improved the uploading experience for uploading batches of small folders. Now instead of uploading each folder one by one, we'll upload as many as we can in one bigger batch. Also we've increased the batch size of uploads from 50 to 100 files at once