Skip to content

Commit 85a0b8f

Browse files
committed
Update CHANGELOG for #70 to #99
1 parent 29042c3 commit 85a0b8f

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,42 @@ In addition to original Keep-a-Changelog, we use following rules:
1414

1515
## Unreleased
1616

17-
### Added
18-
19-
### Changed
20-
2117
### Fixed
18+
- Remove `use *` for external crates https://github.com/rust-math/intel-mkl-src/pull/70
2219
- Added path for libiomp5 static libraries under /opt/intel https://github.com/rust-math/intel-mkl-src/pull/63
2320
- make intel-mkl-tool use pkg-config canonically https://github.com/rust-math/intel-mkl-src/pull/65
2421

22+
### Changed
23+
- Remove default feature, use mkl-static-ilp64-iomp if no feature https://github.com/rust-math/intel-mkl-src/pull/95
24+
- `intel_mkl_tool::Entry` is rewritten into `intel_mkl_tool::Library` https://github.com/rust-math/intel-mkl-src/pull/81
25+
- Executable for seeking MKL in system as an example (alternetive to intel-mkl-tool cli) https://github.com/rust-math/intel-mkl-src/pull/92
26+
- Skip unreadable directory https://github.com/rust-math/intel-mkl-src/pull/91
27+
- `intel-mkl-tool::Library` supports windows https://github.com/rust-math/intel-mkl-src/pull/90
28+
- Support `mkl-dynamic-*-*` cases for Windows https://github.com/rust-math/intel-mkl-src/pull/94
29+
- Rename `intel_mkl_tool::Interface` to `DataModel`, `LinkType::Shared` to `Dynamic` https://github.com/rust-math/intel-mkl-src/pull/79
30+
- Minimal supported rustc version to 1.56.0, dirs 4.0 https://github.com/rust-math/intel-mkl-src/pull/73 https://github.com/rust-math/intel-mkl-src/pull/74
31+
- zstd version range `<=0.11, >=0.6` https://github.com/rust-math/intel-mkl-src/pull/71
32+
33+
### Added
34+
- Try ocipkg when MKL not found https://github.com/rust-math/intel-mkl-src/pull/88
35+
36+
### Removed
37+
- Split container management as another repository https://github.com/rust-math/rust-mkl-container
38+
- Drop intel-mkl-pack https://github.com/rust-math/intel-mkl-src/pull/87
39+
- Separate container management https://github.com/rust-math/intel-mkl-src/pull/86
40+
- Create new archive using ocipkg https://github.com/rust-math/intel-mkl-src/pull/84
41+
- Add patch version in container https://github.com/rust-math/intel-mkl-src/pull/83
42+
- Drop `download` feature https://github.com/rust-math/intel-mkl-src/pull/82
43+
- Drop `download` from default feature https://github.com/rust-math/intel-mkl-src/pull/75
44+
- Remove `xdg-data-home` experimental feature https://github.com/rust-math/intel-mkl-src/pull/80
45+
2546
### Internal
47+
- Additional CHANGELOG rule #99 https://github.com/rust-math/intel-mkl-src/pull/99
48+
- Deploy cargo-doc to GitHub Pages https://github.com/rust-math/intel-mkl-src/pull/98
49+
- Update README https://github.com/rust-math/intel-mkl-src/pull/96
50+
- Test case for seeking MKL installed by apt https://github.com/rust-math/intel-mkl-src/pull/93
51+
- clippy fix https://github.com/rust-math/intel-mkl-src/pull/89
52+
- Regenerate intel-mkl-sys FFI using bindgen 0.60.1 https://github.com/rust-math/intel-mkl-src/pull/78
2653

2754
## 0.7.0+mkl2020.1 - 2022-07-29
2855

0 commit comments

Comments
 (0)