With the upcoming 0.0.1 release of codon that is planned this year, I want to clean up a lot of the subpar code that was written at the beginnin. Additionally a few changes are also being made. The most important ones are:
- Locators are going away, and I will switch to a traditional iterator interface for an improved experience with STL algorithms, ranges and views that are very promising for this projects to integrate in the future further.
- Several names and parameter will change to achieve a better naming consistency and make it more clear what functions/methods do.
- Improvement and corrections to documentation which will also be moved to this website instead. The repository will only link to this site, instead of owning a duplicate set of documention.
- Additional feature like an optimised find for shorter sequences (gene not genome size) will be added.