Skip to content

Commit ef87a03

Browse files
committed
Update README note wrt Accelerate and Eigen
1 parent 7ace20e commit ef87a03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ These features were finally added to eigenpy with a lot of developer effort. Thi
2828
**nanoeigenpy** also provides bindings for Eigen's [Cholmod](https://eigen.tuxfamily.org/dox/group__CholmodSupport__Module.html) and [Apple Accelerate](https://eigen.tuxfamily.org/dox/group__AccelerateSupport__Module.html) modules.
2929

3030
> [!NOTE]
31-
> The Accelerate module is only available on Eigen's master branch, and not in any official release yet (as of 3/28/2025).
32-
>
33-
> Cholmod is part of the [SuiteSparse](https://github.com/DrTimothyAldenDavis/SuiteSparse) algorithms library. It can be installed standalone from [conda](https://anaconda.org/conda-forge/libcholmod).
31+
> The Accelerate module is available since Eigen 5.0 (Oct. 2025).
32+
33+
Cholmod is part of the [SuiteSparse](https://github.com/DrTimothyAldenDavis/SuiteSparse) algorithms library. It can be installed standalone from [conda](https://anaconda.org/conda-forge/libcholmod).
3434

3535

3636
## Example usage

0 commit comments

Comments
 (0)