Pydm

Latest version: v1.27.0

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 12

1.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 https://github.com/slaclab/pydm/pull/1085
* ENH: display negative values in byteindicator widget by nstelter-slac in https://github.com/slaclab/pydm/pull/1088
* ENH: Add stepMode to BasePlotCurveItem by zdomke in https://github.com/slaclab/pydm/pull/1096

Maintenance
* FIX: in analong_indicator, explicitly cast to int for py310+ compat by ZLLentz in https://github.com/slaclab/pydm/pull/1080
* Fix Container class move for python 3.10 by mattgibbs in https://github.com/slaclab/pydm/pull/1104

Bug Fixes
* FIX: Switching Y Axis orientation was not properly updating by aksharsarvesh in https://github.com/slaclab/pydm/pull/1100
* FIX: PyDMSlider out of bounds bug by phys-cgarnier in https://github.com/slaclab/pydm/pull/1084
* FIX: Plot Axis Name Change by zdomke in https://github.com/slaclab/pydm/pull/1087
* FIX: PyDMChannel Connection Removal Error by zdomke in https://github.com/slaclab/pydm/pull/1086

New Contributors
* aksharsarvesh made their first contribution in https://github.com/slaclab/pydm/pull/1100

**Full Changelog**: https://github.com/slaclab/pydm/compare/v1.24.0...v1.24.1

1.24.0

What's Changed
This update adds EPICS 7 RPC support along with updates and fixes to the PyDMSlider. Please refer to the P4P Plugin documentation page for instructions on how to use the new RPC functionality if interested!

New Features
* ENH: Rpc support by nstelter-slac in https://github.com/slaclab/pydm/pull/1052
* ENH: Updating PyDMSlider source code so that users can do single steps with specified step size. by phys-cgarnier in https://github.com/slaclab/pydm/pull/1078

Bug Fixes
* FIX: Fix to clicking on PyDMSilder running on MacOS by YektaY in https://github.com/slaclab/pydm/pull/1079

**Full Changelog**: https://github.com/slaclab/pydm/compare/v1.23.0...v1.24.0

1.23.0

What's Changed
This update adds a slew of changes. Most notably to the Archiver Time Plot and Time Plot widgets as well as changes to the base plot. This release also has a few improvements to the pydm drawing widgets, adding new rules and giving users the ability to change the size of arrows on lines.

New Features
* ENH: Add option to change size of arrows on drawn lines by nstelter-slac in https://github.com/slaclab/pydm/pull/1072
* ENH: Archiver Timeplot address setters by zdomke in https://github.com/slaclab/pydm/pull/1061
* ENH: Archived Data Mode for the Archiver Time Plot Widget by YektaY in https://github.com/slaclab/pydm/pull/1062
* ENH: Add checkable columns to Archiver Plot Model by zdomke in https://github.com/slaclab/pydm/pull/1074
* ENH: Base Plot Axis log mode setter by zdomke in https://github.com/slaclab/pydm/pull/1075
* ENH: Base Plot Axis range values by zdomke in https://github.com/slaclab/pydm/pull/1077
* ENH: Timeplot auto scrolling by zdomke in https://github.com/slaclab/pydm/pull/1076
* ENH: added new pydm drawing rules for all drawing widgets that allow for p… by phys-cgarnier in https://github.com/slaclab/pydm/pull/1066

Maintenance
* MNT: Cleanup drawing lines class-structure by nstelter-slac in https://github.com/slaclab/pydm/pull/1073

Bug Fixes
* BUG: reload embedded display when only macros change by shilorigins in https://github.com/slaclab/pydm/pull/1064

New Contributors
* zdomke made their first contribution in https://github.com/slaclab/pydm/pull/1061
* shilorigins made their first contribution in https://github.com/slaclab/pydm/pull/1064

**Full Changelog**: https://github.com/slaclab/pydm/compare/v1.22.1...v1.23.0

