Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Sep 11, 2024
1 parent c393c4c commit 6683ceb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ <h2>Distribution</h2>

<h3>Download</h3>
<ul>
<!--<li><a href="https://github.com/devernay/cminpack/archive/v1.3.10.tar.gz">cminpack-1.3.10.tar.gz</a></li>-->
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.9.tar.gz">cminpack-1.3.9.tar.gz</a> (latest version)</li>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.10.tar.gz">cminpack-1.3.10.tar.gz</a> (latest version)</li>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.9.tar.gz">cminpack-1.3.9.tar.gz</a></li>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.8.tar.gz">cminpack-1.3.8.tar.gz</a></li>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.7.tar.gz">cminpack-1.3.7.tar.gz</a></li>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.6.tar.gz">cminpack-1.3.6.tar.gz</a></li>
Expand Down Expand Up @@ -203,6 +203,8 @@ <h2>Equivalence table with other libraries</h2>

<h2>Other MINPACK implementations</h2>
<ul>
<li><a href="https://github.com/fortran-lang/minpack">Modernized Fortran MINPACK</a> is a F90 rewrite with a C API and Python bindings.</li>
<li>by Charles Bouillaguet: <a href="https://github.com/cbouilla/minpack-1.1">minpack-1.1</a> is another C version with better, more portable, testing.</li>
<li>by John Burkardt: <a href="http://people.sc.fsu.edu/~jburkardt/cpp_src/minpack/minpack.html">C++</a>, <a href="http://people.sc.fsu.edu/~jburkardt/f77_src/minpack/minpack.html">FORTRAN77</a>, <a href="http://people.sc.fsu.edu/~jburkardt/f_src/minpack/minpack.html">FORTRAN90</a>.</li>
<li>by Steve Verrill: <a href="http://www1.fpl.fs.fed.us/Minpack_f77.java">Java</a> (<a href="http://www1.fpl.fs.fed.us/optimization/Minpack_f77.html">documentation</a>, <a href="http://www1.fpl.fs.fed.us/minpack.prob.html">problems</a>).</li>
<li>by Alan Miller: <a href="http://jblevins.org/mirror/amiller/lm.zip">FORTRAN90</a>.</li>
Expand All @@ -217,6 +219,7 @@ <h2>Other MINPACK implementations</h2>

<h2>History</h2>
<ul>
<li>1.3.10 (11/09/2024): Fix BLAS support and disable BLAS by default.</li>
<li>1.3.9 (28/05/2024): Mainly CMake fixes.</li>
<li>1.3.8 (02/09/2021): CMake now builds by default the single-, double-, and extended-precision versions. Avoid promoting to doubles in all operations for the single-precision version.</li>
<li>1.3.7 (09/12/2020): Makefile cleanups. Cmake-related fixes. Add Appveyor CI. Add support for single-precision CBLAS and LAPACK.</li>
Expand Down

0 comments on commit 6683ceb

Please sign in to comment.