0.30.0
Docs build and publish / docker (push) Successful in 24s
CI / lint (push) Successful in 46s
Build and Publish / release (push) Successful in 22s
CI / test (3.13) (push) Successful in 1m4s
CI / test (3.12) (push) Successful in 1m6s
CI / test (3.14) (push) Successful in 1m9s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m10s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m19s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m27s
CI / test-with-coverage (push) Successful in 1m40s
CI / coverage-analysis (push) Skipped

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-09-10 15:07:23 +00:00
parent d5a7074ec1
commit 59afc2d9eb
2 changed files with 27 additions and 1 deletions
+26
View File
@@ -1,6 +1,32 @@
# CHANGELOG
## v0.30.0 (2026-09-10)
### Bug Fixes
- According to 6124 planner feedback, use 10 to 20 keV at PXII
([`b27556e`](https://gitea.psi.ch/mx/AareDAQ/commit/b27556e4cf971222d9732f8dd54e029abb60b090))
### Features
- Compact sample list headers, move Comment column
([`d5a7074`](https://gitea.psi.ch/mx/AareDAQ/commit/d5a7074ec1d528514acfb082b5806fc14720cdea))
Count columns use glyphs instead of long headers to save width, Comment moves ahead of the
data-collection params, transmission shown as the stored value instead of percent.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
- X10sa energy range 6-30 keV
([`39631c5`](https://gitea.psi.ch/mx/AareDAQ/commit/39631c5206071811be1dd51b207d9bba6d134851))
Pick the mono limits by BEAMLINE env via mx_beamline(): X10SA gets 6-30 keV, other beamlines keep
the 4-20 placeholder until confirmed.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
## v0.29.1 (2026-09-10)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.29.1"
version = "0.30.0"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"