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
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:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user