Skip to content

Releases: pblischak/QCF

0.1.3a

09 Mar 16:07
Compare
Choose a tag to compare
0.1.3a Pre-release
Pre-release

v0.1.3a

Still in alpha-level testing.

Cleaned up issues with signed vs. unsigned comparisons in for loops when using size() methods for vectors and strings. Also switched all of the for loop index increments to pre-increments (++i) rather than post-increments (i++).

Starting to run simulations with actual hybridization. Preliminary simulations on trees with 6 or 10 taxa look pretty good.

0.1.2a

08 Mar 22:55
Compare
Choose a tag to compare
0.1.2a Pre-release
Pre-release

v0.1.2a

Cleaned up code style and added const keyword to as many variables as possible. Added a couple more asserts.

0.1.1a

07 Mar 15:54
Compare
Choose a tag to compare
0.1.1a Pre-release
Pre-release

v0.1.1a

Warning: this is a test version of QCF. Results may not be correct.

This is the first release of QCF. It is still in alpha testing, so use with extreme caution. We are releasing it to test uploading with Bioconda.