Releases: DagsHub/client
Releases · DagsHub/client
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
0.4.2 - Datapoint Version History
What's Changed
- Feature: Datapoint version history by @kbolashev in #566
Full Changelog: 0.4.1...0.4.2
0.4.1 - Bug and Documentation fixes
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
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'slog_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
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
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
What's Changed
- Bug: Fix ds.sample() crash by @kbolashev in #551
- Enhancement: Add MetadataAnnotations.value property by @kbolashev in #552
- Bug: Fix incorrect is_not_null() implementation by @kbolashev in #553
Full Changelog: 0.3.44...0.3.45
0.3.44 - Data Engine get_blob retrying
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
What's Changed
- Expose rclone_init in the storage docs by @kbolashev in #547
- Bug: 2 install_hooks bugs by @kbolashev in #548
Full Changelog: 0.3.42...0.3.43