Release highlights
- Added support for the Bitmask annotations.
- Added LabelRowV2.workflow_complete() method that allows to move label rows in workflow-based projects to the complete state.
What's Changed
* Support bitmasks DEV-2540 by sergei-encord in https://github.com/encord-team/encord-client-python/pull/333
* Add DataRow.is_image_sequence property and make DataRow.is_optimised_image_group property deprecated by sergei-encord in https://github.com/encord-team/encord-client-python/pull/347
* Add workflow_complete call to LabelRowV2 by sergei-encord in https://github.com/encord-team/encord-client-python/pull/319
* Skip downloading label rows metadata when querying project using UserClient by sergei-encord in https://github.com/encord-team/encord-client-python/pull/312
* Various improvements under the hood
**Full Changelog**: https://github.com/encord-team/encord-client-python/compare/0.1.79...0.1.80