Skip to content

Commit 8dc5110

Browse files
committed
Release 1.7.2
1 parent bc02b72 commit 8dc5110

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 1.7.2 - March 2, 2025
4+
5+
### ✨ Improved
6+
7+
* Improved and simplified handling of user override configuration file.
8+
9+
### 🏷️ Changed
10+
11+
* Start evening twilight flats two minutes after sunset by default.
12+
13+
### 🔧 Fixed
14+
15+
* Fix checking of AG camera pings in `AcquisitionFailedRecipe`.
16+
* Try-except errors during camera disconnected handling.
17+
* Use `None` as default when a `RemoteCommand` does not complete successfully.
18+
* Explicitly require `lvmopstools>=0.5.9`.
19+
* Fix logic when handling the `EMIT_EVENT` attrinute of `GortError`.
20+
21+
322
## 1.7.1 - February 27, 2025
423

524
### ✨ Improved

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lvmgort"
3-
version = "1.7.2a0"
3+
version = "1.7.2"
44
description = "The brains of LVM observing"
55
authors = [
66
{ name = "José Sánchez-Gallego", email = "gallegoj@uw.edu" }

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)