Tamás Nepusz

Results 691 comments of Tamás Nepusz

I don't mind the 4 extra functions - what I would mind is if users who are not familiar with edge-labelled graphs start reading the documentation of `igraph_erdos_renyi_game_gnp` and get...

Okay, go ahead and add the new parameter :) I don't have a strong opinion here.

@szhorvat I would like to go through the release process of igraph 1.0.0-rc1 during the weekend, _before_ September 1. Is there a chance to merge this PR before that date?

I will release the RC at the end of the weekend without this PR but will allow this PR to be merged after the first RC, before the final release....

I prefer this to be done one a separate branch that can be merged into `develop` when it's done. Re the reordering: yes, the guidelines should be followed for the...

> Let's have a public function that returns a vector that aliases all matrix elements Go ahead, but unless it's really necessary let's postpone it to after we are done...

CLA not signed so closing.

> I find that the biggest frustration with the Python interface is that non-index identifiers are not well supported. This is completely unrelated to the issue presented here; the Python...

Okay, so it seems like we need to distinguish between operations initiated by the user from the high-level interface and operations initiated by the C core. When a new vertex...

FWIW graph-tool allows vector attributes to have different lengths so we would not be able to import all graph-tool graphs even if we implement this. Another problem (and this would...