1
- These versions are based on [ semantic versioning ] [ semver ] , and corresponds to the version in [ openblas-src/Cargo.toml ] ( openblas-src/Cargo.toml ) .
1
+ # CHANGELOG
2
2
3
- [ semver ] : https://semver.org/
4
-
5
- Unreleased
3
+ [ Unreleased] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.8...master )
6
4
-----------
7
5
6
+ ### What's Changed
7
+
8
+ * Take proxy environment variables into account by @xoolive in https://github.com/blas-lapack-rs/openblas-src/pull/120
9
+ * rewrite CI by @gkobeaga and @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/123
10
+ * Update OpenBLAS to version 0.3.28 by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/119
11
+ * Use pkg-config and fix build on doc.rs by @Fuuzetsu ,@j-baker and @HenrikJStromberg in https://github.com/blas-lapack-rs/openblas-src/pull/125
12
+ * Add cache for windows CI by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/128
13
+ Refactor code, Drop LAPACKE inspection, Drop FORTRAN check by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/127
14
+ * Detect TARGET, CC, HOSTCC, FC automically when cross-compiling by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/129
15
+ * Update README and CHANGELOGS by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/130
16
+
17
+ [ 0.10.9 - 2022-12-25] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.8...openblas-src-v0.10.9 )
18
+ --------------------
19
+
20
+ ### What's Changed
21
+
22
+ * Use ubuntu 22.04 image on CI by @termoshtt in https://github.com/blas-lapack-rs/openblas-src/pull/110
23
+ * OpenBLAS v0.3.25 & Extended Target Support & Build Fixes by @gkobeaga in https://github.com/blas-lapack-rs/openblas-src/pull/108
24
+ * add rerun-if flags by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/105
25
+ * respect OPENBLAS_ {{CC, FC, HOSTCC}} env vars on linux by @mike-kfed in https://github.com/blas-lapack-rs/openblas-src/pull/102
26
+ * Use macos-14 instance for CI by @termoshtt in https://github.com/blas-lapack-rs/openblas-src/pull/112
27
+
28
+ [ 0.10.8 - 2022-12-25] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.7...openblas-src-v0.10.8 )
29
+ --------------------
30
+
31
+ ### What's Changed
32
+
33
+ * Use native-tls/native-certs features of ureq crate by @lazareviczoran in https://github.com/blas-lapack-rs/openblas-src/pull/98
34
+
35
+ [ 0.10.7 - 2022-12-25] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.5...openblas-src-v0.10.7 )
36
+ --------------------
37
+
38
+ 0.10.6 has been yanked
39
+
40
+ ### What's Changed
41
+
42
+ * homebrew directory depends on architecture. Include libomp libs by @maparent in https://github.com/blas-lapack-rs/openblas-src/pull/89
43
+ * Use ` brew --prefix ` command to get library path by @termoshtt in https://github.com/blas-lapack-rs/openblas-src/pull/93
44
+ * Upgrade OpenBLAS to 0.3.21 by @termoshtt in https://github.com/blas-lapack-rs/openblas-src/pull/92
45
+ * Use tar.gz image of OpenBLAS by @termoshtt in https://github.com/blas-lapack-rs/openblas-src/pull/95
46
+ * Expand tar.gz on ` OUT_DIR ` by @termoshtt in https://github.com/blas-lapack-rs/openblas-src/pull/96
47
+ * Download OpenBLAS source code from GitHub Release in build.rs by @termoshtt in https://github.com/blas-lapack-rs/openblas-src/pull/97
48
+
8
49
0.10.5 - 2022-08-27
9
50
--------------------
10
51
@@ -15,7 +56,7 @@ From this release, `openblas-build` crate will have same version as `openblas-sr
15
56
16
57
### Changed
17
58
- OpenBLAS 0.3.20 https://github.com/blas-lapack-rs/openblas-src/pull/85
18
- - OpenBLAS 0.3.17 https://github.com/blas-lapack-rs/openblas-src/pull/76
59
+ - OpenBLAS 0.3.17 https://github.com/blas-lapack-rs/openblas-src/pull/76
19
60
- Use dynamic CRT link for vcpkg https://github.com/blas-lapack-rs/openblas-src/pull/69 https://github.com/blas-lapack-rs/openblas-src/pull/71
20
61
21
62
### Internal
0 commit comments