Releases: rust-math/intel-mkl-src
Releases · rust-math/intel-mkl-src
0.8.1
What's Changed
New features
- ocipkg for Windows by @termoshtt in #104
Removed
- Switch to GitHub Release by @termoshtt in #105
Full Changelog: intel-mkl-src-v0.8.0...intel-mkl-src-v0.8.1
0.8.0
What's Changed
Changed
- Remove default feature, use mkl-static-ilp64-iomp if no feature #95
intel_mkl_tool::Entry
is rewritten intointel_mkl_tool::Library
#81- Rename
intel_mkl_tool::Interface
toDataModel
,LinkType::Shared
toDynamic
#79
Added
Removed
- Split container management as another repository https://github.com/rust-math/rust-mkl-container
- Drop
download
feature #82- Drop
download
from default feature #75
- Drop
- Remove
xdg-data-home
experimental feature #80
Internal
- Additional CHANGELOG rule #99 #99
- Deploy cargo-doc to GitHub Pages #98
- Update README #96
- Test case for seeking MKL installed by apt #93
- clippy fix #89
- Regenerate intel-mkl-sys FFI using bindgen 0.60.1 #78
New Contributors
- @njaard made their first contribution in #65
- @aleon1138 made their first contribution in #63
Full Changelog: intel-mkl-src-v0.7.0...intel-mkl-src-v0.8.0
intel-mkl-src 0.7.0
Released 2 crates
- intel-mkl-src 0.7.0+mkl2020.1
- intel-mkl-tool 0.3.0+mkl2020.1
Fixed
- Remove use * for external crates for anyhow error #70
Changed
0.6.0+mkl2020.1
0.6.0+mkl2020.1 - 2020-06-23
Released 3 crates
- intel-mkl-src 0.6.0+mkl2020.1
- intel-mkl-sys 0.2.0+mkl2020.1
- intel-mkl-tool 0.2.0+mkl2020.1
Added
Changed
- Add MKL version into crate version #50
- Based on Intel MKL 2020.1
- Refactoring intel-mkl-tool
- Switch failure to anyhow #33
- and others...
Deleted
- macOS support is dropped #42