Skip to content

Tags: hoafaloaf/seqparse

Tags

v1.0.1

Toggle v1.0.1's commit message
Updated CHANGES.rst.

v0.7.3

Toggle v0.7.3's commit message
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.2

Toggle v0.7.2's commit message
v0.7.2 (2017/12/08)

-------------------

Changes (from v0.7.1)

* No changes in functionality.
* Changed ``print XXX`` to ``print(XXX)`` in all docstrings.

v0.7.1

Toggle v0.7.1's commit message
v0.7.1 (2017/12/08)

-------------------

Changes (from v0.7.0)

* Frame sequences similar to ``[1, 3, 4, 5]`` are now expressed correctly (ie,
  **1,3-5** instead of **1,3,4,5**).

v0.7.0

Toggle v0.7.0's commit message
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%.

v0.6.4

Toggle v0.6.4's commit message
v0.6.4 (2017/04/08)

-------------------

Changes (from v0.6.3)

* Rebuilt setup files -- (hopefully) ready for initial release on pypi!

v0.6.4b1

Toggle v0.6.4b1's commit message
v0.6.4b1 (2017/04/07)

---------------------

Changes (from v0.6.3)

* Added: seqparse.get_version and new -v/--version option for seqls.

v0.6.3.1

Toggle v0.6.3.1's commit message
0.6.3.1 (2017/04/07)

--------------------

Changes (from v0.6.3)

* Bumped version for pypi testing.

v0.6.3

Toggle v0.6.3's commit message
v0.6.3 (2017/04/07)

-------------------

Changes (from v0.6.2)

* Miscellaneous updates in preparation for pypi release.

v0.6.2

Toggle v0.6.2's commit message
v0.6.2 (2017/04/06)

-------------------

Changes (from v0.6.1)

* Updated README.md for accuracy on roadmap.