Patch Changes
-
#5669
a537469Thanks @fubhy! - Fix Graph.neighbors() returning self-loops in undirected graphs.Graph.neighbors() now correctly returns the other endpoint for undirected graphs instead of always returning edge.target, which caused nodes to appear as their own neighbors when queried from the target side of an edge.
-
#5628
52d5963Thanks @mikearnaldi! - Make sure AsEffect is computed -
#5671
463345dThanks @gcanti! - JSON Schema generation: addjsonSchema2020-12target and fix tuple output for:- JSON Schema 2019-09
- OpenAPI 3.1