Fabio Zanini

Results 120 comments of Fabio Zanini

Happy you figured it out. I agree that hierarchies appear sometimes in the data 😉

rephrasing @ntamas in a positive light: We already have cubic splines in both Cairo and mpl, perhaps even plotly. Adding infra to support a few more waypoints is definitely doable,...

Good catch, we should also take away star imports and include a plot with matplotlib I think

The main issue is solved, but since we're here: many people copy-paste from the tutorial into their files and notebooks I believe, so I wondered about the star import too....

Oh the cavalry had arrived! Yes I use ig too, we could start promoting it that way in the docs?

@szhorvat @ntamas Since we are now moving to 64 bit integers, this might just wait until then. Otherwise I'd be happy to push a quick commit that adds a warning...

yes, those functions are where the action is. With the whole discussion about int64 taking place, I'll open an issue on the igraph repo and make it dependent on the...

This is a fair request. However, I suspect we are all too busy to actually implement this - not to mention maintain it. In fact, creating and maintaining hundreds of...

For future reference: - [mypy](https://mypy.readthedocs.io/en/stable/stubgen.html#automatic-stub-generation-stubgen) (not specific to pybind11) - [pybind11-stubgen](https://github.com/sizmailov/pybind11-stubgen) @adriangb if you want to take a shot at exploring these possibilities, you could fork this repo and see,...

This has been stale for a while, but a few things are happening in the background that are perhaps worth logging here: - many `igraph.Graph` methods have been de facto...