Skip to content

Releases: DagsHub/client

0.5.9 - MLflow labeling fixes

02 Mar 15:27
5ccb220
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.8...0.5.9

0.5.8 - ds.all() loading fix

25 Feb 15:29
7b3c1a4
Compare
Choose a tag to compare

What's Changed

  • Fix ds.all() so that it passes load_* args to ds.fetch() by @guysmoilov in #599

Additionally bumped the annotation converter lower bound version to 0.1.4

Full Changelog: 0.5.7...0.5.8

0.5.7 - Windows fixes

25 Feb 08:22
e19816c
Compare
Choose a tag to compare

What's Changed

  • Tests: Fix platform-dependent path objects breaking on windows by @kbolashev in #596
  • Bug: Nested folders upload incorrectly on windows by @kbolashev in #598

Full Changelog: 0.5.6...0.5.7

0.5.6 - Refetching fields

19 Feb 10:08
e446fb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.5...0.5.6

0.5.5 - Dataframe upload fix

18 Feb 09:12
5dc9ded
Compare
Choose a tag to compare

What's Changed

  • Bug: Can't upload MetadataAnnotations through dataframe by @kbolashev in #593

Full Changelog: 0.5.4...0.5.5

0.5.4 - Limits in data engine queries

10 Feb 15:14
f28c64e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.3...0.5.4

0.5.3

03 Feb 16:03
aec754f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.5.3

0.5.2 - Single File Upload fix

21 Jan 16:48
6f45a25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

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