John Wilkie
John Wilkie
# Problem When pulling annotations with unpopulated required properties, the `frame_index` field will be set to `null`. This caused a Pydantic `ValidationError` because it needs to be type `int` #...
# Problem In a previous bug fix (DAR-1609) it was discovered that pulling a dataset release does not include the properties metadata file if one needs to be downloaded. This...
# Problem In [DAR-2246](https://github.com/v7labs/darwin-py/pull/868), we made significant breaking changes to the way darwin-py names files when downloading them. One of those changes was changing the default behaviour of `pull()` so...
# Problem Currently, `push` only supports single-slotted, single-file items. It should support multi-slotted, multi-channel, and DICOM series items # Solution Support for multi-file items is added through the `item_merge_mode` `push`...
# Problem darwin-py is currently incapable of handling: - 1: A per-property `granularity` field in the `.v7/metadata.json` properties manifest file - 2: `frame_index=null` values for annotation-level property values Both concepts...