Releases: JuliaLinearAlgebra/BLISBLAS.jl
Releases · JuliaLinearAlgebra/BLISBLAS.jl
v0.2.0
BLISBLAS v0.2.0
Improvements
- Upgrade to BLIS 2.0 along with name mangling as expected in Julia with _64 suffixes
- LP64 and ILP64 BLAS as well as LAPACK included in the dependencies
- Tests updated to run the LinearAlgebra BLAS and LAPACK test suite
Breaking changes
- Requires Julia v1.9 or newer
Merged pull requests:
- Upgrade BLISBLAS.jl (#6) (@amontoison)
- Use BLIS 2.0 (#19) (@ViralBShah)
- Copy LinearAlgebra BLAS tests and comment out the trsv tests (#20) (@ViralBShah)
- Bump julia-actions/cache from 1 to 2 (#21) (@dependabot[bot])
- Remove blas.jl from tests and run the linalg blas and lapack tests. (#22) (@ViralBShah)
Closed issues:
v0.1.1
BLISBLAS v0.1.1
Merged pull requests:
- enable dependabot for GitHub actions (#2) (@ranocha)
- Bump actions/checkout from 1.0.0 to 3.3.0 (#3) (@dependabot[bot])
- Bump actions/checkout from 3.3.0 to 3.5.2 (#5) (@dependabot[bot])
- Bump actions/checkout from 3.5.2 to 3.5.3 (#7) (@dependabot[bot])
- Bump actions/checkout from 3.5.3 to 4.0.0 (#9) (@dependabot[bot])
- Bump actions/checkout from 4.0.0 to 4.1.0 (#10) (@dependabot[bot])
- Remove "caveats" from README (#12) (@sjkelly)
- Update compatibility to BLIS v1.0 (#13) (@jd-foster)