Skip to content

Release Notes

Julien Langlois edited this page Mar 20, 2024 · 21 revisions

Welcome to the release notes for this Framework. Below you will find an overview of all the changes we did for each release. We try to be as detailed as possible and include all bugs we have fixed, features we have added and things that may have changed. If you have questions about a particular release, don't hesitate to contact our support team!

v2.3.0

2024-Mar-26

Rebranding component for Flow Production Tracking

v2.2.2

2022-Mar-28

ShotGrid branding updates.

v2.2.1

2021-Nov-30

Replacing shotgunsoftware urls with Autodesk Knowledge Network and ShotGrid Developer Documentation pages.

v2.2.0

2021-Jun-4

Rebranded to ShotGrid.

v2.1.0

2020-Sep-24

Python 3 compatibility

v2.0.0

2017-Jan-12

Re-releasing as v2.0.0 since this introduces potential breaking changes.

Details:

This is the same exact code as v1.4.1 repackaged as v2.0.0.

v1.4.1

2016-Dec-08

[fix] EditItems created from an EDL now inherit the drop frame setting from the EDL

v1.4.0

2016-Oct-29

Adds drop frame support to the timecode and edl modules for 29.97 and 59.94 frame rates.

Details:

Drop frame can be designated by using a drop_frame parameter and/or by using drop frame notation in the timecode string (using ; , or . as the delimited between seconds and frames). Calculations to and from frames take drop frame into account and adjust the results as needed. Several good reference websites are in the docs as well as additional information.

v1.3.1

2016-Sep-06

Added support for CLIP NAME source notes.

Details:

Added support for CLIP NAME source notes.

v1.3.0

2016-Aug-17

Improved EDL parsing

Details:

  • A BadFrameRateError exception is now raised if a timecode is invalid for the frame rate used to parse an EDL file.
  • UnsupportedEDLFeature, BadBLError, BadDropFrameError exceptions are now raised if a parsed EDL contains unsupported features.
  • Comment lines without a leading * are now supported.

v1.2.6

2016-Jul-28

New features for Siggraph

Details:

New features for Siggraph

v1.2.4

2016-May-13

Now allowing .edl ext in any combination of upper/lower case. Adjusted error messaging related to timecode validation.

Details:

Now allowing .edl ext in any combination of upper/lower case. Adjusted error messaging related to timecode validation.

v1.2.3

2016-Apr-06

Added support for float fps values in timecode_from_frame

Details:

Added support for float fps values in timecode_from_frame

v1.2.1

2015-Sep-01

Added the ability to override default logger

Details:

Callers can now use their own logger and filter messages as they want.

v1.2.0

Added EditEvent.pure_comments generator

Details:

Added EditEvent.pure_comments method, allowing to retrieve all comments which do not include known keywords.

v1.1.0

Fixed a bug with duplicated ids

Details:

Duplicated edit ids are now treated as effects, rather than being considered as regular events.

v1.0.2

Added reel property accessor for EditEvent

v1.0.1

Now handle titles with spaces

Details:

The full title is now retrieved, even if it includes spaces

v1.0.0

Initial release

Details:

Provides standard editorial utilities through Timecode and EditList classes

v0.0.0

Initial implementation

Clone this wiki locally