[![GitHub commits since tagged version (branch)][version_diff_badge]][version_diff_commits] [version_diff_badge]: https://img.shields.io/github/commits-since/seqan/seqan/seqan-v2.5.1/seqan-v2.5.2 "Click to view commits" [version_diff_commits]: https://github.com/seqan/seqan/compare/seqan-v2.5.1...seqan-v2.5.2 ### Platform Support * Support for new compilers: Clang 21. * Compiler support (tested): * GCC 13, 14, 15 * Clang 19, 20, 21 * Intel oneAPI C++ Compiler 2025.0 (IntelLLVM) * Microsoft Visual Studio 17 * Other compilers might work but are not tested. ### Selected Bug Fixes * Build System: * Fixed CMake install relative path and CTD generation (https://github.com/seqan/seqan/pull/2571) * Argument Parser: * Added support for unsigned 64-bit integers (https://github.com/seqan/seqan/pull/2571) * Mason: * Fixed VCF output not using format properly (https://github.com/seqan/seqan/pull/2576) * Fixed acceptance of 64-bit seeds (https://github.com/seqan/seqan/pull/2571) * Improved parallel output performance by writing directly without temporary files (https://github.com/seqan/seqan/pull/2567) * Compiler Compatibility: * Fixed internal compiler error on MSVC 19.44 (https://github.com/seqan/seqan/pull/2563) * Fixed deprecated `#pragma omp master` for GCC 16 (https://github.com/seqan/seqan/pull/2578) * Fixed various warnings and issues for GCC 16 compatibility (https://github.com/seqan/seqan/pull/2578)