Skip to content

Releases: JuliaDynamics/StreamSampling.jl

v0.8.0

21 Mar 17:42

Choose a tag to compare

StreamSampling v0.8.0

Diff since v0.7.6

Breaking changes

  • StreamSampler has been renamed to SequentialSampler since it is more aligned with the relevant literature

Merged pull requests:

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:

  • Improve ondisk benchmarks (#132) (@Tortar)

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:

  • Use append in example (#122) (@Tortar)

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:

  • Bump actions/checkout from 4 to 5 (#114) (@dependabot[bot])
  • Add merging strategies for more samplers (#115) (@Tortar)
  • Show results of code blocks (#116) (@Tortar)
  • Improve docs (#117) (@Tortar)
  • Fix some outputs in docs (#118) (@Tortar)

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:

  • Bump codecov/codecov-action from 4 to 5 (#111) (@dependabot[bot])
  • Update benchmarks (#112) (@Tortar)

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:

  • Benchmark improvements (#109) (@Tortar)