Skip to content

Releases: pcdshub/pcdswidgets

v0.10.0

30 Jul 18:06
137b3a1

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

27 Mar 17:39
5268b71

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.9.0

v0.8.4

13 Mar 17:37
33c1805

Choose a tag to compare

This is a non-functional change

What's Changed

  • BLD: adjust name of docs-versions-menu to match conda package name by @tangkong in #91

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

20 Feb 22:19
27fb1b8

Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

27 Sep 21:28
04b51b5

Choose a tag to compare

What's Changed

  • FIX: EPS byte indicator designer entrypoint by @klauer in #89

Full Changelog: v0.8.1...v0.8.2

v0.8.1

14 Sep 23:46
7df8099

Choose a tag to compare

What's Changed

  • MAINT: bulk secrets and readme update by @ZLLentz in #84
  • BUG fixing activate_filter by rearranging parameters to work with qtpy by @KaushikMalapati in #85
  • BLD/FIX: support 'pip install .[doc]' by @klauer in #87

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

04 Apr 19:50
5469691

Choose a tag to compare

What's Changed

  • MAINT: scripted fix for precommit by @ZLLentz in #75
  • MAINT: setWidth requires an int in py310 by @ZLLentz in #76
  • Allow for custom ui file to be open when widget icon is pressed. by @jozamudi in #77
  • CI: add standard GitHub Actions CI workflow by @klauer in #81
  • DEV/MNT: migrate to GitHub Actions and pyproject.toml [LCLSPC-603] by @klauer in #80
  • ENH: add eps widget for EPS PLC structure by @jozamudi in #82

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

20 Oct 21:52
989d865

Choose a tag to compare

What's Changed

  • REF/ENH: designer widgets via entrypoints by @klauer in #73

Full Changelog: v0.7.0...v0.7.1

v0.7.0

04 Apr 23:34
5864862

Choose a tag to compare

What's Changed

  • BLD: qtpy, pydm above 1.9.0, and python 3.7 by @klauer in #71
  • ENH: Dual-acting valve by @ZLLentz in #72

Full Changelog: v0.6.0...v0.7.0

v0.6.0

15 Nov 23:32
3570305

Choose a tag to compare

Added the FilterSortWidgetTable, a table that repeats a template and allows the user to sort the rows or filter them out based on any of the PyDM channels or template macros.

This has been in use in dev for the TMO HV table for a while now.