-
**Submitting author:** @nwlandry (Nicholas Landry)
**Repository:** https://github.com/ComplexGroupInteractions/xgi
**Branch with paper.md** (empty if default branch): paper
**Version:** v0.6
**Editor:…
-
I made the following diagram using Hypernetworkx's `draw` command.
![image](https://user-images.githubusercontent.com/11385121/154585401-46a2485b-ebea-4284-83a1-8bfb9a007bbf.png)
The node `fst_s…
-
There's a lot of repeated code between Hypergraph and SimplicialComplex but we can't just make them sublcass the same base class because of the difference in nomenclature (edge/simplex, size/order, et…
-
My plan here is to list all functions, objects, etc. that we create somewhere but then not used anywhere, in order to decide if we eliminate them or not.
- [`InflationSDP.generating_monomials_sym`]…
-
We could add that with the group size as argument.
This would go in `xgi/classes/function.py`?
-
These three methods are very similar and look like they could/should be a single method
`subhypergraph`
`edge_subhypergraph`
`arbitrary_subhypergraph`
And I think these should be xgi functions, …
-
The code on which Sage relies to compute modular decompositions has been displaying a stopgap for a while. It seems that the problem has been fixed with an update, but it seems to be architecture-de…
-
Hello Everyone!
I'm Daniel, a PhD student at [saezlab](https://saezlab.org/). I'm opening this GitHub issue motivated by our recent comparison of cell-cell communication methods[1] as well as disc…
-
Currently, the way we have implemented subhypergraphs are essentially as read-only (but separate) hypergraphs. They are not really views, though there is some language in the code base that would sugg…
-
Hi,
I'm trying to understand what your code do. Let's say that we have a toy dataset like this:
`V;E = `
` v0, v0, v1, v1, v2, v2, v3 ` \
` e1, e2, e2, e1, e2, e3, e3`
Which translate int…