Skip to content

Releases: rust-bio/rust-bio

bio v1.6.0

26 Mar 08:40
d7f09cd
Compare
Choose a tag to compare

Features

  • POA semi-global, local, and custom alignment (#569) (440cb1c)

bio v1.5.0

09 Dec 10:50
c1beba7
Compare
Choose a tag to compare

Features

Bug Fixes

bio v1.4.0

12 Sep 20:41
319a0d8
Compare
Choose a tag to compare

Features

Bug Fixes

  • include doctests in the test coverage of code that tarpaulin calculates (#533) (29cf0f5)
  • make dependabot commit message follow conventional commits (#542) (bb88281)

bio v1.3.1

24 Jun 02:13
e2b2fd8
Compare
Choose a tag to compare

Performance Improvements

  • improve alignment::distance::levenshtein and alignment::distance::bounded_levenshtein on strrings where distance is small (#522) (da7daea)

bio v1.3.0

14 Jun 18:53
15cb044
Compare
Choose a tag to compare

Features

bio v1.2.0

06 Jun 10:09
52eba95
Compare
Choose a tag to compare

Features

Bug Fixes

  • edge cases on partial order alignment (#515) (0181829)

Performance Improvements

bio v1.1.0

13 Dec 14:38
e7f5744
Compare
Choose a tag to compare

Features

  • add standard derives to all public types (#505) (c08623b)

bio v1.0.0

29 Sep 12:22
f73cab7
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • update to latest ordered-float (#503)

Features

Bug Fixes

bio v0.42.0

31 Aug 02:15
8d7565b
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Update strum and ordered-float dependencies and change From into TryFrom for NotNan. (#491)

Features

  • Update strum and ordered-float dependencies and change From into TryFrom for NotNan. (#491) (57ccf8f)

Miscellaneous Chores

bio v0.41.0

30 Mar 10:18
48ff4a4
Compare
Choose a tag to compare

Features

  • adaptive integration of density functions using a binary search approach that tries to achieve good resolution around the maximum (#486) (207b76f)