Skip to content

Commit 25a689c

Browse files
authored
Merge pull request #33 from certik/contributors
README: Add a short section about History
2 parents 8479bd3 + ef7dcce commit 25a689c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,35 @@ 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 became the fortran-lang version. We have
48+
been porting improvements from the former repository over to the new fortran-lang repository.
49+
50+
### Contributors
51+
52+
Many people have contributed to Minpack over the years:
53+
54+
* Jorge J. Moré, Burton S. Garbow, Kenneth E. Hillstrom and other contributors
55+
as listed on page 8 of the [User Guide for MINPACK-1](http://cds.cern.ch/record/126569/files/CM-P00068642.pdf).
56+
* Ondřej Čertík
57+
* Carlos Une
58+
* Zuo Zhihua
59+
* Jacob Williams
60+
* Sebastian Ehlert
61+
3362
### See also
3463

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

0 commit comments

Comments
 (0)