Skip to content

Releases: koustuvsinha/networkjs

v0.1.1

17 Oct 07:39
Compare
Choose a tag to compare
  • Changed the command line usage for providing Source, Target and Weight column headers

v0.1.0

15 Oct 02:01
Compare
Choose a tag to compare
  • 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

12 Oct 14:48
Compare
Choose a tag to compare

v0.0.6

12 Oct 14:47
Compare
Choose a tag to compare
  • Patch fix again broken library import

v0.0.5

12 Oct 14:47
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Patch fix broken library import

v0.0.4

12 Oct 14:46
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Experimental Library Support

v0.0.3

12 Oct 14:45
Compare
Choose a tag to compare
  • 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