New features
- `ByteImage` class to represent encoded images in memory and avoid recoding
on save (<https://github.com/openvinotoolkit/datumaro/pull/27>)
Enhancements
- Implementation of format plugins simplified (<https://github.com/openvinotoolkit/datumaro/pull/22>)
- `default` is now a default subset name, instead of `None`. The values are
interchangeable. (<https://github.com/openvinotoolkit/datumaro/pull/22>)
- Improved performance of transforms (<https://github.com/openvinotoolkit/datumaro/pull/22>)
Deprecated
- TBD
Removed
- `image/depth` value from VOC export (<https://github.com/openvinotoolkit/datumaro/pull/27>)
Bug fixes
- Zero division errors in dataset statistics (<https://github.com/openvinotoolkit/datumaro/pull/31>)
Security
- TBD