You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert to the "accelerate" BLAS for Apple Silicon, regardless of macOS version, as performance issues have been identified with the "newaccelerate" BLAS under the Vecchia approximation.
Copy file name to clipboardExpand all lines: NEWS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
- Resolved compatibility issues when importing emulator objects saved from older releases.
6
6
- Fixed a bug in `gp()` and `dgp()` affecting MAP estimation when `prior = "inv_ga"`.
7
7
- Added support for MAP estimation with no prior in `gp()` and `dgp()` by setting `prior = NULL`.
8
+
- Reverted to the `accelerate` BLAS on Apple Silicon (for all macOS versions) due to performance issues observed with the `newaccelerate` BLAS using the Vecchia approximation.
8
9
9
10
# dgpsi 2.6.0
10
11
- Prediction speed with `predict()` enhanced for small testing data sets by reducing overhead caused by the multi-threading implementation.
0 commit comments