Skip to content

Releases: sdss/cerebro

Cerebro 1.2.1

19 Jan 23:31
Compare
Choose a tag to compare

✨ Improved

  • Replaced TCPSource internals with the use of lvmopstools.AsyncSocketHandler which includes retrying and better error handling.

🔧 Fixed

  • Fix docs building.

Cerebro 1.2.0

24 Nov 23:18
Compare
Choose a tag to compare

🚀 Added

  • #18 Read LVM spectrograph thermistors.

Cerebro 1.1.0

09 Jul 16:35
Compare
Choose a tag to compare

✨ Improved

  • Store altitude and azimuth for LCO seeing measurements.
  • Allow to get config and profiles from environment variables.
  • Change AMQPSource to monitor all replies.
  • Allow to schedule AMQP commands as internal.

🔧 Fixed

  • Fix groupers in AMQPSource.

⚙️ Engineering

  • Add docker image workflow.

Cerebro 1.0.3

28 Dec 17:08
Compare
Choose a tag to compare

✨ Improved

Moved the tmp2influxdb.py script inside cerebro/ and added an entry point tmp2influxdb in the pyproject.toml file.

Cerebro 1.0.2

28 Dec 16:39
Compare
Choose a tag to compare

🔧 Fixed

  • Fixed an issue with the YAML section for fliwarm at APO.

Cerebro 1.0.1

25 Dec 04:36
Compare
Choose a tag to compare

🔧 Fixed

  • Require sdss-drift>=1.0.1 to prevent an issue with reconnecting to a modbus source.

Cerebro 1.0.0

25 Dec 02:14
Compare
Choose a tag to compare

(These are only the highlights. I haven't been very good at keeping a change log or versioning for Cerebro).

🚀 New

  • Added support for LCO, including LCOWeather source that queries the LCO weather database.
  • Added ActorClientSource source that connects to an actor directly, without using Tron.
  • Added TPM load script to bin/.

🏷️ Changed

  • Removed the run_id tag.

🔧 Fixed

  • Prevent DriftSource hanging by using sdss-drift>=0.4.5.

Cerebro 0.2.0

15 Dec 07:34
Compare
Choose a tag to compare

🚀 New

  • Profiles for APO and LVM lab testing. General improvements.

Cerebro 0.1.1

19 May 14:37
Compare
Choose a tag to compare

🔧 Fixed

  • Package description is now correctly set.

Cerebro 0.1.0

19 May 14:29
Compare
Choose a tag to compare

🚀 New

  • Initial version.