Skip to content

Releases: JuliaDynamics/StreamSampling.jl

v0.3.5

15 Jun 22:19
dbcd9d8
Compare
Choose a tag to compare

StreamSampling v0.3.5

Diff since v0.3.4

Merged pull requests:

v0.3.4

27 Apr 02:27
2246802
Compare
Choose a tag to compare

StreamSampling v0.3.4

Diff since v0.3.3

Merged pull requests:

  • Improve performance of weighted sampling single (#72) (@Tortar)
  • Use immutable sample in weighted sampling single (#73) (@Tortar)

v0.3.3

26 Apr 14:06
80203d5
Compare
Choose a tag to compare

StreamSampling v0.3.3

Diff since v0.3.2

Merged pull requests:

v0.3.2

23 Apr 23:18
99d5181
Compare
Choose a tag to compare

StreamSampling v0.3.2

Diff since v0.3.1

Merged pull requests:

  • Move first page of docs in ReadMe (#69) (@Tortar)

Closed issues:

  • Pkg name (#60)

v0.3.1

20 Apr 19:18
792e3f9
Compare
Choose a tag to compare

StreamSampling v0.3.1

Diff since v0.3.0

v0.3.0

20 Apr 17:29
Compare
Choose a tag to compare

StreamSampling v0.3.0

Diff since v0.2.11

Merged pull requests:

Closed issues:

  • Stoppable iterator sampling (#26)

v0.2.11

13 Apr 02:01
7c63f6a
Compare
Choose a tag to compare

IteratorSampling v0.2.11

Diff since v0.2.10

Merged pull requests:

  • Use value function in itsample (#49) (@Tortar)
  • Implement update! for some more cases (#50) (@Tortar)

v0.2.10

10 Apr 09:18
e63a106
Compare
Choose a tag to compare

IteratorSampling v0.2.10

Diff since v0.2.9

Merged pull requests:

  • Implement update! and value for some more algorithms (#47) (@Tortar)
  • Fix out-of-bound return value if iterator is empty (#48) (@Tortar)

v0.2.9

07 Apr 20:28
a71cf10
Compare
Choose a tag to compare

IteratorSampling v0.2.9

Diff since v0.2.8

Merged pull requests:

  • Create update! function for unweighted sampling single (#44) (@Tortar)
  • Implement update! for weighted sampling single (#45) (@Tortar)
  • Implement value for single sampling (#46) (@Tortar)

v0.2.8

05 Apr 22:41
a207f54
Compare
Choose a tag to compare

IteratorSampling v0.2.8

Diff since v0.2.7

Merged pull requests:

Closed issues:

  • Make it possible to resume the sampling (#20)