Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 20, 2023
1 parent 4268b1f commit fb8ea22
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 37 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.2.1 - August 20, 2023

### ✨ Improved

* Use actor model for `lvm.TEL.foc` to reduce polling.
* Round up `focus_position`.
* Prevent `astropy` from downloading data from the internet.

### 🔧 Fixed

* Set guider to `IDLE`` after `stop --now`.


## 0.2.0 - August 14, 2023

### ✨ Improved
Expand Down
73 changes: 37 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lvmguider"
version = "0.2.1a0"
version = "0.2.1"
description = "Temporary package for LVM guiding and focusing"
authors = ["José Sánchez-Gallego <gallegoj@uw.edu>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit fb8ea22

Please sign in to comment.