1.22.1

What's Changed
This is a minor bug fix release, primarily to ensure PyDM remains compatible with the most recent version of pyqtgraph used for PyDM plots. All plot widgets should now function correctly when installing PyDM alongside the most recent versions of all its dependencies.

Bug Fixes

* Fix connection inspector with local plugins by flowln in https://github.com/slaclab/pydm/pull/1067
* Fix plotting on pyqtgraph 0.13.4 by flowln in https://github.com/slaclab/pydm/pull/1069
* Fix MultiAxisViewBox resizing breaking in certain cases by jbellister-slac in https://github.com/slaclab/pydm/pull/1070


**Full Changelog**: https://github.com/slaclab/pydm/compare/v1.22.0...v1.22.1

1.22.0

What's Changed
This update adds new rules for the drawing-line widget for dynamically adjusting its color, style, and thickness, a new LED indicator widget, and a way to pause drawing updates to an image in a PyDMImageView. Also included are bug fixes and an update to the tutorial documentation.

New Features
* Basic version of multi-state LED indicator widget by nstelter-slac in https://github.com/slaclab/pydm/pull/1044
* Adding rules to pydm drawing line by phys-cgarnier in https://github.com/slaclab/pydm/pull/1056
* ENH: Add a method for pausing/resuming the drawing of an image by jbellister-slac in https://github.com/slaclab/pydm/pull/1054

Docs
* DOC: A couple updates to new user documentation by jbellister-slac in https://github.com/slaclab/pydm/pull/1048

Maintenance
* BLD: Update test workflow file with python 3.10 and pyqt 5.15.9 by jbellister-slac in https://github.com/slaclab/pydm/pull/1047

Bug Fixes
* Fix event plot curve creation by jbellister-slac in https://github.com/slaclab/pydm/pull/1059
* FIX: Pick up changes to UI files when the main window is reloaded by jbellister-slac in https://github.com/slaclab/pydm/pull/1060

New Contributors
* phys-cgarnier made their first contribution in https://github.com/slaclab/pydm/pull/1056

**Full Changelog**: https://github.com/slaclab/pydm/compare/v1.21.0...v1.22.0

1.21.0

What's Changed
This update adds a new tutorial server that streamlines the setup process. We added a new option for using packaged icon sets in Designer. And also included are additional documentation updates and bug fixes.

New Features
* Add new PCASpy server for running the tutorial. by nstelter-slac in https://github.com/slaclab/pydm/pull/1032
* Add logo by nstelter-slac in https://github.com/slaclab/pydm/pull/1037
* Add propertry for setting Qt Standard Icons in designer by nstelter-slac in https://github.com/slaclab/pydm/pull/1038
* PyDMShellCommand bash option by nstelter-slac in https://github.com/slaclab/pydm/pull/1045

Docs
* updating documentation by YektaY in https://github.com/slaclab/pydm/pull/1019
* Add doc page for event plot by nstelter-slac in https://github.com/slaclab/pydm/pull/1043

Maintenance
* Format and lint code, and establish standard tools for doing so by nstelter-slac in https://github.com/slaclab/pydm/pull/1028
* Simplify using CurveItem subclasses in Plot subclasses by flowln in https://github.com/slaclab/pydm/pull/1042

Bug Fixes
* Stop overriding tooltip's disconnected-msg when channel is disconnected by nstelter-slac in https://github.com/slaclab/pydm/pull/1029
* Fix password by nstelter-slac in https://github.com/slaclab/pydm/pull/1033
* BUG: prevent PyDMDrawingLine from dividing by a length of 0 by tangkong in https://github.com/slaclab/pydm/pull/1036
* Fix issue where rules test fails if also running testing-ioc by nstelter-slac in https://github.com/slaclab/pydm/pull/1046

**Full Changelog**: https://github.com/slaclab/pydm/compare/v1.20.1...v1.20.2

Page 2 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.