This release fixes a problem that could occur when creating datasources via `datasources.create_datasource()`
0.3.0
We are releasing a big new feature to DagsHub - Data Engine!
It's designed to simplify handling metadata in unstructured datasets and you can learn about it more [in our docs](https://dagshub.com/docs/feature_guide/data_engine/)
Additionally we also have a README file that you can check out: https://github.com/DagsHub/client/blob/master/dagshub/data_engine/README.md
The feature will be deployed to everyone on July 24th
0.2.181
This release has following docs improvements: - Docstring for `dagshub.init()` - More descriptive error message for `install_hooks()` when we couldn't find a git repository - DagsHubAPIError should be showing the error that it received in the exception stack trace - If we get a non-json response from the API we now show that
0.2.171
This hotfix fixes an issue where `install_hooks()` did not work when specifying a commit SHA as a revision
0.2.141
This hotfix fixes an issue with the `save_notebook` code: - Fixes an issue where we had opposite logic for adding Python Notebook extensions (we'd add them when they were already there, and not add them when they were missing.
0.2.131
This release provides a hotfix for an issue where DagsHubFilesystem was trying to download python's venv site-packages from dagshub