kotlin-statistics v1.2.0 Release Notes

Release Date: 2018-12-27 // over 5 years ago
  • 🚀 This release has a major correction to the binning API, but it required Kotlin-Statistics to implement its own Range interface until Kotlin stdlib will support open ranges.

    When binning continuous numerical types (e.g. Double, BigDecimal, or Float), you no longer provide a gapSize argument as the ranges in the bin model will be end-exclusive.

    image