Encord

Latest version: v0.1.159

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

Scan your dependencies

Page 18 of 23

0.1.51

What's Changed
* Add the rotatable bounding box to ObjectShape enum by rad-cord in https://github.com/encord-team/encord-client-python/pull/203
* [Docs] Expanding main menu with section titles. by frederik-encord in https://github.com/encord-team/encord-client-python/pull/201
* Fix docs for get_label_rows by denis-cord in https://github.com/encord-team/encord-client-python/pull/204
* Reset default max_retries to 0 by denis-cord in https://github.com/encord-team/encord-client-python/pull/206


**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.50...0.1.51

0.1.50

New Features
You can now use a bulk `get_label_rows` for faster label row retrieval.

py
project = client_instance.get_project(<project_hash>)

created_label_uids_list = []
for label_row in project.label_rows:
if label_row is not None: None values will fail the operation
created_label_uids_list.append(label_row["label_hash"])

label_rows = project.get_label_rows(created_label_uids_list, get_signed_url=False)


What's Changed
* Add Ontology top level object to docs by denis-cord in https://github.com/encord-team/encord-client-python/pull/202
* Allow requesting multiple label rows. by denis-cord in https://github.com/encord-team/encord-client-python/pull/197


**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.49.1...0.1.50

0.1.49.1

Bug Fix
The `encord.utilities.label_utilities.construct_answer_dictionaries` now works well with labels with the DICOM format.
The YOLTv4 model was removed from the `encord.constants.model.AutomationModels` as it is not supported by Encord anymore.

What's Changed
* Remove YOLTv4 by adam-encord in https://github.com/encord-team/encord-client-python/pull/191
* Fixes to e2e docs by denis-cord in https://github.com/encord-team/encord-client-python/pull/194
* Update SSH key link by justin-cord in https://github.com/encord-team/encord-client-python/pull/195
* Datatype dicom was missing in construct_answer_dictionaries() by andreashenc in https://github.com/encord-team/encord-client-python/pull/193
* Increase timeouts by radovanCord in https://github.com/encord-team/encord-client-python/pull/198
* Add link to main encord docs and a small fix by denis-cord in https://github.com/encord-team/encord-client-python/pull/200
* Revert "Increase timeouts (198) by radovanCord in https://github.com/encord-team/encord-client-python/pull/199

New Contributors
* adam-encord made their first contribution in https://github.com/encord-team/encord-client-python/pull/191
* justin-cord made their first contribution in https://github.com/encord-team/encord-client-python/pull/195
* andreashenc made their first contribution in https://github.com/encord-team/encord-client-python/pull/193

**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.48...0.1.49

0.1.48

What's Changed
* Fhv/e2e authenticate instructions by frederik-encord in https://github.com/encord-team/encord-client-python/pull/186
* add new actions to docs by radovanCord in https://github.com/encord-team/encord-client-python/pull/190
* DEV-1649 - Add user_email to LabelLog type by radovanCord in https://github.com/encord-team/encord-client-python/pull/188


**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.47...0.1.48

0.1.47

What's Changed
* Cycle available colours by javi-encord in https://github.com/encord-team/encord-client-python/pull/182
* Fix a code example; Add a configurations page by denis-cord in https://github.com/encord-team/encord-client-python/pull/179
* Add ability to upload DICOM series to Encord storage by rad-cord in https://github.com/encord-team/encord-client-python/pull/187

New Contributors
* javi-encord made their first contribution in https://github.com/encord-team/encord-client-python/pull/182

**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.46.1...0.1.47

0.1.46.1

New Features
You are now able to set the video, image group, and image title at the time you are uploading the data. Please check the doc strings of these functions for explanations around the interface.v

What's Changed
* Add yoltv4 model to `AutomationModels` enum by denis-cord in https://github.com/encord-team/encord-client-python/pull/177
* Add custom title option for image groups and video upload at upload time. by denis-cord in https://github.com/encord-team/encord-client-python/pull/176
* Update answer dictinary construction for single images. by frederik-encord in https://github.com/encord-team/encord-client-python/pull/178
* Version bump 0.1.46 by denis-cord in https://github.com/encord-team/encord-client-python/pull/181


**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.45...0.1.46.1

Page 18 of 23

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.