Skip to content

0.3.0

Compare
Choose a tag to compare
@daemontus daemontus released this 11 Jul 07:21
· 20 commits to main since this release

Summary:

  • A new "source block" expansion methods which supersedes SCC expansion, especially in the context of attractor search.
  • Further tuning of the simulation candidate elimination.
  • Minor refinements of some of the utility methods.
  • Repository cleanup (mostly removal of unused test models).

API changes:

  • Added interaction_graph_utils.source_nodes.
  • SuccessionDiagram.component_subdiagrams renamed to SuccessionDiagram.component_subdiagram with a more "modular" behavior. The old method is available as SuccessionDiagram.source_scc_subdiagrams.
  • Added SuccessionDiagram.expand_block, which implements the new expansion method.
  • Added minimum_simulation_budget to the SuccessionDiagram configuration dictionary.

Full Diff: v0.2.0...v0.3.0