Skip to content

Releases: v7labs/darwin-py

v0.8.61

06 Jun 12:14
e24b4b8
Compare
Choose a tag to compare

What's Changed

  • [DAR-2294][External] Made text a required argument when posting comments through CLI by @JBWilkie in #850
  • [DAR-2275][External] Correct get_release() NotFound error by @JBWilkie in #849
  • Bump tqdm from 4.66.2 to 4.66.3 by @dependabot in #834
  • Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #836
  • Bump requests from 2.31.0 to 2.32.0 by @dependabot in #843
  • Bump the python-requirements group across 1 directory with 12 updates by @dependabot in #853
  • [DAR-2305][External] Ignore the properties metadata file when reading annotations on Windows filesystems by @JBWilkie in #854
  • [DAR-2228][External] - Fix for NifTI exports containing no polygons by @JBWilkie in #855
  • Housekeeping: bump version to v0.8.61 by @JBWilkie in #858

Full Changelog: v0.8.60...v0.8.61

v0.8.60

23 May 11:43
f829672
Compare
Choose a tag to compare

What's Changed

  • [DAR-1654][External] Updated dependabot config by @JBWilkie in #820
  • [DAR-1649][Internal] Update process_nifti to take custom ornt by @dorfmanrobert in #818
  • [PY-668][Internal] Exclude macos from testing on 3.8 and 3.9 by @shernshiou in #827
  • [DAR-1165][DAR-1734][External] Polygons from other plane export correctly by @shernshiou in #828
  • [DAR-1590][External] Resize Axial annotation to isotropic by @shernshiou in #826
  • [PY-669][Internal] Add scipy to ML and Medical by @shernshiou in #829
  • Bump the python-requirements group across 1 directory with 4 updates by @dependabot in #831
  • [DAR-1734][External] Re-add functions used by the backend by @JBWilkie in #832
  • [DAR-1562][External] Allow pulling of unpopulated required property annotations by @JBWilkie in #825
  • [DAR-1679][External] Made darwin-py ignore the .v7/metadata.json properties manifest when reading JSON annotation files by @JBWilkie in #823
  • [DAR-1657][External] Introduce by-passable warning when an import will overwrite annotations by @JBWilkie in #835
  • [DAR-1910][External] Fixed rare TypeError bug when importing COCO annotations by @JBWilkie in #839
  • [DAR-2049][External] Retry logic for GHA dependency installation by @JBWilkie in #841
  • [DAR-2044][External] Bundle tags bound for the same item when using CSV importer by @JBWilkie in #840
  • [DAR-2235][External] Fix failing E2Es & allow them to be run locally by @JBWilkie in #844
  • [DAR-2240][External] Typing improvements & better missing image error message by @JBWilkie in #845
  • [DAR-2239][External] Added missing argument for call of get_image_path_from_stream() by @JBWilkie in #847
  • [DAR-2237][External] Fix bug with compute_distributions() by @JBWilkie in #846
  • Housekeeping: bump version to v0.8.60 by @JBWilkie in #848

New Contributors

Full Changelog: v0.8.59...v0.8.60

v0.8.59

18 Apr 15:37
c128fa0
Compare
Choose a tag to compare

What's Changed

  • [PLA-683][external] 2 Minor fixes for importing of PASCAL VOC annotations by @JBWilkie in #783
  • [PLA-696][external] Allow registration of single-slotted read-write files from external storage by @JBWilkie in #785
  • [DAR-1104][External] Fix colours mismatch between files on semantic mask export by @AndriiKlymchuk in #789
  • [DAR-1104][Internal] Fix colours mismatch between files on semantic mask export by @AndriiKlymchuk in #792
  • [PLA-702] Add dependabot for pip and GitHub Actions by @saurbhc in #787
  • Bump debugpy from 1.6.7 to 1.8.1 by @dependabot in #798
  • [PLA-756] Existing properties are now imported without a .v7/manifest.json file by @saurbhc in #791
  • [PLA-639][External] Allow properties to be imported for annotations without IDs by @JBWilkie in #803
  • [PLA-699][external] Allow registration of multi-slotted read-write files from external storage by @JBWilkie in #790
  • Fixed bug when importing annotations with properties to non-default teams by @JBWilkie in #813
  • [PLA-801][external] fetch_remote_files() is called with an old, V1 argument by @JBWilkie in #809
  • [PLA-753][External] Combine the register & register_multi_slotted functions by @JBWilkie in #810
  • Bump ruff from 0.0.292 to 0.3.7 by @dependabot in #814
  • [DAR-1609][External] pull() never creates the properties metadata file in the annotations directory by @JBWilkie in #816
  • Bump black from 22.12.0 to 24.3.0 by @dependabot in #804
  • Bump actions/setup-python from 2 to 5 by @dependabot in #796
  • [PLA-585][external] Allow imports where some annotation frames are missing a main type by @JBWilkie in #788
  • Bump aws-actions/configure-aws-credentials from 2 to 4 by @dependabot in #797
  • Bump actions/github-script from 3 to 7 by @dependabot in #793
  • Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #802
  • Bump orjson from 3.9.10 to 3.10.0 by @dependabot in #807
  • Bump idna from 3.6 to 3.7 by @dependabot in #812
  • Bump actions/checkout from 2 to 4 by @dependabot in #794
  • Revert "Bump actions/github-script from 3 to 7" by @saurbhc in #817
  • Version bump to 0.8.59 by @JBWilkie in #819

