Skip to content

Multik 0.2.2 version

Compare
Choose a tag to compare
@devcrocod devcrocod released this 30 May 13:26
· 66 commits to master since this release
2874672

New Features:

  • Extended support for all JVM platforms in multik-default, hiding some implementations
  • Norm 1, maximum, infinity added in multik-kotlin
  • Added functionality to create an array from lists of different sizes
  • Added stub for SVD decomposition
  • Added WASM target #142
  • Added support for npy and npz for JVM in multik-core #156

Updates

  • Updated the Kotlin version to 1.8.21
  • Updated version of OpenBLAS to 0.3.23

Fixes

  • Fixed output type for math functions
  • Fixed thread safety for load engine #155
  • Fixed dot with vectors from matrix #153