Skip to content

rho-mu, v3.0.0

Compare
Choose a tag to compare
@cicirello cicirello released this 16 Nov 23:09
· 443 commits to main since this release
162838f

[3.0.0] - 2022-11-16

Changed

  • Refactored RandomIndexer and RandomSampler to use new dependency org.cicirello.core.
  • Reformatted all source code to Google Java style.

Removed

  • The sample, samplePool, sampleReservoir, and sampleInsertion methods of the RandomIndexer class, which were all deprecated in 2.5.0. Instead, use the methods with the same names in the RandomSampler class introduced in 2.5.0. BREAKING CHANGE

Dependencies

  • Added dependency org.cicirello.core 2.4.3.

Other