Skip to content

PyDM 1.10.4

Compare
Choose a tag to compare
@hhslepicka hhslepicka released this 05 Sep 01:17
· 1482 commits to master since this release
831651c

PyDM 1.10.4 Release Notes

This release includes some enhancements and a couple of important bug fixes.

Enhancements

  • ENH: Move the default mouse mode to RectMode (1-button). #669
  • ENH: Spinbox write on press option #690 (Thanks @jacquelinegarrahan)
  • ENH: Add a new example that shows how to spawn a second 'accessory' window #688 (Thanks @mattgibbs)

Bug Fixes

  • FIX: Hide widgets before deleting to make sure they don't ghost around. #676
  • FIX: is autofillbackground necessary? #671 (Thanks @klauer)
  • FIX: Align label to center Vertical/Horizontal of Bit widget at ByteIndicator. #677
  • FIX: Address race condition at establish_queued_connections. #680
  • FIX: Middle-click Adjustments #684
  • FIX: a possible fix for middle click inside the text-box for spinbox #689 (Thanks @cristinasewell)
  • FIX: Address issue of inconsistent file loading when creating Displays and Connection Queue drain #694
  • FIX: Update format string when value changes. #670
  • FIX: PyDMTabWidget taking wrong tab alarm channel #696 (Thanks @cristinasewell)