Skip to content

0.2.0-dev-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@altavir altavir released this 27 Sep 17:06
· 1676 commits to dev since this release

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)