Skip to content

v0.1.0

Compare
Choose a tag to compare
@tginsberg tginsberg released this 13 Aug 18:58
· 15 commits to main since this release
129991e

What's Changed

  • Added Standard Deviation (population and sample)
  • Refactored all BigDecimal-based Gatherers
  • Added concat

Using in Maven

<dependency>
    <groupId>com.ginsberg</groupId>
    <artifactId>gatherers4j</artifactId>
    <version>0.1.0</version>
</dependency>

Using in Gradle

implementation("com.ginsberg:gatherers4j:0.1.0")

Full Changelog: v0.0.1...v0.1.0