Beta 15 - September 22 #1422
ssteinbach
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
This release introduces Media-multi references (by @rogernelson), spatial coordinates parameters (also by @rogernelson),
otiotool
command line utility, a schema downgrading system (for writing OTIO files that are compatible with older versions of OTIO), as well as a number of other smaller bug fixes and enhancements across the core and adapters. This is the last version of OTIO that will support python 2.7.Thank you to the many community members who contributed to this release!
Important Note About OTIO File Backwards Compatability
This version of OTIO introduces a new version of the Clip schema, Clip.2 (with multiple media reference support). If you need to write out OTIO files that are compatible with older versions of the OTIO library, then you can use the new downgrade feature to save out OTIO files with Clip.1 schema.
Example using
otioconvert
on the commandline:C++:
python:
Big Changes
Breaking Changes
Other Changes
child_at_time()
found something that does not hold markers by @jchen9 in Keep markers at the track ifchild_at_time()
found something that does not hold markers #1239ale_name_column_key
by @jchen9 in Add ALE adapter argumentale_name_column_key
#1248Dependency Version Bumps
7c58058
toe7e2c79
by @dependabot in Bump src/deps/pybind11 from7c58058
toe7e2c79
#112552f2b61
to36c5b87
by @dependabot in Bump src/deps/optional-lite from52f2b61
to36c5b87
#109736c5b87
toa006f22
by @dependabot in Bump src/deps/optional-lite from36c5b87
toa006f22
#1137a006f22
toea502a6
by @dependabot in Bump src/deps/optional-lite froma006f22
toea502a6
#1319ea502a6
to5e4b776
by @dependabot in Bump src/deps/optional-lite fromea502a6
to5e4b776
#138300dbcf2
to4d6cb08
by @dependabot in Bump src/deps/rapidjson from00dbcf2
to4d6cb08
#11054d6cb08
toe4bde97
by @dependabot in Bump src/deps/rapidjson from4d6cb08
toe4bde97
#1217e4bde97
to8261c1d
by @dependabot in Bump src/deps/rapidjson frome4bde97
to8261c1d
#12408261c1d
to27c3a8d
by @dependabot in Bump src/deps/rapidjson from8261c1d
to27c3a8d
#135827c3a8d
to06d58b9
by @dependabot in Bump src/deps/rapidjson from27c3a8d
to06d58b9
#13888b3363a
tobd6f74c
by @dependabot in Bump src/deps/Imath from8b3363a
tobd6f74c
#1222bd6f74c
tobd254da
by @dependabot in Bump src/deps/Imath frombd6f74c
tobd254da
#1245bd254da
to3ffb078
by @dependabot in Bump src/deps/Imath frombd254da
to3ffb078
#12913ffb078
to3ad5d4d
by @dependabot in Bump src/deps/Imath from3ffb078
to3ad5d4d
#1324f67bd5f
tobfc77f2
by @dependabot in Bump src/deps/any fromf67bd5f
tobfc77f2
#1357New Contributors
Full Changelog: v0.14...v0.15
This discussion was created from the release Beta 15 - September 22.
Beta Was this translation helpful? Give feedback.
All reactions