Releases: encord-team/encord-client-python
Releases · encord-team/encord-client-python
v0.1.60
What's Changed
- Docs dicom deidentification example by @adam-encord in #236
- Add the
include_reviews
flag. by @denis-cord in #237
We have recently removed thereviews
field from the label row as default. This is because many teams saw that it could significantly bloat the response size, while in many cases not being needed by the team. We now added theinclude_reviews
flag for theproject.get_label_row()
andproject.get_label_rows()
functions to add thereviews
field back in, if needed.
Full Changelog: 0.1.59...0.1.60
0.1.59
What's Changed
- Dicom deidentify function by @adam-encord in #231
Addeddeidentify_dicom_files
function which takes links to dicom files pointing to AWS, GCP, AZURE or OTC and Encord platform private bucket integration as input and performs dicom files deidentification on them, writing deidentified files to buckets as new files. - Version bump to 0.1.59 by @adam-encord in #235
Full Changelog: 0.1.58...0.1.59
v0.1.58
What's Changed
- DEV-2242 - Allow adding users to datasets by @denis-cord in #227
Check the add_users docs for more info. - Support video_image_groups in SDK by @adam-encord in #222
Check the create_image_group docs with thecreate_video
flag. Read more about the impact of thecreate_video
flag here.
Full Changelog: 0.1.57...0.1.58
v0.1.57
v0.1.56
v0.1.55
What's Changed
- Benchmark QA support in the SDK by @alexey-cord-tech in #216
- Add dynamic attributes to ontology by @denis-cord in #218
- DEV-1843 - Optionally get client metadata via a data_row by @denis-cord in #205
- Fix ubuntu + python version for the GH pipeline by @adam-encord in #225
- Add to_dict() in LabelRowMetadata class by @eloy-encord in #224
New Contributors
- @eloy-encord made their first contribution in #224
Full Changelog: 0.1.54...0.1.55
v0.1.54
What's Changed
- DEV-2045 - Add object and classification hash filtering into SDK by @denis-cord in #213
Full Changelog: 0.1.53...0.1.54
v0.1.53
What's Changed
- Add
transform_bounding_boxes_to_polygons
option to CVAT importer by @denis-cord in #209
Full Changelog: 0.1.52...0.1.53
v0.1.52
What's Changed
- Update CVAT docs around requests timeouts by @denis-cord in #208
- Allow CVAT uploads with deep file paths. by @denis-cord in #207
Full Changelog: 0.1.51...0.1.52
v0.1.51
What's Changed
- Add the rotatable bounding box to ObjectShape enum by @rad-cord in #203
- [Docs] Expanding main menu with section titles. by @frederik-encord in #201
- Fix docs for get_label_rows by @denis-cord in #204
- Reset default max_retries to 0 by @denis-cord in #206
Full Changelog: 0.1.50...0.1.51