From 47b3ba6d5373f3ce6d6d0de9c62a7dc2f7f7fc6f Mon Sep 17 00:00:00 2001 From: Pieter Pas Date: Fri, 15 Nov 2024 13:29:10 +0100 Subject: [PATCH] [Docs] mention supported Matlab versions --- README.md | 5 ++--- doxygen/doxypages/mainpage.dox | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8485c2a3..fac5afb4 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ As a one-liner in the Matlab console: ```matlab unzip(['https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-' computer('arch') '.zip'], userpath) ``` +Matlab versions R2021a and later are supported (R2023b and later on ARM64). ### C/C++/Fortran @@ -64,9 +65,7 @@ For detailed instructions on how to build QPALM from source, please see QPALM is written in C, with interfaces for C++, Python, Julia, Matlab and Fortran. The code itself is portable across all major platforms. Binaries are available -for Linux on x86-64 and AArch64* and for Windows and macOS on x86-64. - -(*) Except Matlab. +for Linux, Windows and macOS on x86-64 and ARM64*. ## Benchmarks diff --git a/doxygen/doxypages/mainpage.dox b/doxygen/doxypages/mainpage.dox index 1312ae4f..25e9a6b5 100644 --- a/doxygen/doxypages/mainpage.dox +++ b/doxygen/doxypages/mainpage.dox @@ -40,6 +40,7 @@ * \code{.m} * unzip(['https://github.com/kul-optec/QPALM/releases/download/1.2.3/qpalm-matlab-' computer('arch') '.zip'], userpath) * \endcode + * Matlab versions R2021a and later are supported (R2023b and later on ARM64). * * \subsection build-source Building QPALM from source *