Skip to content

Releases: sdss/lvmieb

lvmieb 0.5.3

13 Jan 19:12
Compare
Choose a tag to compare

✨ Improved

  • Allow to disable pressure transducers.

lvmieb 0.5.2

12 Jan 16:37
Compare
Choose a tag to compare

✨ Improved

  • Support Python 3.12.
  • Improved and simplified the readout of pressure transducers. Values from transducers that fail to read are now NaNs.

⚙️ Engineering

  • Updated GitHub workflows.

lvmieb 0.5.1

14 Sep 16:23
Compare
Choose a tag to compare

✨ Improved

  • Several hotfixes, some quite hacky, to speed up requests to the WAGO module and the pressure transducers, and to better deal with failures. Connection and request timeouts have been increased and in some cases the code will retry several times if there's an error.
  • Bumped drift to 1.1.0.

⚙️ Engineering

  • Lint using ruff.

lvmieb 0.5.0

10 Jul 09:43
Compare
Choose a tag to compare

✨ Improved

  • Bump CLU to 2.1.0.
  • Do not make SPECTRO required if only one controller is present.
  • Various Docker image and build modifications for deployment in Kubernetes.

lvmieb 0.4.0

28 May 23:45
Compare
Choose a tag to compare

💥 Breaking changes

  • #65 Major refactor of lmvieb. Most actor commands have kept the same syntax but this version is generally a breaking change with respect to 0.3.0. The main changes are:

    • Split IEBController into several classes for motors, WAGO, pressure transducers, and depth probes. In the previos code the IebController handled everything but actually multiple instances are generated for each spectrograph, one for each type of device. In this version the IEBController is a simple collection of individual controllers.
    • Simplified a bit how the actor is instantiated from the configuration file to take advantage of the new IEBController.
    • Done some refactoring of the actor commands but for the most part the command names and options are the same.
    • Added a keyword schema and some general engineering tweaks.
    • Improvements to testing, docs building, etc.

lvmieb 0.3.0

12 May 19:03
Compare
Choose a tag to compare
lvmieb 0.3.0

LVMIEB v0.2.1

08 Jun 03:50
Compare
Choose a tag to compare

This is the LVM Integrated Electronic Box Control Actor. Controls the shutter, hartmann doors, WAGO IO module and etc.

v0.2.0

14 Aug 09:26
c318631
Compare
Choose a tag to compare
Merge pull request #59 from sdss/develop

Develop