Skip to content

v0.12

Choose a tag to compare

@coretl coretl released this 16 Jul 11:45
· 76 commits to main since this release
864c2c2

Breaking changes

Flyscanning plan stubs have been deleted

In preparation for flyscanning development, the following have been deleted from ophyd_async.plan_stubs:

  • fly_and_collect. Plans should now use bps.collect_while_completing
  • The prepare_* plan stubs will eventually make their way back here, but only when we've defined a bunch of specific ones to make a generic plan stub out of
  • The convenience *_fly_and_collect_* plan stubs that wrap together the preparing and the flying should be wrapped into a generic plan at a later date

What's Changed

New Contributors

Full Changelog: v0.11...v0.12