Skip to content

Version 0.19

Compare
Choose a tag to compare
@gstamatelat gstamatelat released this 15 Aug 15:27
· 38 commits to master since this release

Maven

<dependency>
  <groupId>gr.james</groupId>
  <artifactId>random-sampling</artifactId>
  <version>0.19</version>
</dependency>

Documentation

Changelog

  • #42 ParetoSampling weights are now in $(0,1)$ since they represent inclusion probabilities
  • #43 Weighted reservoir implementations no longer accept NaN or infinity as weights
  • #44 Removed the IdentityRandomSampling class, which wasn't accessible anyway