1
- Unreleased
2
- -----------
1
+ # Changelog
2
+
3
+ - All notable changes to this project will be documented in this file.
4
+ - The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ - and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ In addition to original Keep-a-Changelog, we use following rules:
8
+
9
+ - Use [ GitHub Flavored Markdown] ( https://github.github.com/gfm/ )
10
+ - Each line in changes SHOULD include a link to Pull Request in GitHub
11
+ - Each Pull Request MUST add a line in this file
12
+ - This will be checked by GitHub Actions
13
+ - Each Pull Request MAY correspond to one or more lines in this file
14
+
15
+ ## Unreleased
16
+
17
+ ### Added
18
+
19
+ ### Changed
3
20
4
21
### Fixed
5
22
- Added path for libiomp5 static libraries under /opt/intel https://github.com/rust-math/intel-mkl-src/pull/63
6
23
- make intel-mkl-tool use pkg-config canonically https://github.com/rust-math/intel-mkl-src/pull/65
7
24
8
- 0.7.0+mkl2020.1 - 2022-07-29
9
- =============================
25
+ ### Internal
26
+
27
+ ## 0.7.0+mkl2020.1 - 2022-07-29
10
28
11
29
Released 2 crates
12
30
@@ -23,8 +41,7 @@ Released 2 crates
23
41
- dirs 4.0 https://github.com/rust-math/intel-mkl-src/pull/74
24
42
- Repository of container image has been moved to GitHub Container Registry (ghcr.io) from DockerHub https://github.com/rust-math/intel-mkl-src/pull/60
25
43
26
- 0.6.0+mkl2020.1 - 2020-06-23
27
- =============================
44
+ ## 0.6.0+mkl2020.1 - 2020-06-23
28
45
29
46
Released 3 crates
30
47
@@ -54,8 +71,7 @@ Released 3 crates
54
71
- Create MKL-enable Rust container https://github.com/rust-math/intel-mkl-src/pull/36
55
72
- Switch to GitHub Actions https://github.com/rust-math/intel-mkl-src/pull/32
56
73
57
- 0.5.0 - 2019-12-15
58
- ===================
74
+ ## 0.5.0 - 2019-12-15
59
75
60
76
### Added
61
77
- intel-mkl-sys sub-crate for vectorized math and statistiacl functions https://github.com/rust-math/intel-mkl-src/pull/26
0 commit comments