Changelog

== 1.1.0 ==

- added subcommands gfa2fastg and gfa2asqg
- made logging to a file optional (default to stdout only)
- updated --output to take a file name instead of a folder
- major bug fix for gfa2dot abyss
- major improvements to input validation and modularity
- added more comprehensive unit tests
- minor fixes

== 1.0.2 ==

- log version, repo, command name, and parameters of a subcommand run
- minor fixes

== 1.0.1 ==

- minor updates to formatting in graph stats (in both UnitigGraph and ContigGraph)

== 1.0.0 ==

- the first major release
- major refactoring of UnitigGraph, ContigGraph and assembler-specific functions to improve performance
- removed gfa2fastg subcommand
- used in profiling for the manuscript

== 0.1.2 ==

- third alpha release
- major bug fix for fastg2gfa subcommand

== 0.1.1 ==

- second alpha release
- added new method get_contig_sequence to the ContigGraph class
- minor updates to UnitigGraph class

== 0.1.0 ==

- initial alpha release