0.3.0
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 toSuccessionDiagram.component_subdiagram
with a more "modular" behavior. The old method is available asSuccessionDiagram.source_scc_subdiagrams
.- Added
SuccessionDiagram.expand_block
, which implements the new expansion method. - Added
minimum_simulation_budget
to theSuccessionDiagram
configuration dictionary.
Full Diff: v0.2.0...v0.3.0