Releases: encord-team/encord-client-python
Releases · encord-team/encord-client-python
0.1.175
What's Changed
- Handle payload size error by @vladimir-encord in #970
New Contributors
- @vladimir-encord made their first contribution in #970
Full Changelog: 0.1.174...0.1.175
0.1.174
What's Changed
- feat: ability to have keypoints and polylines with 3D coordinates by @arthur-encord in #961
- Updates the Data Group example code by @Laverne-Encord in #942
- fix: Add missing scene enum by @arthur-encord in #967
- SDK docs code example update data group label export by @Laverne-Encord in #966
- Updates Docstrings with US English by @Laverne-Encord in #968
- feat: Add support for numeric attribute in ontology by @ricky-encord in #964
Full Changelog: 0.1.173...0.1.174
0.1.173
What's Changed
-
feat: Add cuboid support by @arthur-encord in #958
Example:
label_rows = project.list_label_rows_v2(data_hashes=[data_hash]) label_row = label_rows[0] label_row.initialise_labels() ontology = label_row.ontology_structure cuboid_obj = ontology.get_child_by_title("Cuboid", type_=Object) cuboid_instance = cuboid_obj.create_instance() cuboid_instance.set_for_frames( coordinates=CuboidCoordinates(position=(0.5, 0.5, 0.5), size=(1, 1, 1), orientation=(0, 0, 0)) ) label_row.save()
Full Changelog: 0.1.172...0.1.173
0.1.172
What's Changed
- feat: Propagate data group hash through label row
- feat: Handle rate limit errors from the Annotate API
- feat: Add
get_storage_itemandinitialise_storage_itemlabel row's methods - fix: Update code examples in the documentation
- fix: Add querier to linked data items
Full Changelog: 0.1.171...0.1.172
0.1.171
0.1.170
What's Changed
- Fix error when getting timers information by @sergei-encord in #940
Full Changelog: 0.1.169...0.1.170
0.1.169
What's Changed
- Add data group support by @arthur-encord in #934.
client = EncordUserClient.create_with_ssh_private_key()
folder = client.get_storage_folder("folder-uuid")
# Added: `create_data_group` method to create a group of mutliple data items
group_uuid = folder.create_data_group([UUID("file1"), UUID("file2")])
project = client.get_project("project-hash")
# Added: `include_children` parameter to include children of data groups when listing label rows
rows = project.list_label_rows_v2(include_children=True)See https://docs.encord.com/platform-documentation/Index/data-groups/index-data-groups for more information.
Full Changelog: 0.1.168...0.1.169
0.1.168
What's Changed
- Expose list of the project users by @sergei-encord in #931
Full Changelog: 0.1.167...0.1.168
0.1.167
0.1.166
What's Changed
- fix: SDK presigned urls endpoint with proper directories by @adam-encord in #923
Full Changelog: 0.1.165...0.1.166