These versions are based on semantic versioning, and corresponds to the version in openblas-src/Cargo.toml.
From this release, openblas-build
crate will have same version as openblas-src
crate.
- Add support for using a custom target under linux blas-lapack-rs#78
- OpenBLAS 0.3.20 blas-lapack-rs#85
- OpenBLAS 0.3.17 blas-lapack-rs#76
- Use dynamic CRT link for vcpkg blas-lapack-rs#69 blas-lapack-rs#71
- Run cargo-clippy and rustfmt on CI blas-lapack-rs#86
- Change link search order blas-lapack-rs#61
- Update "cache" feature description blas-lapack-rs#63
- Upgrade OpenBLAS to 0.3.14 blas-lapack-rs#65
0.10.0 and 0.10.1 has been yanked and changes from 0.9.0 is summarized here.
- Detect OpenBLAS does not build some parts of LAPACK while "lapack" feature is enabled blas-lapack-rs#49
- openblas-build crate has been introduced to resolve this issue
- openblas-build crate is introduced to sneak OpenBLAS build system configure
- Link test for LAPACK routines written in Fortran blas-lapack-rs#43
- Switch to openblas-build on Linux blas-lapack-rs#52
- Not on macOS due to blas-lapack-rs#54
- Create openblas-build crate blas-lapack-rs#47
- cargo-workspace setup blas-lapack-rs#45
- "system" feature support for windows-msvc target through vcpkg blas-lapack-rs#35
- Use Rust 2018 edition blas-lapack-rs#46
- Switch to GitHub Actions from AppVeyor + Travis CI blas-lapack-rs#40
- Build products are placed on OUT_DIR to work
cargo clean
properly blas-lapack-rs#31- Previous behavior (placed on .cargo/) is reproduced with "cache" feature