Encord

Latest version: v0.1.121

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

Scan your dependencies

Page 12 of 17

0.1.52

What's Changed
* Update CVAT docs around requests timeouts by denis-cord in https://github.com/encord-team/encord-client-python/pull/208
* Allow CVAT uploads with deep file paths. by denis-cord in https://github.com/encord-team/encord-client-python/pull/207


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

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

Page 12 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.