0.6.0
Breaking Changes
Backend
now takes aController
as the first argument instead of aMapping
Backend
now has arun
method that should be implemented by all child classesEpicsBackend.get_ioc
removed, callrun
directly insteadTangoBackend.get_dsr
removed, callrun
directly instead
What's Changed
- Enable controller initialisation on main event loop by @GDYendell in #49
Full Changelog: 0.5.0...0.6.0