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.*Change log:
3 fileA.%04d.jpg 1-3
3 fileA.%04d.png 1-3
+v0.3.0 - 2012 Aug 05Thanks to Erkan Ozgur Yilmaz for the %R directive fix in uncompress.
+ 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
No comments:
Post a Comment