Full Changelog: v3.3.1...v3.3.3
Hotfix release to resolve some issues involving FunctionUtil in relation to other packages.
- FunctionUtil:
- Resolved an issue where it would fail when processing clips with bitdepths exceeding the maximum allowed value
- Extend the tuple
bitdepth
type to create (start, stop + 1) to work around us no longer usingrange.stop
- Fix a check in
chroma_planes
which resulted in it returning an empty list when it should not