Skip to content

Commit ae72ba5

Browse files
committed
README: Add a short section about History
1 parent 8479bd3 commit ae72ba5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,24 @@ Further updates are planned...
3030

3131
The Minpack source code and related files and documentation are distributed under a permissive free software [license](https://github.com/fortran-lang/minpack/blob/HEAD/LICENSE.txt) (BSD-style).
3232

33+
### History
34+
35+
Minpack has been developed in 1980 by Jorge J. Moré, Burton S. Garbow, Kenneth
36+
E. Hillstrom and other contributors as listed on page 8 of the [User Guide for
37+
MINPACK-1](http://cds.cern.ch/record/126569/files/CM-P00068642.pdf).
38+
39+
Since 2012 Ondřej Čertík has maintained a github repository for minpack with
40+
many contributions from Carlos Une and Zuo Zhihua.
41+
42+
In 2021 Jacob Williams started a new minpack repository at github and
43+
translated all files from fixed form to free form and other modernizations.
44+
45+
We have discussed at https://github.com/fortran-lang/minpack/issues/8 which
46+
version to use as the community maintained fortran-lang version and decided to
47+
use the latter repository, which now became the fortran-lang version. We have
48+
or are in the process of porting improvements from the former repository.
49+
50+
3351
### See also
3452

3553
* [nlesolver-fortran](https://github.com/jacobwilliams/nlesolver-fortran)

0 commit comments

Comments
 (0)