Skip to content

Commit

Permalink
prepare for 1.3.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Feb 10, 2021
1 parent 9ff8150 commit cb7c3f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The project home page is at http://devernay.github.io/cminpack
History
------

* version 1.3.8 (//2021):
- cmake now builds by default the single-, double-, and extended-precision versions #45 #48
* version 1.3.8 (09/02/2021):
- CMake now builds by default the single-, double-, and extended-precision versions #45 #48
- Avoid promoting to doubles in all operations for the single-precision version #47

* version 1.3.7 (09/12/2020):
Expand Down
7 changes: 4 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ <h2>Distribution</h2>

<h3>Download</h3>
<ul>
<!--<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> (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> (latest version)</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>
<li><a href="https://github.com/devernay/cminpack/archive/v1.3.5.tar.gz">cminpack-1.3.5.tar.gz</a></li>
<li><a href="http://devernay.free.fr/hacks/cminpack/cminpack-1.3.4.tar.gz">cminpack-1.3.4.tar.gz</a></li>
Expand Down Expand Up @@ -214,7 +215,7 @@ <h2>Other MINPACK implementations</h2>

<h2>History</h2>
<ul>
<li>1.3.8 (//2021): (not yet released).</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>
<li>1.3.6 (24/02/2017): Fix FreeBSD build. CMake: install CMinpackConfig.cmake rather than FindCMinpack.cmake, and add option USE_BLAS to compile with blas.</li>
<li>1.3.5 (28/05/2016): Add support for compiling a long double version (Makefile only). CMake: static libraries now have the suffix <code>_s</code>.</li>
Expand Down

0 comments on commit cb7c3f6

Please sign in to comment.