Skip to content

v3.5.0

Compare
Choose a tag to compare
@ctb ctb released this 11 Aug 19:27
111b46e

This is the first of several minor releases (v3.5.x) from the new stable branch. These releases focus on preparing for sourmash v4.0 by introducing deprecations and warnings for features that will be removed in v4.0.

Refactoring and deprecations:

  • MinHash class refactoring (#1128, #1129); many deprecations for 4.0 and 5.0
  • sourmash dump deprecated, for removal in 4.0 (#1147)
  • import sourmash_lib deprecated, for removal in 4.0 (#1143)

Cleanup:

  • remove mentions of ijson and khmer (no longer needed dependencies) #1140

Documentation:

  • Simplify and clean up README (#1124)
  • Add sourmash logo to docs and README (#1127)
  • update release process and release notes (#1125)

Rust:

  • Update typed-builder requirement from 0.6.0 to 0.7.0 (#1121)