Skip to content

PyDM 1.9.0

Compare
Choose a tag to compare
@hhslepicka hhslepicka released this 14 Mar 21:31
· 1670 commits to master since this release
f0cbb4e

PyDM 1.9.0 Release Notes

This is a new release including a bunch of bug fixes and a couple of new features.

Enhancements

  • Refactored how PyDM locate and open files and macro cascading mechanism
  • Add support for multiple commands at PyDMShellCommand button
  • Add visual feedback to PyDMShellCommand button when command fails
  • Add pydm.exception module with excepthook, raise_to_operator and other functionalities
  • New decorator only_main_thread that blocks execution of code if not at the main thread
  • Expose the icon parameter for qtplugin_factory

Bug Fixes

  • Missed fix for precision (Thanks @ivany4)
  • Pass missing arguments to child processes (Thanks @ivany4)
  • Suppress error message when value is None for display Format
  • Make EnumButton, ByteWidget and LogDisplay properly apply Stylesheet
  • Fixed channel comparison when one of the value_signals would be None (Thanks @ivany4)