SeqAn 3.2.0-rc.1
Pre-release
Pre-release
This is the first release candidate for SeqAn 3.2.0
You can find a list of changes in our changelog.
Notable API-changes (not final)
- We removed the
std::cpp20namespace. We usestdinstead, since all supported compilers provide the C++20 versions of the entities we used withstd::cpp20. - We replaced
seqan3::views::towithseqan3::range::to. As planned for C++23, it is no longer a view, but a function object.seqan3::views::to<std::vector>changes toseqan3::range::to<std::vector>().
Dependencies
- cereal bumped to
1.3.2 - sdsl-lite bumped to
3.0.1 - range-v3 removed
- For documentation: doxygen bumped to
1.9.4