Releases: TravisWheelerLab/FastaVector
Releases · TravisWheelerLab/FastaVector
Version 1.2
Version 1.1
Version 1.1
What's New?
- Null terminators are now added between the sequences from a multi-sequence fasta. This means that printing the sequences is easier, and downstream tools can be confident that they won't have any sequence sections that straddle two different sequences.
Version 1.0.1 - Now with c++ support!
In the 1.0.0 release, the library used the C 'restrict' keyword. However, C++ instead supports the 'restrict' keyword, compilation would fail if compiling from a C++ context. Now the library should play nicely with either C or C++.
Version 1.0.0
Initial stable release.