-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge in HYP/hypernetx from feature/hyp-367 to develop * commit '89c712bfff824b591422f0e15141bf6d7a36a24b': (108 commits) Fix formatting adding arithmetic for hypergraphs Bug fix: shouldn't require passing position for hyper-edges. Remove nwhy decorator reference Run linter; remove HNX_Paper updated hypergraph code class method constructors Remove references to warn_nwhy deprecation decorator Remove deprecated NetworkX functions Remove unnecessary hypergraph test Fix incidence_store bug; move, update, and fix incidence store tests; Remove EntitySet and tests add incidences reference to access _E HypergraphView removing hypergraph_outline to avoid versioning issues. new code is on hypergraph.py now centrality tutorial 5 is ready to go Updated the tutorials in basic 1,3,4 to work with new code.. moved old hypergraph code into hypergraph_2.0 and set hypergraph to match hypergraph_outline. updated dogsAndcats for testing updated tests to work with new hypergraph code. commented out _by_setsystem tests until they can be upgraded updated collapse in incidence to separate functions for equivalence classes and collapse identical elements. user can now specify keys when collapsing added is_empty to match old behavior Refactor set property ...
- Loading branch information
Showing
40 changed files
with
7,058 additions
and
5,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from hypernetx.classes.entityset import EntitySet | ||
from hypernetx.classes.hypergraph import Hypergraph | ||
|
||
__all__ = ["EntitySet", "Hypergraph"] | ||
__all__ = ["Hypergraph"] |
Oops, something went wrong.