Skip to content

Releases: sdss/lvmcryo

lvmcryo 0.2.0

08 Oct 23:22
Compare
Choose a tag to compare

🚀 New

  • Add option --require-all-thermistors. When passed, the thermistors don't close the valve when they become active. Once all thermistors are active, the valves are all closed at the same time. This can potentially prevent overpressures in the last one or two cryostat being filled as the other valves close.
  • Add validation of post-data.

✨ Improved

  • Improve handling of keyboard interrupt during post-processing.
  • Removed several unused default parameters from the configuration file.

lvmcryo 0.1.6

26 Sep 22:56
Compare
Choose a tag to compare

✨ Improved

  • Explicitely fail the action on error.
  • Preserve empty string in error field in the database.

🔧 Fixed

  • Always post the fill link in Slack and email.

lvmcryo 0.1.5

25 Sep 15:29
Compare
Choose a tag to compare

🔧 Fixed

  • Add additional error handling for non-fatal errors during notifications.

lvmcryo 0.1.4

25 Sep 02:03
Compare
Choose a tag to compare

✨ Improved

  • Add version to Config.
  • Various logging improvements.
  • Updated internal configuration file with new lvmapi port. Update URL routes.
  • Add the time at which the thermistor first activated to the valve times written to the database and email.
  • Issue notification in Slack during post-fill when waiting extra time to collect data.

🔧 Fixed

  • Fix JSON log not being saved to the database in some cases.

lvmcryo 0.1.3

20 Sep 17:49
Compare
Choose a tag to compare

✨ Improved

  • Do not report a thermistor warning every interval.
  • Always include JSON log payload when loading the DB.

🔧 Fixed

  • Fix link to LVM Web in email templates.

lvmcryo 0.1.2

19 Sep 05:12
Compare
Choose a tag to compare

🚀 New

  • Report the link to the LMV Web page for the fill in Slack and email.

✨ Improved

  • Report if a valve closed due to timeout.

🔧 Fixed

  • Include extra event times in the success template.

lvmcryo 0.1.1

18 Sep 20:17
Compare
Choose a tag to compare

🚀 New

  • Added initial checks for O2 alarms and NPS status.
  • Added --clear-lock option in lvmcryo ln2 to remove the lock if present.

✨ Improved

  • Improved error handling logic.

lvmcryo 0.1.0

18 Sep 14:50
Compare
Choose a tag to compare

🚀 New

  • Initial release. Tested in interactive mode and as a Kubernetes cronjob.