Skip to content

rustsat-v0.7.5

Latest

Choose a tag to compare

@rustsat-release-plz-bot rustsat-release-plz-bot released this 30 Jan 09:46
· 74 commits to main since this release
457d6d7

1188126...603d72a

NOTE: this will be the last release before some major API changes that will arrive in v0.8.0.
Progress on the work related to the API changes is tracked here.

Features

Bug Fixes

  • Properly handle offsets in totdb (bc281b8)
  • Merging two unweighted trees with same unit weight (e932e98)
  • Proper state handling (10188ed)
  • Typos (422db78)
  • Don't assert but return None (#548) (27f9eea)

Refactor

  • Iterate over nodes in leaf_iter for NodeDb (7753acd)
  • Remove recursion in building totalizer trees (#540) (7be4b8b)