Skip to content

Releases: rust-math/intel-mkl-src

0.8.1

13 Sep 13:33
6de61ff
Compare
Choose a tag to compare

What's Changed

New features

Removed

Full Changelog: intel-mkl-src-v0.8.0...intel-mkl-src-v0.8.1

0.8.0

11 Sep 06:03
6e2eb21
Compare
Choose a tag to compare

What's Changed

Changed

  • Remove default feature, use mkl-static-ilp64-iomp if no feature #95
  • intel_mkl_tool::Entry is rewritten into intel_mkl_tool::Library #81
    • Executable for seeking MKL in system as an example (alternetive to intel-mkl-tool cli) #92
    • Skip unreadable directory #91
    • intel-mkl-tool::Library supports windows #90
      • Support mkl-dynamic-*-* cases for Windows #94
  • Rename intel_mkl_tool::Interface to DataModel, LinkType::Shared to Dynamic #79

Added

  • Try ocipkg when MKL not found #88
    • ocipkg 0.2.6, anonymous pulling container #101

Removed

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

Full Changelog: intel-mkl-src-v0.7.0...intel-mkl-src-v0.8.0

intel-mkl-src 0.7.0

29 Jul 09:50
67d7483
Compare
Choose a tag to compare

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

  • Set minimal supported rustc version (MSRV) to 1.56.0 #73
  • Update dependencies #74
  • Repository of container image has been moved to GitHub Container Registry (ghcr.io) from DockerHub #60

0.6.0+mkl2020.1

23 Jun 06:19
20bbfa9
Compare
Choose a tag to compare

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

  • Static link support #30
    • For Windows #48
    • For Linux #45

Changed

  • Add MKL version into crate version #50
  • Based on Intel MKL 2020.1
    • For Linux #43
    • For Windows #48
  • Refactoring intel-mkl-tool
    • Switch failure to anyhow #33
    • and others...

Deleted

  • macOS support is dropped #42

Maintenance

  • Create MKL-enable Rust container #36
  • Switch to GitHub Actions #32

0.5.0

23 Jun 06:21
Compare
Choose a tag to compare

0.5.0 - 2019-12-15

Added

  • intel-mkl-sys sub-crate for vectorized math and statistiacl functions #26
  • intel-mkl-tool sub-crate and CLI #20
    • package subcommand #23

Changed

  • Drop failure dependency #25
  • Use curl instead of reqwest #19

v0.2.0

06 Sep 12:50
Compare
Choose a tag to compare
  • Use shared library #4