Sunday, August 5, 2012

PySeq 0.3.0


Finally released a new version of PySeq, the open-source compressed sequence string module for Python. The biggest change here is that it fixes issue #1, where same-named sequences but with different extensions were not being compressed, e.g.
% lss tests/fileA.*
   3 fileA.%04d.jpg 1-3
   3 fileA.%04d.png 1-3
Change log:
+v0.3.0 - 2012 Aug 05
  + fixed %R in uncompress()
  + fixed minor bug in getSequences() with glob
  + fixed issue #1: same seqs with different extensions don't compress
  + added some simple inline unit tests
Thanks to Erkan Ozgur Yilmaz for the %R directive fix in uncompress.

No comments:

Post a Comment