v0.7.5
StreamSampling v0.7.5
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
StreamSamplewhen the total weight of the stream is known (#110)