Releases: sdss/cerebro
Releases · sdss/cerebro
Cerebro 1.2.1
✨ Improved
- Replaced
TCPSource
internals with the use oflvmopstools.AsyncSocketHandler
which includes retrying and better error handling.
🔧 Fixed
- Fix docs building.
Cerebro 1.2.0
🚀 Added
- #18 Read LVM spectrograph thermistors.
Cerebro 1.1.0
✨ 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
✨ Improved
Moved the tmp2influxdb.py
script inside cerebro/
and added an entry point tmp2influxdb
in the pyproject.toml
file.
Cerebro 1.0.2
🔧 Fixed
- Fixed an issue with the YAML section for
fliwarm
at APO.
Cerebro 1.0.1
🔧 Fixed
- Require
sdss-drift>=1.0.1
to prevent an issue with reconnecting to a modbus source.
Cerebro 1.0.0
(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 usingsdss-drift>=0.4.5
.
Cerebro 0.2.0
🚀 New
- Profiles for APO and LVM lab testing. General improvements.
Cerebro 0.1.1
🔧 Fixed
- Package description is now correctly set.
Cerebro 0.1.0
🚀 New
- Initial version.