Alejandro Candioti
Alejandro Candioti
@notgull rebased!
@notgull any update on this?
@notgull apologies for the delay! Please let me know if further changes are needed
Hi! Any chance we can ship this one? Not super important but I have this old tech debt item that I could close with this feature!
One problem of this promise is that it is not true if the order on the underlying graph changes. Let's say if you remove a node and add it back
I need to check but this data structure is usually implemented as a Linked list on the dictionary entries. There is no explicit position information about where an entry is...
Found it on the docs: Dictionaries preserve insertion order. Note that updating a key does not affect the order. Keys added after deletion are inserted at the end. ``` d...
> Python dicts are not using linked lists, IIUC. > They are worth reading the c-code for. :) The optimizations are pretty slick. I haven't looked for many years, and...
This is what I have in mind https://github.com/networkx/networkx/pull/8073. We can explain users how to extend graphs to ensure an specific order and then we can make subgraphs use the same...
> I think `nx.subgraph_view` can be more flexibly changed than `Graph`. The user would write their own `nx.filter` similar to `show_nodes`. That's probably worth looking into. It doesn't override the...