Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 4, 2023
1 parent d21b76b commit 47a1100
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.4.0 - March 4, 2023

### 🚀 New

* Add suport for spectrograph 3.
* Support Python 3.11.

### ✨ Improved

* Use `$OBSERVATORY` as spreadsheet location and use different spreadsheets for each spectrograph.
* Support specifying the `lvmieb` actor name. This is useful when `lvmscp` and `lvmieb` are deployed in multiple instances, one per spectrograph.

### 🏷️ Changed

* Use unbined flushing during idle.

### ⚙️ Engineering

* Use `python:3.11-slim-bullseye` base image for Docker image.
* Allow to set the configuration file to use using `$LVMSCP_CONFIG_FILE`.


## 0.3.0 - May 28, 2022

### 🔥 Breaking changes
Expand Down
12 changes: 6 additions & 6 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 = "sdss-lvmscp"
version = "0.4.0a0"
version = "0.4.0"
description = "LVM spectrograph control package."
authors = ["José Sánchez-Gallego <[email protected]>", "Changgon Kim <[email protected]>"]
maintainers = ["José Sánchez-Gallego <[email protected]>"]
Expand Down

0 comments on commit 47a1100

Please sign in to comment.