Releases: koustuvsinha/networkjs
Releases · koustuvsinha/networkjs
v0.1.1
v0.1.0
- Updated command line interface, now provide Source, Target and Weight headers directly
- Command line output in csv by default. To get json output provide flag --json
v0.0.7
- Fix babel module.exports issue
- Add man pages
v0.0.6
- Patch fix again broken library import
v0.0.5
- Patch fix broken library import
v0.0.4
- Experimental Library Support
v0.0.3
- Minor fixes
- Better readme
- Project is now public
0.0.2
- Published as npm package
- Supports command line features
0.0.1
- Initial release, supports Degree centrality, Betweenness centrality and Eigenvector centrality
- Added Tests