Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

72 lines (44 loc) · 1.14 KB

3.0.2

  • transfer repository to Adventuresmith org

3.0.1

  • upgrade to dart_dice_parser 5.1.2.

3.0.0

  • update for null safety and dep upgrades

2.0.1

  • dart-dice-parser upgrade

2.0.0

  • library upgrades including bumping sdk to 2.7

1.0.7

  • update dep on dice-parser

1.0.6

  • update dep on dice-parser to avoid dart sdk 2.3.0

1.0.5

  • move reservoir sampler to its own function outside of CollectionSampler

1.0.4

  • make code more idiomatic
  • changes to reservoir sampling algorithm

1.0.3

  • more analysis cleanup

1.0.0

  • upgrade deps, including to sdk 2.2.2
  • clean up analysis probs

0.6.1

update deps

0.6.0

update to dart 2

0.5.1

  • fix problem introduced by 0.5.0 changes for fixed-length reservoir

0.5.0

  • initialize reservoir size
  • clarify some details of reservoir sampling algorithm in method doc

0.4.0

  • clarify which selection methods return unique and non-unique

0.3.0

  • fix dumb comment in example

0.2.0

  • clean up all samplers to use reservoir sampling
  • add example code

0.1.0

  • fix up interfaces to use List, implement ReservoirSampler

0.0.1

  • Initial version, created by Steve Christensen