Skip to content

PyDM 1.6.1

Compare
Choose a tag to compare
@mattgibbs mattgibbs released this 20 Nov 00:13
· 2127 commits to master since this release
7a0a9af

PyDM 1.6.1 Release Notes

PyDM 1.6.1 fixes three small problems.

Bug Fixes

  • Remove the 'Checkbox' option from PyDMEnumButton, which didn't make any sense in the context of enums.
  • In setup.py, always decode README.md as UTF-8. This should fix a crash when installing PyDM while using an obscure default text encoding.
  • Stop putting the entire docstring for each widget into the 'whatsThis' property. This should considerably reduce .ui file sizes, and will also get rid of the laughably huge tooltips when hovering over PyDM widgets in Designer.