|
1 | 1 | .\" ============================================================================ |
2 | | -.TH swarm 1 "November 10, 2022" "version 3.1.2" "USER COMMANDS" |
| 2 | +.TH swarm 1 "December 5, 2022" "version 3.1.3" "USER COMMANDS" |
3 | 3 | .\" ============================================================================ |
4 | 4 | .SH NAME |
5 | 5 | swarm \(em find clusters of nearly-identical nucleotide amplicons |
@@ -526,6 +526,18 @@ Torbjørn Rognes and documented by Frédéric Mahé, and is available at |
526 | 526 | New features and important modifications of \fBswarm\fR (short lived |
527 | 527 | or minor bug releases are not mentioned): |
528 | 528 | .RS |
| 529 | +.TP |
| 530 | +.BR v3.1.3\~ "released December 5, 2022" |
| 531 | +Version 3.1.3 fixes a few minor bugs, removes warnings, and improves code and documentation: |
| 532 | +fix: bug introduced in version 3.1.1, that caused swarm to allocate way too much memory when d > 1 (bug had no impact on clustering results), |
| 533 | +fix: off-by-one error when allocating memory for a Bloom filter (bug had no impact on clustering results), |
| 534 | +fix: compilation warning with GCC 12 (and more recent) when using link-time optimization, |
| 535 | +fix: compilation warning with clang 13 (and more recent): unused set variable, |
| 536 | +fix: five clang-tidy warnings (readability-braces-around-statements), |
| 537 | +fix: minor code refactoring, |
| 538 | +improve: more uniform vocabulary throughout swarm's documentation (code, help, manpage, README, companion scripts and wiki), |
| 539 | +improve: code coverage of our test suite (swarm-tests). |
| 540 | + |
529 | 541 | .TP |
530 | 542 | .BR v3.1.2\~ "released November 10, 2022" |
531 | 543 | Fix a bug with fastidious mode introduced in version 3.1.1, that could |
|
0 commit comments