Tags: T-Flet/Graph-State-Machine
Tags
Version 2.0.1: changed step methods to pass arbitrary extra arguments… … (named or unnamed) through to the scanner function, and changed the arguments of the provided scanner functions to lists of node types instead of single types; added the log attribute to GSM, which stores creation details and scans performed for steps (be they successful or not, but not logging direct calls of the _scan method); expand_user_warning now takes a suffix lambda instead of a string in order to allow current-log lookup
Version 2.0: changed step methods to pass arbitrary extra arguments (… …named or unnamed) through to the scanner function, and changed the arguments of the provided scanner functions to lists of node types instead of single types; added the log attribute to GSM, which stores creation details and scans performed for steps (be they successful or not, but not logging direct calls of the _scan method); expand_user_warning now takes a suffix lambda instead of a string in order to allow current-log lookup
Version 1.0: jaccard similarity score by default, customisable plotti… …ng layout, more visible state highlighting, reported node type in failed-step warnings, improved readme and documenting-comments, automatic dependency installation, changed license from MIT to BSD 3-Clause
Version bump to v0.4.1 (.1 for PyPI consistency, but commits were squashed into this one). Added default exports to package root (essentially all the provided function examples, though more complex future ones will not be added). Moved the (former) state_to_list functions to their own selectors.py file; added one more (last_only) and updated the README.
Version bump to v0.4.0. Added default exports to package root (essentially all the provided function examples, though more complex future ones will not be added). Moved the (former) state_to_list functions to their own selectors.py file; added one more (last_only) and updated the README.