Skip to content

v0.5.2

Latest
Compare
Choose a tag to compare
@BrianJKoopman BrianJKoopman released this 04 Nov 21:55
· 1 commit to main since this release
cb5b003

What's Changed

v0.5.2 mostly consists of minor new features and many bug fixes. We have also updated the build backend, resulting in slight changes in the final source distribution. The tests/ directory is no longer included. Those looking to run the tests should get them directly from this repository.

The base ocs docker image has been updated to remove several redundant base layers in #714. See simonsobs/ocs#397 for some of the details. This should result in smaller socs images. If you care about the structure of the image, take note that so3g is now pip installed instead of being compiled in lower down base layers.

Some breaking changes -- the ACTiCameraAgent was renamed to HTTPCameraAgent to reflect broader applicability to more models of webcam. See the agent docs for updated configuration examples. Also, the 'fake_data' argument in the Lakeshore372 Agent that would generate random data for testing as been removed. If you're looking to test your ocs/Grafana setup, use the ocs FakeDataAgent.

New Features

  • Update ACTiCameraAgent to HTTPCameraAgent to include other HTTP camera brands by @davidvng in #700
  • Added sample heater display mode check in custom_pid function. by @mjrand in #729
  • Adds grip and ungrip fns to hwp-supervisor with safety checks by @jlashner in #708
  • Scpi psu reconnect by @agthomas-uc in #726
  • Adding support for direct Ethernet SCPI PSU Agent by @CAWNoodle in #715
  • Adds extra db connection options to suprsync agent by @jlashner in #748
  • HWP Encoder Update (Restart process) by @bbixler500 in #738
  • HWP Gripper Updates (Alarm group and restart processes) by @bbixler500 in #737
  • Add error handling to Cryomech PTC drivers and agent acq process by @BrianJKoopman in #767
  • ACU: more care when setting up go_to by @mhasself in #768
  • ACU: acuconfigs.yaml setting for forcing sequential moves by @mhasself in #778

Bug Fixes

Documentation

Version Updates

Packaging

Misc.

New Contributors

Full Changelog: v0.5.1...v0.5.2