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 Jul 19, 2023
1 parent fd5b827 commit 90b73cf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.2.1 - July 19, 2023

### ✨ Improved

* `SpectrographSet.expose()` now accepts a `count` parameters to expose multiple frames.
* The parameter `flavour` for `SpectrographSet.expose()` is not explicitely exposed and documented.
* `SpectrographSet.calibrate()` accepts a `slew_telescopes` parameters. Whether the telescopes are slewed is also determined by the type of calibrations to take.
* Various improvements to the calibration schema. `flavour`, `warmup`, and the `fibsel` parameters now have defaults in the configuration file to which the calibration routine will revert to. If `fibsel: true`, a default mask iteration will be performed. Both darks and lamps now accept `exposure_time` which can be a float or a list of floats.

### 🏷️ Changed

* `SpectrographSet.calibrate()` does not park the telescope by default.

### ⚙️ Engineering

* Progress bars are now transient.


## 0.2.0 - July 18, 2023

### 🚀 New
Expand Down
6 changes: 3 additions & 3 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 = "lvmgort"
version = "0.2.1a0"
version = "0.2.1"
description = "The brains of LVM observing"
authors = ["José Sánchez-Gallego <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 90b73cf

Please sign in to comment.