-
0.2.0-dev-2 Pre-Release
released this
2020-09-27 20:05:31 +03:00 | 1678 commits to dev since this releaseAdded
fun
annotation for SAM interfaces in library- Explicit
public
visibility for all public APIs - Better trigonometric and hyperbolic functions for
AutoDiffField
(https://github.com/mipt-npm/kmath/pull/140). - Automatic README generation for features (#139)
Changed
- Package changed from
scientifik
tokscience.kmath
. - Gradle version: 6.6 -> 6.6.1
- Minor exceptions refactor (throwing
IllegalArgumentException
by argument checks instead ofIllegalStateException
) 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 inMstExtendedField
(https://github.com/mipt-npm/kmath/pull/140)
Downloads