Skip to content

swarm 3.1.3

Compare
Choose a tag to compare
@torognes torognes released this 05 Dec 11:53
· 1829 commits to master since this release

Version 3.1.3 fixes a few minor bugs, removes warnings, and improves code and documentation:

  • 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),
  • fix: off-by-one error when allocating memory for a Bloom filter (bug had no
    impact on clustering results),
  • fix: compilation warning with GCC 12 (and more recent) when using link-time
    optimization,
  • fix: compilation warning with clang 13 (and more recent): unused set
    variable,
  • fix: five clang-tidy warnings (readability-braces-around-statements),
  • fix: minor code refactoring,
  • improve: more uniform vocabulary throughout swarm's documentation (code,
    help, manpage, README, companion scripts and wiki),
  • improve: code coverage of our test suite (swarm-tests).