Releases: slaclab/lume-epics
v1.3
This release implements changes allowing for the serving of outputs as structured pvAccess pvs.
v1.2
This release implements a fix for hanging shutdowns on startup for disconnected PVs.
v1.1
This release implements a number of material (breaking) changes:
- YAML-based EPICS configuration
- Updated controller using just epics configuration YAML instead of prefix etc.
- Server that distributes inputs/outputs based on EPICS configuration
In order to use this version, code will have to be updated to load an EPICS configuration file and initialize the controller and server using the structure defined inside.
v1.0 DEP
Broken
v0.13
This release increments lume-model version to 0.13, addressing a bug in pydantic versioning.
v0.12
Release of lume-epics with cached values to avoid infinite queuing.
v0.11
This release implements array handling of the lume-model variables
v0.10
This release includes:
- Labels for table widgets
- Significant digits for tables
- Updated controller accepting prefix and input/outputs
- Fixed handling of channel access image input updates
- Updated testing with server fixture
- Histogram image formatting
- Last update tracking on controller
- Datetime values on striptool
- Move to github actions
This release is not backwards compatible.
v0.9
This release implements constant variable handling and rejects puts to constant lume-model variables in the lume-epics server.
v0.8
This release implements a fix for the server that involved passing of protocols to the server. The command serve-from-template was not passing protocols to the server initialization, despite accepting optional disabling flags.