Merge pull request #590 from grokqcd/add-ensem1937

Add package ensem
This commit is contained in:
Dominik Picheta 2017-09-29 22:20:24 +01:00 committed by GitHub
commit eb14a4ebbc

View File

@ -7290,5 +7290,30 @@
"description": "Huenim",
"license": "MIT",
"web": "https://github.com/IoTone/huenim"
},
{
"name": "drand48",
"url": "https://github.com/JeffersonLab/drand48",
"method": "git",
"tags": [
"random",
"number",
"generator"
],
"description": "Nim implementation of the standard unix drand48 pseudo random number generator",
"license": "BSD3",
"web": "https://github.com/JeffersonLab/drand48"
},
{
"name": "ensem",
"url": "https://github.com/JeffersonLab/ensem",
"method": "git",
"tags": [
"jackknife",
"statistics",
],
"description": "Support for ensemble file format and arithmetic using jackknife/bootstrap propagation of errors",
"license": "BSD3",
"web": "https://github.com/JeffersonLab/ensem"
}
]