Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Oct 30, 2024
1 parent b87870f commit f46bc2e
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 76 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.0.1 - October 30, 2024

### ✨ Improved

* Overwatcher: cancel the current cancellation if conditions are unsafe.
* Overwatcher: lock the dome for 30 minutes if it's closed due to unsafe conditions.
* Always reset the spectrographs before an exposure. Add some checks to ensure the shutters are closed during a cleanup.

### 🏷️ Changed

* Overwatcher: rename allow dome calibrations to allow calibrations, which enabled/disables all calibration (not only in-dome calibrations).

### 🔧 Fixes

* Overwatcher: fixes to daytime logic.
* Add the current GORT version to the Overwatcher actor.
* Set the correct dither position in `GortObserver`.


## 1.0.0 - October 28, 2024

### 🚀 New
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lvmgort"
version = "1.0.1a0"
version = "1.0.1"
description = "The brains of LVM observing"
authors = [
{ name = "José Sánchez-Gallego", email = "gallegoj@uw.edu" }
Expand Down
Loading

0 comments on commit f46bc2e

Please sign in to comment.