Skip to content

PyDM 1.1

Compare
Choose a tag to compare
@mattgibbs mattgibbs released this 25 Jan 21:30
· 2630 commits to master since this release
22fcba2

PyDM 1.1.0 Release Notes

This is a pretty small release in terms of changes, but its got an important bug fix to PyDMImageViews, so we wanted to get it out quickly.

New Features

  • Data plugins can now be dynamically loaded from a user-specified directory outside of where PyDM is installed. Simply set an environment variable named 'PYDM_DATA_PLUGINS_PATH' which points to the directory you want to load from.
  • The PyDMShellCommand and PyDMRelatedDisplay button widgets now have a boolean property to hide/show their default icons.

Bug Fixes

  • Fixed a bug in ImageView that prevented its channels from ever connecting. (Thanks @hhslepicka)
  • Fixed a race condition in the PyEPICS plugin that would sometimes prevent it from working (Thanks @ZLLentz)