Skip to content

Releases: DagsHub/client

0.3.2 - Refreshing datasets

01 Aug 15:10
9d6dfd5
Compare
Choose a tag to compare

Now you can refresh datasets from inside the Voxel UI in the dagshub plugin.
This release also includes changes relating to uploading metadata, hoping to make it more robust

What's Changed

  • Daemonize ThreadPoolExecutor in download_files by @kbolashev in #335
  • Warn users about plugin not working in Colab by @kbolashev in #336
  • Fix bug in upload api with a status and progress conflicting by @kbolashev in #337
  • Add ability to refresh a dataset from voxel by @kbolashev in #338

Full Changelog: 0.3.1...0.3.2

0.3.1 Hotfix 3 - Filter datapoints by path

31 Jul 14:57
5d443d5
Compare
Choose a tag to compare

Fixes an issue where you can no longer filter datapoints by their path, getting a FieldNotFoundError

0.3.1_2 - Upload status bug fix

31 Jul 10:33
a965076
Compare
Choose a tag to compare

What's Changed

  • Fix bug in upload api with a status and progress conflicting by @kbolashev in #337
  • Voxel visualize now uses merge_samples to prevent double datapoints from showing up

Full Changelog: 0.3.1_1...0.3.1_2

0.3.1_1 - Minor UX issues fixes

30 Jul 14:27
550e82f
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/DagsHub/client/compare/0.3.1..0.3.1_1

0.3.0 Hotfix 4

26 Jul 12:43
Compare
Choose a tag to compare
0.3.0_4

0.3.0_4 version bump

0.3.1 - Mirror Upload Improvements

30 Jul 12:21
Compare
Choose a tag to compare

This release contains following changes:

  • Upload: If you try to do dagshub upload to a repo mirrored from GitHub, there used to be a lot of push rejected errors. We have now implemented a mitigation mechanism that checks for a changing revision of the branch, and if there were any changes, we now wait for the commit to propagate from GitHub back to DagsHub. This will lead to slower but hopefully error-less uploads.
  • Data Engine: you can no longer query on fields that don't exist in the datasource
  • Streaming: Fixed a bug where monkey-patched open() didn't work when running inside Jupyter.

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0 Hotfix 3

24 Jul 13:00
77059cb
Compare
Choose a tag to compare
0.3.0_3

0.3.0_3 version bump

0.3.0 Hotfix 2

24 Jul 09:14
4a2bdde
Compare
Choose a tag to compare
0.3.0_2

0.3.0_2 version bump

0.3.0 Hotfix 1

23 Jul 15:54
1581f9f
Compare
Choose a tag to compare

This release fixes a problem that could occur when creating datasources via datasources.create_datasource()

0.3.0 - Data Engine

23 Jul 14:21
b6fa8f8
Compare
Choose a tag to compare

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

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