kmath v0.2.0-dev Release Notes

Release Date: 2020-09-27 // over 3 years ago
  • โž• Added

    • fun annotation for SAM interfaces in library
    • Explicit public visibility for all public APIs
    • ๐Ÿ‘ Better trigonometric and hyperbolic functions for AutoDiffField (#140).
    • Automatic README generation for features (#139)

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Package changed from scientifik to kscience.kmath.
    • Gradle version: 6.6 -> 6.6.1
    • ๐Ÿ”จ Minor exceptions refactor (throwing IllegalArgumentException by argument checks instead of IllegalStateException)
    • Polynomial secondary constructor made function.
    • Kotlin version: 1.3.72 -> 1.4.20-M1

    ๐Ÿ—„ Deprecated

    โœ‚ Removed

    • ๐Ÿ‘ kmath-koma module because it doesn't support Kotlin 1.4.

    ๐Ÿ›  Fixed

    • symbol method in MstExtendedField (#140)