Erik Welch
                                            Erik Welch
                                        
                                    Awesome, thanks for taking the time to explore this! This looks great (up until it stopped working) and is a good start. I like the idea of having a definitive...
We discussed this and #476 in a recent meeting. I don't recall whether we got consensus, but there is an argument to be made that the nodes should always be...
Yeah, this isn't good. This version of `draw` was part of the initial PoC that @jim22k created years ago. We do plan to give vizualization a revamp and to show...
Thanks for letting us know about viz in `igraph`! After a quick scan of examples, it's not clear to me how viz from `igraph` would be able to handle showing...
Nice, thanks!
The changelog is currently only on GitHub. The main reason we don't also have a file is developer bandwidth, and I don't know how important it actually is to have....
Nice! This does seem like a nice starting point. Some questions: - Can we create a script to automatically change `#123` to a link that points to that PR? -...
`darglint2` is a linter that can help us improve and enforce numpy-style docstrings: https://github.com/akaihola/darglint2 It works with pre-commit, but executes _very_ slowly.
The current code and approach has served us well up to this point. We have had a multi-year effort to _discover_ how we want operators to behave. For example, we...
Oh no! That doesn't look right. Testing of viz requires that the output is rendered and viewable, not just that the code runs, so we need to enhance our docs....