Skip to content

v0.8.0a6

Pre-release
Pre-release
Compare
Choose a tag to compare
@coretl coretl released this 25 Nov 09:47
· 7 commits to main since this release
1d444f4

What's Changed

  • wait_for_value_interface_change by @ZohebShaikh in #652
  • Fix type hints and error messages in tests caused by pydantic update by @coretl in #665
  • FIX: Handle NonSupportedFeature exception for pipes by @burkeds in #660
  • Change tango decorators to Annotations by @coretl in #658
  • Restructure epics/test_signals.py by @jsouter in #630

Changes

set_and_wait_for_value changes

Some keyword argument changes to observe_value and set_and_wait_for_value. There is a new argument to set_and_wait_for_value, it now has a wait_for_set_completion argument with default of True. This is a change in behaviour to before where it would not wait for the set to complete before returning the Status, however it is the desired behaviour in the majority of cases. If using with areaDetector then supply wait_for_set_completion=False as per the docs

Full Changelog: v0.8.0a5...v0.8.0a6