2022 Jul 15
* Combined "config" into "context" as context.config.
* Moved config['fs'] to context.fs.
* Added AnalysisContext (not just python dict) and improved analysis runner.
* Added pretty_json.
* Improved error handling on device open and GUI exit.
* Changed from deprecated collections.Mapping to from collections.abc.Mapping.