v1.24.1
What's Changed
This update provides a new option to specify to PyDM the order in which dimensions of a PVA image are being sent. Also added are new stepMode options for drawing graphs, and the PyDMByteIndicator now displays negative numbers by the bits of their two's complement representation. Also included are bug fixes and maintenance work related to using PyDM with Python 3.10
New Features
- ENH: pva image dim order option by @nstelter-slac in #1085
- ENH: display negative values in byteindicator widget by @nstelter-slac in #1088
- ENH: Add stepMode to BasePlotCurveItem by @zdomke in #1096
Maintenance
- FIX: in analong_indicator, explicitly cast to int for py310+ compat by @ZLLentz in #1080
- Fix Container class move for python 3.10 by @mattgibbs in #1104
Bug Fixes
- FIX: Switching Y Axis orientation was not properly updating by @aksharsarvesh in #1100
- FIX: PyDMSlider out of bounds bug by @phys-cgarnier in #1084
- FIX: Plot Axis Name Change by @zdomke in #1087
- FIX: PyDMChannel Connection Removal Error by @zdomke in #1086
New Contributors
- @aksharsarvesh made their first contribution in #1100
Full Changelog: v1.24.0...v1.24.1