All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Initial release of mmic
- (
:pr:2
) Convertsget_version
to classmethod in all blueprint components. Convertsinstalled_comps
andtactic_comps
to classproperty inStrategyComponent
. - (
:pr:3
) Replaces classmethodget_verion
with classpropertyversion
in all components. Removes abc methods from blueprint components. Changes input/output abstract classmethods to classproperties. Adds test routine for ProgramHarness.