Releases: OpenTimelineIO/otio-ale-adapter
Releases · OpenTimelineIO/otio-ale-adapter
v1.0.1
This release makes sure the that the 1.0.x release line adds a version constraint for OpenTimelineIO less than 0.18.0 because there are breaking changes there that should not be used with this adapter.
Users of of 0.18.0+ should use otio-ale-adapter>=1.1.0.
What's Changed
- Release prep by @apetrynet in #4
- Post 0.17.0 release patch. by @apetrynet in #5
- Limit 1.0.x release to OTIO <0.18.0 by @shidarin in #12
- Update upload artifact and include release branches in CI for release/1.0.x branch by @reinecke in #15
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.1.0
This release addresses an issue with Timecode handling in OpenTimelineIO 0.18 and has better handling for ALEs with more or fewer blank lines than expected between sections.
What's Changed
- Release prep by @apetrynet in #4
- Post 0.17.0 release patch. by @apetrynet in #5
- Use nearest_smpte_timecode_rate instead of trusting 23.98, etc. by @jminor in #6
- Fix for ALEs with too few or too many blank lines between sections by @reinecke in #3
- Update upload-artifact to v4 by @reinecke in #13
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial release of ALE adapter as a standalone PyPI package.