Skip to content

Releases: mikrosimage/sequenceparser

v2.1.0

28 Nov 11:41
Compare
Choose a tag to compare

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

21 Nov 09:38
Compare
Choose a tag to compare

Fix

  • ItemStat: set default values when found an undefined type (instead of a boost assert) (PR #65).

Other

  • Add centos6 build Dockerfile (PR #64).

v2.0.0

10 Nov 08:56
Compare
Choose a tag to compare

*/!\ 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

  • Rename creationTime to lastChangeTime and compute it for sequences (PR #54).
  • Compilation on Windows (PR #53).
  • Deploy tcc files when install the project (PR #59).
  • Check item type when found folder sequence (PR #62).

v1.2.1

08 Feb 08:34
Compare
Choose a tag to compare

Fixes

  • CMake: fixed generation of both SWIG java and python3 bindings

Improvements

  • Travis: added variants to build with both python 2.7 and 3.4

v1.2.0

15 Jan 14:39
Compare
Choose a tag to compare

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

15 Jan 10:02
Compare
Choose a tag to compare

API updates

  • Get sequenceParser version from common.hpp instead of CMake.

Build

  • Removed -pg option from debug build.
  • Swig flags: added -small -0 -Wall options.
  • Swig flag: added python3 flag.
  • Travis: migrating from legacy to container-based infrastructure.

v1.0.2

29 Jul 12:10
Compare
Choose a tag to compare
  • Build
    Depend on boost 1.53 or upper
  • Other
    Clean README

v1.0.1

20 Jul 14:18
Compare
Choose a tag to compare

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.