Skip to content

Latest commit

 

History

History
109 lines (78 loc) · 5.47 KB

CHANGELOG.md

File metadata and controls

109 lines (78 loc) · 5.47 KB

CHANGELOG

Unreleased

What's Changed

What's Changed

What's Changed

  • Use native-tls/native-certs features of ureq crate by @lazareviczoran in blas-lapack-rs#98

0.10.6 has been yanked

What's Changed

0.10.5 - 2022-08-27

From this release, openblas-build crate will have same version as openblas-src crate.

Fixed

Changed

Internal

0.10.4 - 2021-04-03

Fixed

0.10.3 - 2021-04-02

Fixed

Changed

0.10.2 - 2021-01-30

0.10.0 and 0.10.1 has been yanked and changes from 0.9.0 is summarized here.

Fixed

  • 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

Added

Changed

0.9.0 - 2020-03-08

Changed

  • 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