New Contributors

Full Changelog: v0.8.58...v0.8.59

v0.8.58

07 Mar 12:14
d144a43
Compare
Choose a tag to compare

What's Changed

  • [PLA-591][external] Fix for pushing subfolder structures on Windows by @JBWilkie in #778
  • [MED-23][external] Support for export from Raster Layer to NifTI by @tomvars in #750
  • [PLA-595] Don't create sub-annotation keyframe for every keyframe when importing annotations by @saurbhc in #779
  • [PLA-546][external] Removal of V1 code by @JBWilkie in #777
  • [PLA-640] Updating metadata property values while importing annotations by @saurbhc in #780
  • [DAR-991][Internal] Add support of hidden_areas to darwin py importer by @AndriiKlymchuk in #782
  • [PLA-672][external] Support for importing simple_table annotations by @JBWilkie in #781
  • Housekeeping: bump version to v0.8.58 by @saurbhc in #784

Full Changelog: v0.8.57...v0.8.58

v0.8.57

30 Jan 12:03
e918312
Compare
Choose a tag to compare

What's Changed

  • [PY-622][PY-626][PY-665] Import Properties (create/update) while importing annotations by @saurbhc in #759
  • [Bug] Property import fixed, options -> property_values by @saurbhc in #774
  • [DAR-214][external Fixed unhandled annotation types in 1.0 conversion by @JBWilkie in https://github.com//pull/773
  • [PY-658][external] Identified and correctly named all multi-processed functions by @JBWilkie in #771
  • [PLA-548][external] Resolved issue with item path filtering by @JBWilkie in #776
  • Housekeeping: bump version to v0.8.57 by @saurbhc in #775

Full Changelog: v0.8.56...v0.8.57

v0.8.56

18 Jan 16:03
0e0ad60
Compare
Choose a tag to compare

What's Changed

  • [PY-557] E2E test for Semantic Mask conversion by @saurbhc in #761
  • Config changes required for pydantic model updates by @Nathanjp91 in #766
  • Add assign batch action SDK by @rslota in #765
  • [PY-601][PY-644] Advanced Filters support for ItemQuery by @Nathanjp91 in #768
  • [DAR-5][internal] Remove CODEOWNERS from darwin-py by @whilefalse in #770
  • [PY-664][PY-662] BUG: Rasters import for videos fails on darwin-py 0.8.54 by @saurbhc in #762
  • Housekeeping: bump version to 0.8.56 by @saurbhc in #772

Full Changelog: v0.8.55...v0.8.56

v0.8.55

09 Jan 10:23
Compare
Choose a tag to compare

What's Changed

  • [PY-646][external] Resolved precision bug by @JBWilkie in #763
  • [PY-544][external] Item query & Item ID query sorting functionality + some linting by @JBWilkie in #764

Full Changelog: v0.8.54...v0.8.55

v0.8.54

19 Dec 16:18
Compare
Choose a tag to compare

What's Changed

  • [py-578][py-580] get properties endpoints by @Nathanjp91 in #747
  • [PY-646][external]Resolved precision bug & some linting by @JBWilkie in #751
  • Revert "Resolved precision bug & some linting (#751)" by @JBWilkie in #753
  • [PY-618] Add properties to existing Annotation Objects by @saurbhc in #744
  • [PY-623] Get team properties backported to client by @saurbhc in #749
  • [PY-611] Silently ignore "empty" masks during import by @saurbhc in #741
  • [PY-576][PY-581] Create + Update of properties by @Nathanjp91 in #756
  • [PY-624][PY-625] Add creating/updating a property - backported to client by @saurbhc in #755
  • [MED-22][external] import nifti to raster layer mask annotations by @tomvars in #725
  • [PY-645][externa] Improved tolerance for dots in filenames & test linting by @JBWilkie in #746
  • [PY-647][external]Fixed cv2 import statement by @JBWilkie in #754
  • [IO-1931][IO-1929] updates to versioning: PIL, Torch and python by @Nathanjp91 in #692

Full Changelog: v0.8.53...v0.8.54

v0.8.53

12 Dec 14:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.52...v0.8.53

v0.8.52

06 Dec 13:50
Compare
Choose a tag to compare

What's Changed

  • [PY-613] BUG: Unable to export Nifti files without file extension. by @saurbhc in #735
  • tag, untag an Item / ItemQuery object by @saurbhc in #733
  • [PY-399][externa] Meta methods & tests for setting layout by @JBWilkie in #728

Full Changelog: v0.8.51...v0.8.52