Skip to content

Commit 3d06dc3

Browse files
authored
Merge pull request #68 from blas-lapack-rs/changelog
CHANGELOG.md since 0.9.0
2 parents 6f4a0d4 + 9cc871e commit 3d06dc3

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
These versions are based on [semantic versioning][semver], and corresponds to the version in [openblas-src/Cargo.toml](openblas-src/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+
- Change link search order https://github.com/blas-lapack-rs/openblas-src/pull/61
13+
14+
0.10.3 - 2021-04-02
15+
-------------------
16+
17+
### Fixed
18+
- Update "cache" feature description https://github.com/blas-lapack-rs/openblas-src/pull/63
19+
20+
### Changed
21+
- Upgrade OpenBLAS to 0.3.14 https://github.com/blas-lapack-rs/openblas-src/pull/65
22+
23+
0.10.2 - 2021-01-30
24+
--------------------
25+
26+
0.10.0 and 0.10.1 has been yanked and changes from 0.9.0 is summarized here.
27+
28+
### Fixed
29+
- Detect OpenBLAS does not build some parts of LAPACK while "lapack" feature is enabled https://github.com/blas-lapack-rs/openblas-src/issues/49
30+
- openblas-build crate has been introduced to resolve this issue
31+
32+
### Added
33+
- openblas-build crate is introduced to sneak OpenBLAS build system configure
34+
- Link test for LAPACK routines written in Fortran https://github.com/blas-lapack-rs/openblas-src/pull/43
35+
- Switch to openblas-build on Linux https://github.com/blas-lapack-rs/openblas-src/pull/52
36+
- Not on macOS due to https://github.com/blas-lapack-rs/openblas-src/issues/54
37+
- Create openblas-build crate https://github.com/blas-lapack-rs/openblas-src/pull/47
38+
- cargo-workspace setup https://github.com/blas-lapack-rs/openblas-src/pull/45
39+
- "system" feature support for windows-msvc target through vcpkg https://github.com/blas-lapack-rs/openblas-src/pull/35
40+
41+
### Changed
42+
- Use Rust 2018 edition https://github.com/blas-lapack-rs/openblas-src/pull/46
43+
- Switch to GitHub Actions from AppVeyor + Travis CI https://github.com/blas-lapack-rs/openblas-src/pull/40
44+
45+
0.9.0 - 2020-03-08
46+
--------------------
47+
48+
### Changed
49+
- Build products are placed on OUT_DIR to work `cargo clean` properly https://github.com/blas-lapack-rs/openblas-src/pull/31
50+
- Previous behavior (placed on .cargo/) is reproduced with "cache" feature

0 commit comments

Comments
 (0)