Skip to content

Releases: v7labs/darwin-py

v0.8.7

13 Jan 16:58
2f55a51
Compare
Choose a tag to compare

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

07 Dec 13:53
Compare
Choose a tag to compare

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

05 Dec 14:37
4890dba
Compare
Choose a tag to compare

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

29 Nov 15:25
9a075de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

23 Nov 14:23
3b8d22b
Compare
Choose a tag to compare

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

31 Oct 15:15
43e62c3
Compare
Choose a tag to compare

What's Changed

  • [IO-432][external] Pull video frames concurrently by @rslota in #475

Full Changelog: v0.8.1...v0.8.2

v0.8.1

26 Oct 13:58
8983c4d
Compare
Choose a tag to compare
  • 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 for export command which allows to force specific version of Darwin JSON export format.
  • New --force-slots CLI argument for pull 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.

v0.7.26

20 Oct 06:39
754745b
Compare
Choose a tag to compare
  • Backport _parse_darwin_annotation from 0.8.0 by @balysv in #464

Full Changelog: v0.7.25...v0.7.26

v0.7.25

12 Oct 12:38
ab582b3
Compare
Choose a tag to compare
  • Retry file list fetch in case url limit is exceeded by @balysv in #456

v0.7.24

30 Sep 09:08
2443695
Compare
Choose a tag to compare
  • Pass number of max workers for upload by @ahmedosama9777 in #428
  • Do not filter by annotation classes if not provided by client by @balysv in #450
  • Fix the dataset create bug where num_videos could be missing in RemoteDatasetV1 by @biendltb in #449