Skip to content

Commit

Permalink
PGXN
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Dec 27, 2024
1 parent e11dd3e commit fe8c366
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ dist/
*.egg-info/
archive/

# make-generated files
sql/vasco--0.1.0.sql
sql/vasco--0.2.0.sql

/*.png
/pgdata/
/results/
44 changes: 44 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "vasco",
"abstract": "vasco: Maximal Information Coefficient (MIC) Extension for Postgres\n",
"version": "0.1.0",
"maintainer": [
"Florents Tselai <[email protected]>"
],
"license": "gpl_2",
"generated_by": "Florents Tselai",
"release_status": "stable",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "14.0.0"
}
}
},
"provides": {
"vasco": {
"file": "sql/vasco--0.1.0.sql",
"docfile": "README.md",
"version": "0.1.0",
"abstract": "vasco: Maximal Information Coefficient (MIC) Extension for Postgres"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/Florents-Tselai/vasco/issues"
},
"repository": {
"url": "git://github.com/Florents-Tselai/vasco.git" ,
"web": "https://github.com/Florents-Tselai/vasco",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"statistics",
"correlation"
]
}
Loading

0 comments on commit fe8c366

Please sign in to comment.