Skip to content

0.7 --- Misc Improvements & Fixes

Latest

Choose a tag to compare

@crepererum crepererum released this 13 Jun 12:43
· 119 commits to main since this release
28135ed

All

  • support ?Sized where possible
  • implement Send where possible

Filters

  • proper union support

HyperLogLog

  • fix potential out-of-bounds access (#74)
  • improve performance

T-Digest

  • more scale functions

Dependencies

  • replace Void with Infallible
  • update dependencies
  • make all dependencies optional