Darwin-py

Latest version: v1.1.1

Safety actively analyzes 688705 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 24

1.1.1

What's Changed
* [DAR-4788][External] Allow download of frames extracted from videos & multi-slotted items by JBWilkie in https://github.com/v7labs/darwin-py/pull/972
* [DAR-4815][External] Full-cycle E2E tests for videos, multi-slotted items, and multi-channel items by JBWilkie in https://github.com/v7labs/darwin-py/pull/967
* Bump the python-requirements group across 1 directory with 2 updates by dependabot in https://github.com/v7labs/darwin-py/pull/965
* [DAR-4940][External] - Remove the need to pass the `legacy` flag when importing and converting `NifTI` annotations by JBWilkie in https://github.com/v7labs/darwin-py/pull/973
* [DAR-4813][External] Allow upload of volumetric DICOM series from folders of DICOM slices by JBWilkie in https://github.com/v7labs/darwin-py/pull/974
* Version bump to 1.1.1 by JBWilkie in https://github.com/v7labs/darwin-py/pull/975


**Full Changelog**: https://github.com/v7labs/darwin-py/compare/v1.1.0...v1.1.1

1.1.0

What's Changed
* [DAR-4137][External] Do not push files in root of pushed directories to a `.` directory when `preserve_folders=True` by JBWilkie in https://github.com/v7labs/darwin-py/pull/954
* [DAR-4304][External] Split annotation import payloads if required by JBWilkie in https://github.com/v7labs/darwin-py/pull/955
* [DAR-4878][External] Addition of the `handle_as_slices` argument for `push` by JBWilkie in https://github.com/v7labs/darwin-py/pull/962
* [DAR-3444][External] Drop support for Python 3.8 & add support for Python 3.12 by JBWilkie in https://github.com/v7labs/darwin-py/pull/963
* [DAR-4923][External] Grant more memory to Ubuntu GH runners that need it by JBWilkie in https://github.com/v7labs/darwin-py/pull/966
* [DAR-4932][External] correct pixdim application in mask to polygon by dorfmanrobert in https://github.com/v7labs/darwin-py/pull/968
* [DAR-4931][External] Fixed regression affecting converting complex polygons to coco by JBWilkie in https://github.com/v7labs/darwin-py/pull/969
* Version bump to 1.1.0 by JBWilkie in https://github.com/v7labs/darwin-py/pull/971


**Full Changelog**: https://github.com/v7labs/darwin-py/compare/v1.0.12...v1.1.0

Important note
This release officially drops support for Python 3.8 & adds support for Python 3.12

1.0.12

What's Changed
* [DAR-4039][External] E2E tests for converting annotations by JBWilkie in https://github.com/v7labs/darwin-py/pull/949
* [DAR-4040][External] E2E test for `pull` by JBWilkie in https://github.com/v7labs/darwin-py/pull/956
* [DAR-4672][External] Replaced `no_legacy` with `legacy` & swapped default scaling behaviour of `NifTI` importer by JBWilkie in https://github.com/v7labs/darwin-py/pull/958
* [DAR-4140][External] Fixed NifTI import orientation by JBWilkie in https://github.com/v7labs/darwin-py/pull/953
* [DAR-4780][External] Updated NifTI test data by JBWilkie in https://github.com/v7labs/darwin-py/pull/959
* [DAR-4802][External] Replaced incorrectly scaled annotations with unscaled annotations by JBWilkie in https://github.com/v7labs/darwin-py/pull/960
* [DAR-4071][External] Full cycle E2E test by JBWilkie in https://github.com/v7labs/darwin-py/pull/957
* Version bump to 1.0.12 by JBWilkie in https://github.com/v7labs/darwin-py/pull/961


**Full Changelog**: https://github.com/v7labs/darwin-py/compare/v1.0.11...v1.0.12

1.0.11

What's Changed
* [DAR-4308][External] Allow `fetch_remote_files` to return files that have not yet finished processing by JBWilkie in https://github.com/v7labs/darwin-py/pull/945
* [DAR-4037][External] E2E tests for importing annotations to videos by JBWilkie in https://github.com/v7labs/darwin-py/pull/941
* [DAR-4305][External] Cancel `push` operations if there are no valid files to upload, and correctly remove invalid files by JBWilkie in https://github.com/v7labs/darwin-py/pull/944
* [DAR-4038][External] E2E annotation import tests for all supported formats by JBWilkie in https://github.com/v7labs/darwin-py/pull/947
* [DAR-4489][External] Import item-level properties without annotations by JBWilkie in https://github.com/v7labs/darwin-py/pull/948
* [DAR-2973][External] Creation and import of text item-level properties by JBWilkie in https://github.com/v7labs/darwin-py/pull/946
* Version bump to 1.0.11 by JBWilkie in https://github.com/v7labs/darwin-py/pull/950


**Full Changelog**: https://github.com/v7labs/darwin-py/compare/v1.0.10...v1.0.11

1.0.10

What's Changed
* [DAR-4298][External] Skip item-properties import for non-Darwin JSON 2.0 formats by JBWilkie in https://github.com/v7labs/darwin-py/pull/939
* [DAR-4299][External] Allow import of NifTI annotations to dataset items with >1 slot by JBWilkie in https://github.com/v7labs/darwin-py/pull/940
* Version bump to 1.0.10 by JBWilkie in https://github.com/v7labs/darwin-py/pull/943


**Full Changelog**: https://github.com/v7labs/darwin-py/compare/v1.0.9...v1.0.10

1.0.9

What's Changed
* [DAR-3984][External] Improved HTTP error code verbosity by JBWilkie in https://github.com/v7labs/darwin-py/pull/927
* [DAR-3920][External] Bug fix for importing property values to identically named properties during property creation by JBWilkie in https://github.com/v7labs/darwin-py/pull/930
* [DAR-3919][External] Warn when importing annotations with multiple instance IDs by JBWilkie in https://github.com/v7labs/darwin-py/pull/929
* [DAR-4036][External] E2E tests for `push` and some coverage for `import` by JBWilkie in https://github.com/v7labs/darwin-py/pull/928
* [DAR-3513][DAR-3514][DAR-3515][DAR-3516][DAR-3517][External] Multi-file `push` by JBWilkie in https://github.com/v7labs/darwin-py/pull/923
* Bump the python-requirements group with 8 updates by dependabot in https://github.com/v7labs/darwin-py/pull/934
* [DAR-4041][External] Add multi-file E2E tests by JBWilkie in https://github.com/v7labs/darwin-py/pull/931
* [DAR-3846][External] Prevent upload of dataset items where the `{item_path}/{item_name}` already exists in the dataset by JBWilkie in https://github.com/v7labs/darwin-py/pull/937
* [DAR-2860][External] Import of item-level properties by JBWilkie in https://github.com/v7labs/darwin-py/pull/936
* Version bump to 1.0.9 by JBWilkie in https://github.com/v7labs/darwin-py/pull/938


**Full Changelog**: https://github.com/v7labs/darwin-py/compare/v1.0.8...v1.0.9

Page 1 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.