Skip to content

v0.7.5

Choose a tag to compare

@github-actions github-actions released this 01 Sep 02:31
· 5 commits to main since this release
0cd3b19

StreamSampling v0.7.5

Diff since v0.7.4

Merged pull requests:

  • Improve performance of choose (#123) (@Tortar)
  • Improve weighted reservoir with replacement algorithm (#124) (@Tortar)
  • Improve weighted stream sampling (#125) (@Tortar)
  • Add benchmarking script for sampling algorithms (#129) (@Tortar)
  • Add iterator methods and length support to SequentialSampler (#130) (@Tortar)
  • Change RNG seed in merge tests (#131) (@Tortar)

Closed issues:

  • Add weighted StreamSample when the total weight of the stream is known (#110)