Skip to content

0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 11:02
· 15 commits to main since this release
8e04689

Breaking Changes

  • Backend now takes a Controller as the first argument instead of a Mapping
  • Backend now has a run method that should be implemented by all child classes
  • EpicsBackend.get_ioc removed, call run directly instead
  • TangoBackend.get_dsr removed, call run directly instead

What's Changed

  • Enable controller initialisation on main event loop by @GDYendell in #49

Full Changelog: 0.5.0...0.6.0