Skip to content

v1.16.0

Compare
Choose a tag to compare
@YektaY YektaY released this 27 May 21:29
· 968 commits to master since this release
d64a24b

What's Changed

We have a large set of new features and seven fixes in this release. First we wanted to say thanks to everyone that helped add features and develop PyDM at the EPICS 2022 Codeathon!

We want to focus on two big new features. We have added pvAccess to PyDM, check out the documentation for a review of currently supported features! The second one is a new pop-up in QT Designer to ease the setup of widgets.

Default Behavior Changes

The default redraw rate of all PyDM plotting widgets has been reduced to 1 HZ from 30 HZ. This is user configurable in both Designer and python if a faster redraw rate is needed.

New Features

build changes

  • BLD: new pyqt seems to break the test suite on the CI, pin for now by @ZLLentz in #849

Bug Fixes

Documentation

  • DOC: Update installation instructions to not choose an incompatible verion of PyQt by @jbellister-slac in #867
  • DOC: Update installation instructions with a fix for designer not opening on mac os by @jbellister-slac in #840
  • DOC: fix miscellaneous docstring issues by @klauer in #854

New Contributors

Full Changelog: v1.15.1...v1.16.0