Releases: JuliaDynamics/StreamSampling.jl
Releases · JuliaDynamics/StreamSampling.jl
v0.8.2
v0.8.1
StreamSampling v0.8.1
Merged pull requests:
- [ImgBot] Optimize images (#138) (@imgbot[bot])
- Bump codecov/codecov-action from 5 to 6 (#139) (@dependabot[bot])
- Some formatting updates to the paper (#140) (@ameligrana)
- Update references to respect editorialbot constraints (#141) (@ameligrana)
- Add installation instructions to README (#144) (@ameligrana)
- Enhance README with support and contribution details (#145) (@ameligrana)
- Update issue templates (#146) (@ameligrana)
- Relax compat restrictions on DataStructures (#150) (@tlnagy)
Closed issues:
v0.8.0
StreamSampling v0.8.0
Breaking changes
- StreamSampler has been renamed to SequentialSampler since it is more aligned with the relevant literature
Merged pull requests:
- Bump actions/checkout from 5 to 6 (#133) (@dependabot[bot])
- Bump actions/cache from 4 to 5 (#134) (@dependabot[bot])
- Add some more merge tests (#135) (@ameligrana)
- Add tests for StreamSampler functionality (#136) (@ameligrana)
- Improve the interface by unifying StreamSampler and SequentialSampler (#137) (@ameligrana)
v0.7.6
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)
v0.7.4
v0.7.3
v0.7.2
StreamSampling v0.7.2
Merged pull requests:
- Add new example about sampling from on-disk data (#120) (@Tortar)
v0.7.1
StreamSampling v0.7.1
Merged pull requests:
v0.7.0
StreamSampling v0.7.0
breaking: rename StreamSample in StreamSampler and ReservoirSample in ReservoirSampler