From a90dbc56e4c2c931d36f304f43de62684dcfced5 Mon Sep 17 00:00:00 2001 From: zaikunzhang Date: Tue, 30 Apr 2024 13:02:23 +0800 Subject: [PATCH] 240430.130223.HKT update README for the Python interface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f69ddb3314..18382409c3 100644 --- a/README.md +++ b/README.md @@ -267,8 +267,8 @@ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/../../../install/lib ./install/bin/cobyla_ #### Python +- A [Python interface for the Fortran version of PRIMA](https://github.com/libprima/prima/tree/main/python) is available. - The inclusion of PRIMA into SciPy is [under discussion](https://github.com/scipy/scipy/issues/18118). It will replace the [buggy](#bug-fixes) and unmaintained Fortran 77 version of [COBYLA underlying `scipy.optimize.minimize`](https://docs.scipy.org/doc/scipy/reference/optimize.minimize-cobyla.html#optimize-minimize-cobyla), and make the other four solvers available to all SciPy users. -- A [Python interface for the Fortran version of PRIMA](https://github.com/libprima/prima/pull/124) is under development. - A [native Python implementation of PRIMA](https://github.com/libprima/prima/pull/37) is under development. #### MATLAB