Add package mpfit (#767)

This commit is contained in:
Vindaar 2018-06-22 23:14:01 +02:00 committed by Dominik Picheta
parent 9fa708f2a8
commit 12281d7c9e

View File

@ -8960,6 +8960,24 @@
"license": "MIT",
"web": "https://github.com/Vindaar/nimhdf5"
},
{
"name": "mpfit",
"url": "https://github.com/Vindaar/nim-mpfit",
"method": "git",
"tags": [
"library",
"wrapper",
"binding",
"nonlinear",
"least-squares",
"fitting",
"levenberg-marquardt",
"regression"
],
"description": "A wrapper for the cMPFIT non-linear least squares fitting library",
"license": "MIT",
"web": "https://github.com/Vindaar/nim-mpfit"
},
{
"name": "itertools",
"url": "https://github.com/narimiran/itertools",