File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.12.0 (September 23, 2025)
4+
5+ * ` netlib-src ` updated to version 0.9.0.
6+
37## Version 0.11.0 (February 8, 2025)
48
59* ` r-src ` updated to version 0.2.1.
Original file line number Diff line number Diff line change 11[package ]
22name = " lapack-src"
33version = " 0.12.0"
4- edition = " 2021 "
4+ edition = " 2024 "
55license = " Apache-2.0 OR MIT"
66authors = [
77 " Balasubramanian Narasimhan <[email protected] >" ,
@@ -48,7 +48,7 @@ default-features = false
4848
4949
5050[dependencies .netlib-src ]
51- version = " 0.8 "
51+ version = " 0.9 "
5252optional = true
5353
5454[dependencies .openblas-src ]
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ An implementation can be chosen as follows:
1919
2020``` toml
2121[dependencies ]
22- lapack-src = { version = " 0.11 " , features = [" accelerate" ] }
23- lapack-src = { version = " 0.11 " , features = [" intel-mkl" ] }
24- lapack-src = { version = " 0.11 " , features = [" netlib" ] }
25- lapack-src = { version = " 0.11 " , features = [" openblas" ] }
26- lapack-src = { version = " 0.11 " , features = [" r" ] }
22+ lapack-src = { version = " 0.12 " , features = [" accelerate" ] }
23+ lapack-src = { version = " 0.12 " , features = [" intel-mkl" ] }
24+ lapack-src = { version = " 0.12 " , features = [" netlib" ] }
25+ lapack-src = { version = " 0.12 " , features = [" openblas" ] }
26+ lapack-src = { version = " 0.12 " , features = [" r" ] }
2727```
2828
2929### Intel MKL Configuration
You can’t perform that action at this time.
0 commit comments