Encord

Latest version: v0.1.159

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

Scan your dependencies

Page 15 of 23

0.1.70

New features
Data rows can now be filtered by title, creation date and data types using list_data_rows method

What's Changed
* docs: add missing explanation of features by eloy-encord in https://github.com/encord-team/encord-client-python/pull/262
* Data rows filtering by sergei-encord in https://github.com/encord-team/encord-client-python/pull/261


**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.69...0.1.70

0.1.69

Added long polling for add_private_data_to_dataset.

0.1.68.1

New Features
Labels now can be filtered by exact or partial match of data title
Added __version__ variable

What's Changed
* Add labels filtering by data title by sergei-encord in https://github.com/encord-team/encord-client-python/pull/258
* Fix parse_datetime helper to always return valid iso datetime string by sergei-encord in https://github.com/encord-team/encord-client-python/pull/266
* LabelRowV2: skip querying for ontology for each object by sergei-encord in https://github.com/encord-team/encord-client-python/pull/264
* Cache assets for 1 day by arthur-encord in https://github.com/encord-team/encord-client-python/pull/268
* Project: refetch data when dataset is added or removed by sergei-encord in https://github.com/encord-team/encord-client-python/pull/267
* fix(label-row-meta): handle enums and datetimes when trasforming to dict by Encord-davids in https://github.com/encord-team/encord-client-python/pull/269
* Add __version__ variable to the encord package by sergei-encord in https://github.com/encord-team/encord-client-python/pull/271
* Bump project version to 0.1.68 by sergei-encord in https://github.com/encord-team/encord-client-python/pull/270
* Fix poetry lock by adam-encord in https://github.com/encord-team/encord-client-python/pull/275

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

**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.67...0.1.68.1

0.1.67

New Features
You can now specify a list of frames when calling `set_for_frames`.
For example we now support:
object_instance.set_for_frames([3, 6, 10, 12])
Please note that this is in addition to the other ways of specifying frames to annotate, such as range of frames, so the behaviour of
object_instance.set_for_frames([Range(3, 4), Range(15, 17)])
is unchanged.

What's Changed
* fix(labels): Fix constructing answer dictionaries for data units with no labels by yogesh-encord in https://github.com/encord-team/encord-client-python/pull/259
* Improve file upload performance by rad-cord in https://github.com/encord-team/encord-client-python/pull/260
* Add support for specifying lists of integer frame numbers when annotating. by alex-encord in https://github.com/encord-team/encord-client-python/pull/257
* Bump version number to 0.1.67. by alex-encord in https://github.com/encord-team/encord-client-python/pull/263

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

**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.66.1...0.1.67

0.1.66.1

What's Changed
* Adds support for a new data type for DICOM projects ("Add DICOM study data type by arthur-encord in https://github.com/encord-team/encord-client-python/pull/254"):
python
>>> project = client.get_project("<project_with_dicom_study_classifications>")
>>> row = project.list_label_rows_v2(data_hashes=["dicom_study_identifier"])[0]
>>> print(row.data_type)
DataType.DICOM_STUDY

* Add basic vscode settings by arthur-encord in https://github.com/encord-team/encord-client-python/pull/255


**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.66...0.1.66.1

0.1.65

Bug fixes:
* For `LabelRowV2` The `ObjectInstance.Annotation.coordinates` setter is now fixed

What's Changed
* Some more correct types for the LabelRowMetadata by denis-cord in https://github.com/encord-team/encord-client-python/pull/252
* Some bug fixes in LabelRowV2 setters by denis-cord in https://github.com/encord-team/encord-client-python/pull/253


**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.64.1...0.1.65

Page 15 of 23

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.