Dagshub

Latest version: v0.3.27

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 13

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

0.2.15

This release has following improvements:
- `dagshub.init()` now respects the passed `host` parameter
- CLI `dagshub upload` now has a `--versioning` parameter that allows you to specified if you want to upload your files with git or dvc. Additionally you can specify this in regular `repo.upload()` calls in python
- Added `tenacity` as a dependency. For now it's only used in streaming filesystem to retry failing downloads when server returns 5xx HTTP codes
- Infrastructure changes - added a `RepoAPI` object that allows you to do a lot of interactions with the repository

0.2.14

Now if you're working in Colab/Jupyter and want to save your progress to a DagsHub repo, you can do it!

python
from dagshub.notebook import save_notebook
save_notebook("user/repository", "my_notebook.ipynb")

0.2.13

- Now any storage you have integrated on your DagsHub repo will show up in a `.dagshub/storage/<schema>/<bucket>` folder and you can access it that way.
- We no longer let you mount multiple DagsHubFilesystem objects in subpaths of each other (e.g. `repo/` and `repo/sub-repo`) to prevent conflicts when trying to download files
- Fixed a bug with listdir caching making it so if you create a new DagsHubFilesystem, you might still be getting `listdir` results from the old one you used previously this session.

Page 9 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.