File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ These versions are based on [ semantic versioning] [ semver ] , and corresponds to the version in ` Cargo.toml ` .
2
+
3
+ [ semver ] : https://semver.org/
4
+
5
+ Unreleased
6
+ -----------
7
+
8
+ 0.10.4 - 2021-04-03
9
+ =====================
10
+
11
+ Fixed
12
+ ------
13
+ - Change link search order https://github.com/blas-lapack-rs/openblas-src/pull/61
14
+
15
+ 0.10.3 - 2021-04-02
16
+ =====================
17
+
18
+ Fixed
19
+ ------
20
+ - Update "cache" feature description https://github.com/blas-lapack-rs/openblas-src/pull/63
21
+
22
+ Changed
23
+ -------
24
+ - Upgrade OpenBLAS to 0.3.14 https://github.com/blas-lapack-rs/openblas-src/pull/65
25
+
26
+ 0.10.2 - 2021-01-30
27
+ =====================
28
+
29
+ 0.10.0 and 0.10.1 has been yanked and changes from 0.9.0 is summarized here.
30
+
31
+ Fixed
32
+ ------
33
+ - Detect OpenBLAS does not build some parts of LAPACK while "lapack" feature is enabled https://github.com/blas-lapack-rs/openblas-src/issues/49
34
+ - openblas-build crate has been introduced to resolve this issue
35
+
36
+ Added
37
+ ------
38
+ - openblas-build crate is introduced to sneak OpenBLAS build system configure
39
+ - Link test for LAPACK routines written in Fortran https://github.com/blas-lapack-rs/openblas-src/pull/43
40
+ - Switch to openblas-build on Linux https://github.com/blas-lapack-rs/openblas-src/pull/52
41
+ - Not on macOS due to https://github.com/blas-lapack-rs/openblas-src/issues/54
42
+ - Create openblas-build crate https://github.com/blas-lapack-rs/openblas-src/pull/47
43
+ - cargo-workspace setup https://github.com/blas-lapack-rs/openblas-src/pull/45
44
+
45
+ Changed
46
+ -------
47
+ - Use Rust 2018 edition https://github.com/blas-lapack-rs/openblas-src/pull/46
48
+ - Switch to GitHub Actions from AppVeyor + Travis CI https://github.com/blas-lapack-rs/openblas-src/pull/40
You can’t perform that action at this time.
0 commit comments