Skip to content

Commit 8d7a521

Browse files
committed
Release v0.4.11
1 parent 14e4c74 commit 8d7a521

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

doc/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
Development Version
55
-------------------
66

7+
Version 0.4.11
8+
--------------
9+
(*March 2026*)
10+
711
- ENH add ``torch_mps`` backend for Apple Silicon GPU acceleration via Metal
812
Performance Shaders. Uses float32 precision; set ``n_targets_batch`` in
913
``solver_params`` to manage memory pressure on MPS devices.

himalaya/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from . import backend, kernel_ridge, lasso, progress_bar, ridge, scoring, utils, viz
22

3-
__version__ = "0.4.10"
3+
__version__ = "0.4.11"
44

55
__all__ = [
66
backend,

0 commit comments

Comments
 (0)