Releases: sdss/lvmscp
Releases · sdss/lvmscp
lvmscp 0.10.2
✨ Improved
- Added keyword
TEMPSCI
with the temperature outside the science telescope optical bench.
🔧 Fixed
- Fixed a typo in the
asyncio_default_fixture_loop_scope
configuration value inpyproject.toml
.
lvmscp 0.10.1
🔧 Fixed
- Updated
archon
to 0.15.1 to fix an issue in which a previously aborted exposure could affect the following one.
⚙️ Engineering
- Updated workflows and Dockerfile to use
uv
more efficiently.
lvmscp 0.10.0
🔥 Breaking changes
- Removed the now deprecated LN2 code.
✨ Improved
- Updated
archon
to 0.15.0 with a fix forwait-for-idle
.
⚙️ Engineering
- Migrate to using
uv
for packaging. - Update workflows.
lvmscp 0.9.1
🚀 Added
- #25 Added new command
get-etr
which returns the estimated remaining time for the exposure including readout.
Full Changelog: 0.9.0...0.9.1
lvmscp 0.9.0
🔥 Breaking changes
- Dropped support for Python 3.9.
✨ Improved
- Bumped
archon
to 0.14.0.
⚙️ Engineering
- Format code using
ruff
.
lvmscp 0.8.1
✨ Improved
- Cast NaNs in header to nulls.
🏷️ Changed
- Disable download of IERS tables. Updated
astropy-iers-data
.
lvmscp 0.8.0
✨ Improved
- #24 Support
archon
0.13.x.
lvmscp 0.7.1
🔧 Fixed
- Added
fitsio
to docker image.
lvmscp 0.7.0
0.7.0 - November 30, 2023
💥 Breaking changes
- Support for Python 3.8 has been deprecated.
✨ Improved
- Upgraded
archon
to 0.12.0.
lvmscp 0.6.15
🔧 Fixed
- Fixed a bug getting the lamp status after switching to the new
lvmnps
actor.