Multik 0.2.0 version
General
In this release, we have supported multiplatform for all modules. Have support for Android armv8 and Apple Silicon processors. And renamed the modules.
Features
- added multiplatform support #8 #17 #20 #23 #89 #90
- renamed the modules #105
- added native support of Apple Silicon processor #36
- added native support of Android armv8 #104
- added simple way to create complex numbers #56
- added creating arrays with random elements #60
- added
norm
function tomultik-openblas
#61 - added statistical functions to
multik-openblas
#62 - added
expand_dims
function #80 - added creating arrays from
Array<PrimitiveArray>
#92 - added converting arrays to primitive arrays #81
Fixes
- fixed concatenation of ndarrays with different shapes #83
- fixed reshape #101
- fixed copy in ComplexArrays #94
- fixed initialization of engines #106
Docs
- updated dokka plugin #91
- published new documentation – https://kotlin.github.io/multik/
Thanks for our contributors
- Luca Spinazzola (@luca992)
- Ansh Tyagi (@therealansh)
- Cagri Yildirim (@cagriyildirimR)