Skip to content

Releases: mikkyang/rust-blas

0.0.12

18 Dec 19:52
Compare
Choose a tag to compare

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

0.0.1

09 Jan 08:14
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
Update README