Skip to content

Releases: TravisWheelerLab/FastaVector

Version 1.2

21 Feb 00:49
a01919c
Compare
Choose a tag to compare

Version 1.2

What's New?

  • Improved performance for finding the local position and sequence index from a global sequence position.

Version 1.1

20 Feb 00:46
b20c511
Compare
Choose a tag to compare

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!

30 Sep 23:38
a52d48e
Compare
Choose a tag to compare

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

02 Dec 00:13
2b52baa
Compare
Choose a tag to compare

Initial stable release.