Releases: mikrosimage/sequenceparser
Releases · mikrosimage/sequenceparser
v2.1.0
API change
- ItemStat: userName and groupName are attributes instead of methods (PR #68).
Fixes
- ItemStat: sizeOnDisk on some file system (PR #67).
- ItemStat: values in case of lstat error (PR #68).
- ItemStat: values in case of item deleted between the browse and the lstat (PR #70).
- filesystem: string encoding of the path used in the browse method (only in the Java binding) (PR #72).
Enhancement
- CMake: remove absolute link path in the RPATH of SWIG libraries (PR #71).
v2.0.1
v2.0.0
*/!\ Warning /!*
Update licensing to LGPL v2.1 / GPL v2 (PR #51).
API change
- Move source files to a sequenceParser folder (PR #50).
Enhancements
- Switch boost tests (which did not compile) to pyTest (PR #50).
- Add documentation of the API (PR #55).
- Add code coverage using coveralls (PR #50).
- Clean SWIG interface (warnings and bad name of some methods) (PR #56).
Fixes
v1.2.1
v1.2.0
API changes
- Sequence
- renamed getStandardPattern to getFilenameWithStandardPattern
- added getFilenameWithPrintfPattern
- renamed _padding attribute to _fixedPadding (and renamed its related methods)
- removed _strictPadding attribute and its related methods
- added _maxPadding attribute
v1.1.0
v1.0.2
v1.0.1
Features:
- ItemStat: getUserName / getGroupName
- ItemStat: get permissions
- ItemStat: get minSize / maxSize of sequences (size of the smallest file / size of the biggest file).
- Add detection method: eDetectionSequenceWithoutHoles
Build:
- 'install' rule does not depend on all.
- Install python libs with the python interface.
Fixes:
- FileNumbers: fix bug when extract number from a filename.
Bindings:
- FrameRangesSubView is iterable in python.
- Add FrameRangeVector.
- Can use getTypeFromPath with a string as parameter.