You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-34Lines changed: 41 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,107 +43,114 @@ PNNL is operated by Battelle Memorial Institute under Contract DE-ACO5-76RL01830
43
43
* High Performance Computing: Tony Liu, Andrew Lumsdaine
44
44
* Principal Investigator: Cliff Joslyn
45
45
* Program Manager: Mark Raugas, Brian Kritzstein
46
-
*Mathematics, methods, and algorithms: Sinan Aksoy, Dustin Arendt, Cliff Joslyn, Andrew Lumsdaine, Tony Liu, Brenda Praggastis, and Emilie Purvine
46
+
*Contributors: Sinan Aksoy, Dustin Arendt, Cliff Joslyn, Nicholas Landry, Andrew Lumsdaine, Tony Liu, Brenda Praggastis, Emilie Purvine, Mirah Shi, Francois Theberge
47
47
48
48
The code in this repository is intended to support researchers modeling data
49
49
as hypergraphs. We have a growing community of users and contributors.
50
50
Documentation is available at: <https://pnnl.github.io/HyperNetX/>
51
51
For questions and comments contact the developers directly at:
52
-
<hypernetx@pnnl.gov>
52
+
<hypernetx@pnnl.gov>
53
53
54
54
New Features of Version 1.0
55
55
---------------------------
56
56
57
57
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`.
58
58
2. A C++ addon called [NWHy](docs/build/nwhy.html) can be used in Linux environments to support optimized hypergraph methods such as s-centrality measures.
59
59
3. A JavaScript addon called [Hypernetx-Widget](docs/build/widget.html) can be used to interactively inspect hypergraphs in a Jupyter Notebook.
60
-
4. We've added four new tutorials highlighting the s-centrality metrics, static Hypergraphs, [NWHy](docs/build/nwhy.html), and [Hypernetx-Widget](docs/build/widget.html).
60
+
4. Four new tutorials highlighting the s-centrality metrics, static Hypergraphs, [NWHy](docs/build/nwhy.html), and [Hypernetx-Widget](docs/build/widget.html).
61
+
62
+
New Features of Version 1.1
63
+
---------------------------
64
+
65
+
1. Static Hypergraph refactored to improve performance across all methods.
66
+
2. Added modules and tutorials for Contagion Modeling, Community Detection, Clustering, and Hypergraph Generation.
67
+
3. Cell weights for incidence matrices may be added to static hypergraphs on construction.
61
68
62
69
Tutorials may be run in your browser using Google Colab
0 commit comments