Skip to content

Releases: DagsHub/client

0.5.1 - YOLO Export bugfix

09 Jan 11:52
12bd6f5
Compare
Choose a tag to compare

What's Changed

  • Docs: Mock out imports that aren't installed in docs build env by @kbolashev in #576
  • Docs: Rename label studio client doc heading by @kbolashev in #577
  • Bug: Don't add "images" to the annotations for yolo export by @kbolashev in #580

Full Changelog: 0.5.0...0.5.1

0.5.0 - LabelStudio client, MLflow prediction improvements, better uploading from CLI

07 Jan 08:36
4eb56c9
Compare
Choose a tag to compare

Breaking changes introduced in this version:

  • Running dagshub upload <file> without specifying the output directory now puts the file in the path that is relative to the current working directory:
$ cd /home/user/data
$ dagshub upload user/repo my-data/file.txt

Will upload the file to my-data/file.txt, instead of file.txt at the root of the repo. This is now consistent with how the directory upload behaved.

What's Changed

Full Changelog: 0.4.2...0.5.0

0.4.2 - Datapoint Version History

24 Dec 10:45
c2b96aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1 - Bug and Documentation fixes

22 Dec 13:06
acbd31a
Compare
Choose a tag to compare

What's Changed

  • Docs: Replace DAGsHub with DagsHub in docs and comments by @kbolashev in #567
  • Bug: Fix not working very basic .is_not_null() query by @kbolashev in #568
  • Docs: Add CLI docs. Hide dagshub mount command by @kbolashev in #569

Full Changelog: 0.4.0...0.4.1

0.4.0 - MLflow logging changes

18 Dec 09:58
ef15712
Compare
Choose a tag to compare

This version includes breaking changes:

  • datasources.get_from_mlflow() now returns a list of datasources instead of one datasource. The default artifact name is removed now.
  • datasource.log_to_mlflow() is now deprecated, instead you should be using the QueryResult's log_to_mlflow function.

What's Changed

  • Enhancement: Make the visualization URL shorter if there's no query by @kbolashev in #557
  • Fix: Remove tha artifact_name argument from ds.log_to_mlflow() by @kbolashev in #563

Full Changelog: 0.3.47...0.4.0

0.3.47 - Dataset deletion

12 Dec 15:27
8697cac
Compare
Choose a tag to compare

What's Changed

  • Feature: Add a "ds.delete_dataset()" function to remove a daset entry by @kbolashev in #564

Full Changelog: 0.3.46...0.3.47

0.3.46 - Bugfixes + clearing token cache

10 Dec 10:30
80133fe
Compare
Choose a tag to compare

What's Changed

  • Tests: Fix broken tests on new httpx version by @kbolashev in #558
  • Infra: Update version of ultralytics for test environment to 8.3.47 by @kbolashev in #559
  • Bug: Loading a model from the root of a bucket has to have a trailing slash in the path by @kbolashev in #561
  • Enhancement: Add clear_token_cache function by @kbolashev in #560

Full Changelog: 0.3.45...0.3.46

0.3.45 - Bugfixes

20 Nov 09:23
0b528a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.44...0.3.45

0.3.44 - Data Engine get_blob retrying

14 Nov 10:13
b1d0b06
Compare
Choose a tag to compare

What's Changed

  • Enhancement: Add retrying for get_blob function by @kbolashev in #550

Full Changelog: 0.3.43...0.3.44_1

0.3.43- install_hooks bugfix

12 Nov 08:49
30e1240
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.42...0.3.43