Skip to content

feat: added simple check to graph_from_literal()#1981

Draft
schochastics wants to merge 3 commits intomainfrom
simplify-literal
Draft

feat: added simple check to graph_from_literal()#1981
schochastics wants to merge 3 commits intomainfrom
simplify-literal

Conversation

@schochastics
Copy link
Copy Markdown
Contributor

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 schochastics added this to the 2.3.0 milestone Jul 15, 2025
@schochastics schochastics changed the title feat: added simple check to graph_from_literal feat: added simple check to graph_from_literal() Jul 15, 2025
@krlmlr
Copy link
Copy Markdown
Contributor

krlmlr commented Sep 7, 2025

Too risky, let's wait.

@krlmlr krlmlr marked this pull request as draft September 7, 2025 19:07
@maelle maelle force-pushed the simplify-literal branch from 4ac7fde to bb8d9da Compare March 17, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

graph_from_literal() does not preserve edge order

4 participants