Skip to content

Hnxbeta#54

Merged
brendapraggastis merged 188 commits intomasterfrom
hnxbeta
Jun 9, 2021
Merged

Hnxbeta#54
brendapraggastis merged 188 commits intomasterfrom
hnxbeta

Conversation

@brendapraggastis
Copy link
Collaborator

New Features of Version 1.0:

  1. Hypergraph construction can be sped up by reading in all of the data at once. In particular the hypergraph constructor may read a Pandas dataframe object and create edges and nodes based on column headers. The new hypergraphs are given an attribute static=True.
  2. A C++ addon called NWHy can be used in Linux environments to support optimized hypergraph methods such as s-centrality measures.
  3. A JavaScript addon called Hypernetx-Widget can be used to interactively inspect hypergraphs in a Jupyter Notebook.
  4. We've added four new tutorials highlighting the s-centrality metrics, static Hypergraphs, NWHy, and Hypernetx-Widget.

… node.

added return_edges kwarg to return edges containing nodes
changed s to accept int or pair of values min s, max s to limit size of edges to consider
@brendapraggastis brendapraggastis merged commit e589c6b into master Jun 9, 2021
@brendapraggastis brendapraggastis deleted the hnxbeta branch August 13, 2021 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants