v0.14.0
What's Changed
- change how values get updated by modules by @ConnorStoneAstro in #67
Breaking changes
Module.build_params_arrayis now replaced withModule.get_valueswith extra functionality to get static values and other attributes besides the values (if possible)Module.fill_dynamic_paramsis now replaced withModule.set_valueswith extra functionality to set static values and other attributes besides the values (if possible)
Full Changelog: v0.13.0...v0.14.0