Skip to content

Releases: pnnl/HyperNetX

HNX 1.2.4 hotfix/hyp-254

14 Apr 17:47
33ac4a1

Choose a tag to compare

Fixed bug for Hypergraph.size(). Gave incorrect value when nodeset was empty set.

HNX 1.2.3 Hotfix

10 Feb 18:19
9dc38ba

Choose a tag to compare

fixes bug in dist_stats, which did not handle dynamic hypergraphs properly.

HNX 1.2.2 Hotfix

21 Dec 23:19
53203cc

Choose a tag to compare

Updated setup.py to include celluloid and igraph as required modules during install.

New Modularity and Clustering Module

29 Oct 19:31
773120b

Choose a tag to compare

Added module and tutorial for hypergraph modularity and clustering.
Several Bug fixes

HNX 1.1.3 bugfix

10 Sep 07:55
c390a3d

Choose a tag to compare

  • fixed size and degree bugs in hypergraph
  • updated Tutorial 8 to work without nwhy
  • fixed bug in Tutoral 10

Bugfix for Adjacency Matrix

29 Aug 18:24
f5287dd

Choose a tag to compare

Bugfix for adjacency matrix. Cell weighting is currently only supported for incidence matrices. User will need to determine appropriate use of weights for adjacency matrix according to their application for now.
Static nodes and edges can have attributes set through the StaticEntity class. Use s-parameter to generate s-linegraph adjacency matrix and networkx generated graph with node and edge attributes read from data.

HNX v1.1

13 Aug 19:23
12a50cc

Choose a tag to compare

  1. Static Hypergraph refactored to improve performance across all methods.
  2. Added modules and tutorials for Contagion Modeling, Community Detection, Clustering, and Hypergraph Generation.
  3. Cell weights for incidence matrices may be added to static hypergraphs on construction.
  4. Changed nodes and edges to UserLists with the option to add properties in Static Hypergraph.
  5. Static Hypergraph nodes has membership property for fast look up of edges incident to a node.

HNX 1.0.4 bugfix

26 Jun 22:46
5616e01

Choose a tag to compare

removed merge conflict that was pushed by accident

Correcting imports for colab tutorials - bugfix

26 Jun 21:08
cbf2520

Choose a tag to compare

Merge pull request #62 from pnnl/v103

updating urls for data for tutorials

HNX 1.0.4

26 Jun 21:00
fd3a889

Choose a tag to compare

Linked data for tutorials to github files for use with colab.