Skip to content

Multik 0.2.0 version

Compare
Choose a tag to compare
@devcrocod devcrocod released this 26 Jul 22:13
· 116 commits to master since this release
87540d8

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 to multik-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

Thanks for our contributors