Skip to content

Releases: mark9064/sfsutils

1.1.1 release

02 Aug 16:13
Compare
Choose a tag to compare
  • Typo/formatting corrections
  • Improved README clarity
  • Minimum Python version bumped to 3.7

1.1.0 release

30 Dec 15:37
Compare
Choose a tag to compare
  • Fixes the parsing of nodes that are only one letter long (previously this would cause incorrect parsing as these nodes were not entered, leading to a crash)
  • Performance optimisations to parsing and serialisation
  • Cython version for increased performance

1.0.0 release

29 Jul 22:50
Compare
Choose a tag to compare
  • Major optimisations, approx 2.5x speedup
  • Removes some old debugging code and warnings

0.0.2 release

19 Jun 15:37
Compare
Choose a tag to compare

Fix typo in README

0.0.1 release

19 Jun 15:34
Compare
Choose a tag to compare

First release of this package!
Features:

  • SFS parsing from file or stream
  • Write parsed object to string or file (this will produce an exact replica of the original if the parsed data is not modified