rigraph icon indicating copy to clipboard operation
rigraph copied to clipboard

feat: added simple check to `graph_from_literal()`

Open schochastics opened this issue 6 months ago • 1 comments

Fix #824

The PR implements the suggested additional check if a graph is simple or not. This required a lot of adjustments in the tests given that this means that the edge order was changed. I could imagine that this might lead to issues downstream so keeping this for after the 2.2 release.

cc @szhorvat is this what you intended?

schochastics avatar Jul 15 '25 13:07 schochastics

Too risky, let's wait.

krlmlr avatar Sep 07 '25 19:09 krlmlr