Event Deduplication
This release introduces event deduplication. If two events have the same set of inputs and the outputs identical up to the renaming of new atoms, they can now be deduplicated using "EventDeduplication" -> "SameInputSetIsomorphicOutputs"
.
In[] := WolframModel[{{1, 2}, {1, 3}} -> {{1, 2}, {1, 4}, {2, 4}, {3,
4}}, {{1, 1}, {1, 1}}, 3,
"EventSelectionFunction" -> "MultiwaySpacelike",
"EventDeduplication" ->
"SameInputSetIsomorphicOutputs"]["ExpressionsEventsGraph",
GraphLayout -> "SpringElectricalEmbedding"]
Also, the weed where the output graph's size would reset after each re-evaluation is now fixed.