Skip to content

Releases: JuliaDynamics/StreamSampling.jl

v0.7.6

01 Sep 18:49
a266569

Choose a tag to compare

StreamSampling v0.7.6

Diff since v0.7.5

Merged pull requests:

v0.7.5

01 Sep 02:31
0cd3b19

Choose a tag to compare

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)

v0.7.4

15 Aug 11:47
1a82260

Choose a tag to compare

StreamSampling v0.7.4

Diff since v0.7.3

Merged pull requests:

v0.7.3

15 Aug 00:07
918ad5b

Choose a tag to compare

StreamSampling v0.7.3

Diff since v0.7.2

Merged pull requests:

  • Add arrow version to on-disk sampling (#121) (@Tortar)

v0.7.2

14 Aug 02:12
d23397e

Choose a tag to compare

StreamSampling v0.7.2

Diff since v0.7.1

Merged pull requests:

  • Add new example about sampling from on-disk data (#120) (@Tortar)

v0.7.1

13 Aug 01:38
194d558

Choose a tag to compare

StreamSampling v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

08 Aug 00:44
297d909

Choose a tag to compare

StreamSampling v0.7.0

Diff since v0.6.9

breaking: rename StreamSample in StreamSampler and ReservoirSample in ReservoirSampler

v0.6.9

03 Aug 22:44
8d882fc

Choose a tag to compare

StreamSampling v0.6.9

Diff since v0.6.8

Merged pull requests:

v0.6.8

28 Oct 02:09
599c7f5

Choose a tag to compare

StreamSampling v0.6.8

Diff since v0.6.7

Merged pull requests:

v0.6.7

14 Oct 15:30
9898f87

Choose a tag to compare

StreamSampling v0.6.7

Diff since v0.6.6

Merged pull requests:

  • Better performance for sampling with replacement (#107) (@Tortar)
  • Create benchmark_comparison_stream_WWR.jl (#108) (@Tortar)