v0.1.3
- Fixed bug with horizontal functions in WASM
- Fixed error with negation for naive
- Added random to WASM export
- Vector-Scalar arithmetic for WASM export
- Memory Sharing (a.k.a data copy) for WASM export
v0.1.4
- Fixed bug where force_naive enable correctly
- Improved sqrt performance on x86/x86_64
- Added ```prod``` and ```mul_add``` methods
- Added ```zip``` method
v0.1.5
- Addeed ```into_array``` method
- Bug fixes