Releases: JuliaLinearAlgebra/MKL.jl
Releases · JuliaLinearAlgebra/MKL.jl
v0.7.0
What's Changed
- Update README.md by @ViralBShah in #159
- Slightly more informative error message by @ViralBShah in #160
- Update README.md to mention other MKL packages by @ViralBShah in #161
- Bump julia-actions/setup-julia from 1 to 2 by @dependabot in #163
- Remove manual mapping of non-suffixed APIs, which is fixed in MKL 2024.1 by @ViralBShah in #167
- Update README.md, add hint how to fix Windows installation issue by @ufechner7 in #166
New Contributors
- @ufechner7 made their first contribution in #166
Full Changelog: v0.6.3...v0.7.0
v0.6.3
MKL v0.6.3
Merged pull requests:
- CompatHelper: bump compat for MKL_jll to 2024, (keep existing compat) (#148) (@github-actions[bot])
- CompatHelper: add new compat entry for Artifacts at version 1, (keep existing compat) (#150) (@github-actions[bot])
- Remove mac from CI (#152) (@ViralBShah)
- Remove FutureTagBot (#153) (@ViralBShah)
- Make
using MKL
work reliably on all platforms irrespective of whether MKL is available. (#155) (@ViralBShah) - Update README.md about Mac multi-threading issue (#156) (@ViralBShah)
- Intel mac notes (#157) (@ViralBShah)
- Add note on Distributed (#158) (@ViralBShah)
Closed issues:
v0.6.2
MKL v0.6.2
Merged pull requests:
- Ignore environment changes in CI (#132) (@imciner2)
- Bump actions/checkout from 3.5.3 to 4.1.1 (#136) (@dependabot[bot])
- Introduce manual mapping of some ILP64 routines (#140) (@imciner2)
- Update CompatHelper (#142) (@prbzrg)
- CI: don't run CompatHelper on every push to master (#144) (@DilumAluthge)
- CompatHelper: update the name of the private key secret (#145) (@DilumAluthge)
- Update Project.toml to v0.6.2 (#149) (@ViralBShah)
Closed issues:
- I need to install MKL manually before it becomes a dependency. (#125)
- Deprecation of 32-bit MKL in 2024.0 onwards. (#128)
- Failing windows tests with 2023.2 (#130)
- PackageCompiler app can't install MKL on MS Windows 10 (#137)
- Discrepancy between OpenBLAS and MKL result (#141)
- compat preventing upgrade to latest MLK_jll.jl (#143)
v0.6.1
MKL v0.6.1
Merged pull requests:
- enable dependabot for GitHub actions (#121) (@ranocha)
- Use MKL_jll 2023.2.0 (#123) (@amontoison)
- Bump actions/cache from 2 to 3 (#126) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#127) (@dependabot[bot])
- Bump version to 0.6.1 (#131) (@ViralBShah)
v0.6.0
What's Changed
- Fix issues with multi-threaded MKL on mac by disabling it by @ViralBShah in #99
- USE LBT 5.0 and the new MKL ILP64 suffixes by @ViralBShah in #104
Full Changelog: v0.5.0...v0.6.0
v0.5.0
MKL v0.5.0
Closed issues:
- Disable use of multi-threaded MKL on mac (#98)
- How to call MKL setter functions? (#103)
- MKL apparently not loaded (#105)
Merged pull requests:
- transition to only supporting Julia 1.7+ (#108) (@KristofferC)
- update README for the 1.7+ world (#109) (@KristofferC)
v0.4.4
MKL v0.4.4
v0.4.3
MKL v0.4.3
Closed issues:
- MKL and PyPlot crash (#89)
- Having installed MKL interferes with julia build process (#92)
- Make precompile statements an artifact? (#93)
- Building fails with:
SystemError: opening file "/Applications/Julia-1.6.app/Contents/Resources/julia/bin/../share/julia/base/sysimg.jl": Permission denied
(#96) - LoadError: InitError: could not load library (#100)
Merged pull requests:
- add a line of clarification for mainland China users (#94) (@Roger-luo)
- Bump the compat entry for
MKL_jll
from2021
to2021, 2022
(#102) (@DilumAluthge)
v0.4.2
MKL v0.4.2
Closed issues:
- Make LP64 the default (#4)
ERROR: Unable to find compatible target in system image.
on server with Intel Xenon CPU (#45)- PyPlot crashes after Julia MKL is installed (#46)
- Add benchmarks (#50)
- Error building MKL with JuliaPro (1.5.2-1) (#57)
- Test MKL.jl with the full Julia LinearAlgebra tests (#70)
- Matrix multiplication errors with MKL v0.4.0 (#72)
- Bug in mkl_avx2.1.dll after a partial QR decomposition from LowRankApprox.jl ? (#75)
- Is MKL.jl working with windows 10? (#80)
- BLAS.vendor() still returns openblas64 (#81)
Merged pull requests:
- Run all the LinearAlgebra tests (#86) (@ViralBShah)
v0.4.1
MKL v0.4.1
Closed issues:
- Reverting back to OpenBLAS? (#58)
- Building MKL.jl fails in v1.6.0 (#60)
- BLAS.set_num_threads() crashes on 1.7 (#67)
- Libblastrampoline: less verbose version of get_config() (#73)
- Run the full linear algebra test suite (#74)
- BLAS.vendor vs BLAS.get_config return values (#76)
- how to uninstall..? (#77)
Merged pull requests: