Skip to content

Releases: slaclab/lume-epics

v1.3

29 Jan 00:53
3c13621
Compare
Choose a tag to compare

This release implements changes allowing for the serving of outputs as structured pvAccess pvs.

v1.2

13 Jan 17:47
f647107
Compare
Choose a tag to compare

This release implements a fix for hanging shutdowns on startup for disconnected PVs.

v1.1

10 Jan 19:33
495b832
Compare
Choose a tag to compare

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

07 Jan 23:03
a943ad1
Compare
Choose a tag to compare

Broken

v0.13

07 Oct 23:29
9f64fef
Compare
Choose a tag to compare

This release increments lume-model version to 0.13, addressing a bug in pydantic versioning.

v0.12

14 May 21:39
1a346c3
Compare
Choose a tag to compare

Release of lume-epics with cached values to avoid infinite queuing.

v0.11

07 May 07:27
5d92ef0
Compare
Choose a tag to compare

This release implements array handling of the lume-model variables

v0.10

16 Dec 17:34
17f826a
Compare
Choose a tag to compare

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

10 Nov 03:54
cb1ad8c
Compare
Choose a tag to compare

This release implements constant variable handling and rejects puts to constant lume-model variables in the lume-epics server.

v0.8

26 Oct 16:03
c029d4d
Compare
Choose a tag to compare

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.