Tags: hoafaloaf/seqparse
Tags
v0.7.3 (2017/12/08) ------------------- Changes (from v0.7.2) * ``FrameSequence.invert()`` and ``FileSequence.invert()`` method now have ``first``, ``last`` frame parameters to limit output reporting; now all sequence classes share a similar interface. * ``Seqparse.output()`` now passes ``first``, ``last`` frame arguments to ``FileSequence.invert()``. * Added a slight update to ``README.md``.
v0.7.0 (2017/04/18) ------------------- Changes (from v0.6.4) * Seqparse.scan_path() can now accept list-like collections of input search paths and deals with them recursively. * Moved all stat-related methods and properties from the FrameSequence to the FileSequence class. * FileExtension now hold FileSequence instances (which makes more sense if you think about it). * FileExtension.output() now correctly handles pad consolidation. * FileSequence instances can now clone other FileSequence instances. * FileSequence instances now have two new properties: frames (which iterates over the contained **padded** frames) and pretty_frames (which returns the string representation of the contained frame sequence). * FileSequence.update() can now accept FileSequence instances as input. * Coverage tests are pretty much at 100%.
PreviousNext