Skip to content

Releases: DagsHub/client

0.3.12

19 Dec 11:21
2d993c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.11...0.3.12

0.3.11 - Metadata Versioning and Better Docs

10 Dec 15:24
0273011
Compare
Choose a tag to compare

This is an exciting new release for us and includes a feature we've been working on for a couple months now: Metadata Versioning!
Check out ds.as_of() and ds.select() to start querying and comparing older data.

Along with versioning we improved our docs infrastructure and moved it to Sphinx. You can find the documentation here

What's Changed

Full Changelog: 0.3.10...0.3.11

0.3.10 - Abandoning hotfix post-releases

30 Nov 15:42
4e8aa44
Compare
Choose a tag to compare

Due to semver changes in default python build process, we're abandoning the hotfixes post releases where versions were numbered major.minor.patch_post. We will be using major.minor.patch from now on

0.3.9 Hotfix 1 - fixing optional dependencies

29 Nov 12:03
af80243
Compare
Choose a tag to compare

We forgot to expose the optional dependencies in the previous release. This release should fix that issue

What's Changed

Full Changelog: 0.3.9...0.3.9_1

0.3.9 - Jupyter dependency is now optional

08 Nov 10:20
86cf24d
Compare
Choose a tag to compare

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

0.3.8 Hotfix 2 - Bringing back metadata tagging

19 Oct 12:46
edbc85e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.8_1...0.3.8_2

0.3.8 Hotfix 1 - Bugfix

02 Oct 08:01
4444b6e
Compare
Choose a tag to compare

We've reverted metadata tagging until it's deployed on the backend. Apologies for the inconvenience

0.3.8 - Metadata tagging

01 Oct 14:51
06b2b9d
Compare
Choose a tag to compare

Now you can "tag" your metadata fields with custom information, telling more about what type of data is stored in the field.
For now only is_annotation() flag is there, but more will be added soon with possibility of defining your own custom tags.

What's Changed

Full Changelog: 0.3.7...0.3.8

0.3.7 - Bugfixes

20 Sep 08:22
111a301
Compare
Choose a tag to compare

What's Changed

  • Change the serialization for OAuth token to make them TZ-naive by @kbolashev in #359
  • External bucket support for file_column detection, dataloader post_hooks, bugfixes by @jinensetpal in #332
  • Fix problems with blob field filter deserialization by @kbolashev in #360

Full Changelog: 0.3.6_3...0.3.7

0.3.6 Hotfix 3 – Added save_notebook to main import

14 Sep 13:22
4dfa738
Compare
Choose a tag to compare

What's Changed

  • UX Improvement: Make save_notebook easy to import by using:
    import dagshub
    dagshub.notebook.save_notebook()

Full Changelog: 0.3.6_2...0.3.6_3