- Typo/formatting corrections - Improved README clarity - Minimum Python version bumped to 3.7
1.1.0
- 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
- Major optimisations, approx 2.5x speedup - Removes some old debugging code and warnings
0.0.2
Fix typo in README
0.0.1
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