Releases: v7labs/darwin-py
Releases · v7labs/darwin-py
v0.8.7
What's Changed
- Conversion of RG16 images into grayscale is now available (#490)
- Fixed issue when importing files with spaces in their names (#501)
- Added optional payload compression feature (#492)
- Fixed an issue with directory imports (#510)
- Fixed issues when exporting to COCO format (#513)
Full Changelog: v0.8.6...v0.8.7
v0.8.6
What's Changed
- Make tag_categories optional on COCO format
- Fix bug with "push -p"
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- Change to Py versions by @owencjones in #500
- [IO-483][external] Fix dataset pull with non-unique item names by @rslota in #487
- [IO-496][external] Request: Add support for importing polygons in Dataloop format by @owencjones in #497
Full Changelog: v0.8.4...v0.8.5
v0.8.4
What's Changed
- [IO-147] Update Linear ticket labels by @rslota in #494
- Skip Linear update on forks by @rslota in #496
- [SWAT-605] [External] Darwin rename file format .JPG to .jpg when exporting by @dsienkiewicz in #491
- [SWAT-628][internal] Fix
get_dataset
for darwin JSON v2 exports. by @whilefalse in #498 - Bump version to 0.8.4 by @whilefalse in #499
New Contributors
- @whilefalse made their first contribution in #498
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Fix docs by @rslota in #480
- [ANN-241][external] import nifti as polygon by @tomvars in #455
- fixed deprecated dependency by @tomvars in #482
- updated dependency to include medical by @tomvars in #484
- [ANN-433][external] changed yolo format to conform to Darknet standard by @tomvars in #481
- [ANN 245][external] export annotations as nifti files by @tomvars in #472
- [IO-481][internal] Use persistent HTTP connections by @rslota in #485
- [IO-418][internal] Fix tagging on V2 upload by @rslota in #483
- [IO-468][external] Fix 'as_frames' support in V2 by @rslota in #486
- [SWAT-602] [External] Fix problem with long imports of annotations by @dsienkiewicz in #489
- [ANN-402][external] adding extract views flag in darwin py by @tomvars in #479
Full Changelog: v0.8.2...v0.8.3
v0.8.2
v0.8.1
- Added support for new Darwin JSON 2.0 export format (older version of Darwin format is still supported). This feature is available only for users of Darwin V2 platform. More information about this format can be found here: https://docs.v7labs.com/v2.0/reference/darwin-json.
- New
--version=1.0|2.0
CLI argument forexport
command which allows to force specific version of Darwin JSON export format. - New
--force-slots
CLI argument forpull
command which allows pulling data into more structured folders that respects "slots" and multiple "source files" for each item. This behavior is implicitly enabled if export contains multi-slotted items. - Various deprecated functions have been removed.