0.30.1
Docs build and publish / docker (push) Successful in 5s
Build and Publish / release (push) Successful in 24s
CI / lint (push) Successful in 56s
CI / test-with-coverage (push) Failing after 35s
CI / test-with-beamline-plugins (pxii_bec) (push) Failing after 40s
CI / coverage-analysis (push) Skipped
CI / test (3.13) (push) Successful in 1m5s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m7s
CI / test (3.12) (push) Successful in 1m20s
CI / test (3.14) (push) Successful in 1m16s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m26s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-09-10 15:56:36 +00:00
parent 702eb7d9f9
commit da122d0f72
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -1,6 +1,22 @@
# CHANGELOG
## v0.30.1 (2026-09-10)
### Bug Fixes
- Only set transmission when it actually differs
([`702eb7d`](https://gitea.psi.ch/mx/AareDAQ/commit/702eb7d9f9a8ae02142ee3c40f4bab460d597c2a))
The guard introduced with the transmission IOC workaround was inverted: `abs(request - readback) <
0.001` fires only when the beamline is already at the requested value, so any real transmission
change was skipped and collections ran at whatever transmission happened to be set.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ni1Uhb1WqzpXPwcYsvqnH1
## v0.30.0 (2026-09-10)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.30.0"
version = "0.30.1"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"