Skip to content

Releases: v7labs/darwin-py

v1.0.8

16 Sep 13:16
0b1809e
Compare
Choose a tag to compare

What's Changed

  • Bump the python-requirements group with 3 updates by @dependabot in #921
  • [DAR-3695][External] Handle exif data when loading images during training by @dorfmanrobert in #924
  • [DAR-3771][External] Import of annotation-level properties by @JBWilkie in #925
  • Version bump to 1.0.8 by @JBWilkie in #926

Full Changelog: v1.0.7...v1.0.8

v1.0.7

29 Aug 14:02
3847814
Compare
Choose a tag to compare

What's Changed

  • [DAR-3487][External] Mitigate security issues found by CodeQL by @JBWilkie in #912
  • Bump the python-requirements group across 1 directory with 2 updates by @dependabot in #916
  • [DAR-3041][External] Change the behaviour of the force_slots argument of pull() by @JBWilkie in #915
  • [DAR-3579][External] Resolved legacy NifTI annotation import blocker by @JBWilkie in #917
  • [DAR-3333][External] Import raster layer annotations even if classes are created or updated by @JBWilkie in #918
  • version bump to 1.0.7 by @JBWilkie in #919

Full Changelog: v1.0.6...v1.0.7

v1.0.6

21 Aug 15:01
3f0208d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

16 Aug 14:14
97e643a
Compare
Choose a tag to compare

What's Changed

  • [DAR-3430][External] Fixed annotation import issue with changed remote_files structure by @JBWilkie in #900
  • Version bump to 1.0.5 by @JBWilkie in #901

Full Changelog: v1.0.4...v1.0.5

v1.0.4

15 Aug 16:09
7dd5540
Compare
Choose a tag to compare

What's Changed

  • Bump the python-requirements group across 1 directory with 15 updates by @dependabot in #894
  • Bump zipp from 3.18.1 to 3.19.1 by @dependabot in #883
  • Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #882
  • [DAR-2981][External] Catch & handle blocking errors / non-blocking warnings when importing annotations to slots by @JBWilkie in #896
  • [DAR-3424][External] Added Dockerfile by @JBWilkie in #898
  • Version bump to 1.0.4 by @JBWilkie in #899

Full Changelog: v1.0.3...v1.0.4

v1.0.3

25 Jul 09:35
7bf0bbe
Compare
Choose a tag to compare

What's Changed

  • [DAR-3111][External] CLI-controllable legacy NifTI import behaviour by @JBWilkie in #889
  • [DAR-2991][External] Set CLI to pull with folders by default & display overwrite warning by @JBWilkie in #887
  • Version bump to 1.0.3 by @JBWilkie in #890

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 Jul 09:27
f406666
Compare
Choose a tag to compare

What's Changed

  • [DAR-2785][External] Improved test coverage of import_annotations() by @JBWilkie in #885
  • [DAR-2996][External] Fixed remove_extra logic and added removal of empty directories by @JBWilkie in #886
  • [DAR-2347][DAR-2768][Internal] Add option for isotropic transform on annotations by @shernshiou in #864
  • [DAR-2707][External] Allow repeated polling of pending export releases by @JBWilkie in #876
  • [DAR-2463][External] Adjusted maximum number of items that can be registered in a single request by @JBWilkie in #857
  • Housekeeping: Version bump to 1.0.2 by @JBWilkie in #888

Full Changelog: v1.0.1...v1.0.2

v1.0.1

04 Jul 10:01
3bc1912
Compare
Choose a tag to compare

What's Changed

  • [DAR-2110][External] Fixed multiprocessing annotation parsing issue with console by @JBWilkie in #875
  • [DAR-2660][External] Pinned dependency major versions by @JBWilkie in #874
  • [DAR-2739][External] Add .mkv, .hevc, .qtiff and .rvg as supported extensions by @JBWilkie in #877
  • [DAR-2045][External] Multi-threaded annotation imports by @JBWilkie in #880
  • Version bump to v1.0.1 by @JBWilkie in #881

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 Jun 13:17
1acffc9
Compare
Choose a tag to compare

What's Changed

  • [DAR-2469][External] Fixed opencv version to 4.10.0.82 by @JBWilkie in #871
  • [DAR-2640][External] Lock tenacity to 8.3.0 by @JBWilkie in #869
  • Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #870
  • [DAR-2606][External] Strip leading & trailing whitespaces from class names when reading Darwin JSON annotations by @JBWilkie in #866
  • Housekeeping: Version bump to v1.0.0 by @JBWilkie in #873

BREAKING CHANGES

  • [DAR-2246][External] Unify darwin-py naming convention by @JBWilkie in #868
  • [DAR-2639][External] Add data & tests for in-platform model training by @JBWilkie in #872

Previous versions used a non-unified combination of item_name and source_name when saving and loading files. In an effort to unify our approach to local files when pulling releases and loading files, this version makes the following changes:

  1. All exports will be exported in folders mirroring the data structure of the dataset by default (previously a flat structure was the default)
  2. The item_name in the JSON export will always be used as a default to save and read files with three notable exceptions:
    • Downloading video files as individual video frames: Each video will result in a folder named after the item_name, containing individual frames named after the frame number in the frame index
    • Downloading multi-slotted items: Multi-slotted items have one item name (for the overall item) but potentially many source_names (for the component files that make up the item). This will result in a folder named after the item_name, containing one file for each slot named after the source name
    • Downloading a slotted item consisting of multiple concatenated DICOM slices: These items can contain multiple source files in a single slot. Each item will result in a folder named after the item_name, containing one file for each slice named after the source name

Full Changelog: v0.8.62...v1.0.0

v0.8.62

14 Jun 13:45
a36f024
Compare
Choose a tag to compare

What's Changed

  • Bump the github-actions group with 2 updates by @dependabot in #821
  • Cleanup of mypy for darwin future by @Nathanjp91 in #757
  • [DAR-2487][External] Fixed long-standing ruff linter issues by @JBWilkie in #859
  • [DAR-2528][External] Fixed issue installing scipy by @JBWilkie in #861
  • Revert "Bump the github-actions group with 2 updates" by @JBWilkie in #862
  • [DAR-2504][External] Generate empty NifTI volumes when no polygons are present by @JBWilkie in #863
  • [DAR-2161][External] Exponential backoff for external storage registration by @JBWilkie in #856
  • Housekeeping: Version bump to v0.8.62 by @JBWilkie in #865

Full Changelog: v0.8.61...v0.8.62