Maxime Lucas
Maxime Lucas
Hi @aleable, thanks for your suggestion! Indeed this comes from the fact that nodes are added in the order that they appear in the edges, unless nodes are added first...
Great. And sure, I understood it as a suggestion for a new feature :) I labeled it as a potential new feature, and we'll also add the trick above to...
Partially solved with #343
By default I would just return `y` for each order. Say they share an edge of order 1 and one of order 2. ```python H.nodes.neighbors(x, order=1) # --> {y} H.nodes.neighbors(x,...
I agree. Or with boundary matrices $B_k$, just like incidence matrices $I$, but giving the relationships between k and k-1 edges. The intersection profile is $P = I^T I$. Would...
As of Zotfile v5.0.16, you can use the Wildcard for BetterBibTeX citekey (%b). Not a very versatile solution, but if like me you want your citekey as the .pdf name,...
I started a branch a few days ago, I'll push soon!
Hi @Liyubov thanks for the suggestion. What exact object would you like to see implemented with weights? We already have have NxN adjacency matrices at each order, optionally with weights...
Hi @Liyubov, thanks for the precisions! Maybe the easiest towards implementations is if you wanted to submit a PR and we take a look? If you prefer, you could also...