Skip to content

Releases: DiamondLightSource/FastCS

0.6.0

19 Aug 11:02
8e04689
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 0.5.0...0.6.0

0.5.0

26 Jul 16:52
178eb0a
Compare
Choose a tag to compare

Breaking Changes

SubController paths are now defined by passing a name when registering with a parent Controller rather than by passing the full list when creating. Registered SubControllers are now stored in a dictionary by path, not a list.

controller.register_sub_controller(SubController("a"))
-> controller.register_sub_controller("a", SubController())

sub_controllers: list[str] = controller.get_sub_controllers()
-> sub_controllers: dict[str, BaseController] = controller.get_sub_controllers()

What's Changed

Full Changelog: 0.4.2...0.5.0

0.4.2

18 Jun 13:18
e5b86c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.2

0.4.0

14 Jun 11:47
fc7401f
Compare
Choose a tag to compare

Breaking Changes

  • SubController path is now list[str] to define the controller hierarchy and joined with the appropriate separator as required
    • Update path parameter to SubController.__init__ to be a list

What's Changed

Full Changelog: 0.3.1...0.4.0

0.3.1

16 May 10:30
1ea3e53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

11 Apr 14:22
f88f4d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2...0.3.0

0.2

25 Jan 15:03
bf41c16
Compare
Choose a tag to compare
0.2

What's Changed

  • Implement grouping of Attributes on generated UIs by @GDYendell in #19

Full Changelog: 0.1...0.2

0.1

16 Jan 16:19
497316c
Compare
Choose a tag to compare
0.1

What's Changed

New Contributors

Full Changelog: 0.1a4...0.1

0.1a4

28 Jun 12:48
0cbc02d
Compare
Choose a tag to compare
0.1a4 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1a3...0.1a4

0.1a3

28 Jun 12:14
cd3ecd6
Compare
Choose a tag to compare
0.1a3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1a2...0.1a3