Skip to content

Multik 0.2.3 version

Latest
Compare
Choose a tag to compare
@devcrocod devcrocod released this 08 Feb 20:41
dc5308a

Common

  • The entire library has been migrated to Kotlin 1.9.22
  • Improved wasmJs support for multik-core, multik-kotlin, and multik-default

Core

Features and Optimizations

  • Optimized getters and setters for ndarray
  • Optimized complex numbers #168
  • Improved exception messages
  • Set the Deprecate level to Error for the empty function
  • Added ComplexDouble implementation in Kotlin/Native based on Vector128 #170

Fixes

  • Fixed a bug with ComplexFloat in Kotlin/Js #169

multik-openblas

Features and Optimizations

  • Optimized the execution of sin, cos, log, exp functions in Kotlin/Native #180
  • Optimized cumSum in Kotlin/Native
  • Improved native library performance on Windows
  • Enhanced performance on Apple Silicon processors

Updates

  • Updated OpenBlas to version 0.3.26

Fixes

  • Fixed a bug with the result for argMin and argMax #189
  • Fixed a race condition when loading the native library #174
  • Fixed a bug for median in Kotlin/Native #191
  • Fixed a bug with multiplying a sliced matrix by a vector slice #192