Releases: DagsHub/client
Releases · DagsHub/client
0.5.9 - MLflow labeling fixes
0.5.8 - ds.all() loading fix
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
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
What's Changed
- Bug: refetch fields on has_field failure by @kbolashev in #595
Full Changelog: 0.5.5...0.5.6
0.5.5 - Dataframe upload fix
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
What's Changed
- Infra: Drop boto3 restriction by @kbolashev in #591
- Feature: Limits as part of the query by @kbolashev in #590
Full Changelog: 0.5.3...0.5.4
0.5.3
What's Changed
- Bug: is_null queries with datetime fields don't work by @kbolashev in #584
- Enhancement: Add a classes parameter to QueryResult.export_as_yolo(). by @kbolashev in #586
- Limit boto3<1.36.0 by @guysmoilov in #588
Full Changelog: 0.5.2...0.5.3
0.5.2 - Single File Upload fix
0.5.1 - YOLO Export bugfix
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
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
- Generalized MLFlow Model Loading by @jinensetpal in #574
- Bug: Uploading a file to a bucket with no remote_path argument fails + minor CLI doc change by @kbolashev in #575
- LS API Integrations by @jinensetpal in #573
- Created generic prediction + annotation mechanism by @jinensetpal in #571
Full Changelog: 0.4.2...0.5.0