0.3.9 - Jupyter dependency is now optional
Starting with this release, the rich[jupyter]
dependency is now optional. This should majorly slim down the ammount of dependencies installed.
If you're using our client in Colab or any other Jupyter environment, either pip install dagshub[jupyter]
(or pip install rich[jupyter]
) if you stop seeing progress bars from appearing.
The FUSE mount is also now in an optional dagshub[fuse]
dependency
What's Changed
- Data Engine docs: add info about metadata tagging + sending to annotation by @kbolashev in #382
- Move jupyter + fuse into optional dependencies by @kbolashev in #381
- Bug: setting annotation metadata two times doesn't work by @kbolashev in #383
Full Changelog: 0.3.8_2...0.3.9