Skip to content

Releases: OpenTimelineIO/otio-ale-adapter

v1.0.1

15 Dec 19:06
a3b97aa

Choose a tag to compare

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

12 Dec 20:16
70c647d

Choose a tag to compare

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

07 Jul 22:02
cb04247

Choose a tag to compare

Initial release of ALE adapter as a standalone PyPI package.