Releases: mikkyang/rust-blas
Releases · mikkyang/rust-blas
0.0.12
Breaking Changes
Matrix
trait functions are now safe (consistent with how functions that return pointers are in std
). Just remove the unsafe
keyword, and you should be okay.
Other Changes
Reduced compilation time: #13