Skip to content

SeqAn 3.2.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@eseiler eseiler released this 15 Jun 18:11
3.2.0-rc.1
1148ce1

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::cpp20 namespace. We use std instead, since all supported compilers provide the C++20 versions of the entities we used with std::cpp20.
  • We replaced seqan3::views::to with seqan3::range::to. As planned for C++23, it is no longer a view, but a function object. seqan3::views::to<std::vector> changes to seqan3::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