PyDM 1.10.0
PyDM 1.10.0 Release Notes
This is a new release including some bug fixes and a handful of new features.
Enhancements
- Expose Text as a property for Rules at PyDMRelatedDisplayButton.
- Add option at PyDMEnumButton to control whether it is checkable or not.
- Add option at PyDMEnumButton to configure button layout spacings and margins. (Thanks @prjemian)
- Documentation now show inherited-members and show-inheritance.
Bug Fixes
- Fix for colormaps with pyqtgraph 0.11. (Thanks @cristinasewell)
- Fix Documentation to properly show the various Plot Curve Items
- Re-implement the code that enables the
Edit in Designer
menu item. (Thanks @mattgibbs)
Packaging & CI
- CI: Refactored the Test Matrix.
- CI: Included Python 3.8 into Test Matrix (allowing failures for now).
- CI: Removed Python 2.7 from macOS and marked it as
allow failures
for Linux. - Package: Synchronize conda recipe with conda-forge.
- Package: Fix expanding of
PYQTDESIGNERPATH
when installing via conda. - Package: Properly add support for Windows install and setup via conda.