New
Multik 0.2.3 version
Common
- The entire library has been migrated to Kotlin 1.9.22
- Improved wasmJs support for
multik-core,multik-kotlin, andmultik-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
emptyfunction - Added
ComplexDoubleimplementation in Kotlin/Native based onVector128#170
Fixes
- Fixed a bug with
ComplexFloatin Kotlin/Js #169
multik-openblas
Features and Optimizations
- Optimized the execution of
sin,cos,log,expfunctions in Kotlin/Native #180 - Optimized
cumSumin 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
argMinandargMax#189 - Fixed a race condition when loading the native library #174
- Fixed a bug for
medianin Kotlin/Native #191 - Fixed a bug with multiplying a sliced matrix by a vector slice #192