0.27.0
Docs build and publish / docker (push) Successful in 20s
CI / lint (push) Successful in 42s
Build and Publish / release (push) Successful in 24s
CI / test (3.12) (push) Successful in 1m8s
CI / test (3.13) (push) Successful in 1m9s
CI / test (3.14) (push) Successful in 1m8s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m26s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m28s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m29s
CI / test-with-coverage (push) Successful in 1m38s
CI / coverage-analysis (push) Skipped

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-09-10 11:22:02 +00:00
parent 926e940d90
commit 21feb89205
2 changed files with 34 additions and 1 deletions
+33
View File
@@ -1,6 +1,39 @@
# CHANGELOG
## v0.27.0 (2026-09-10)
### Bug Fixes
- General fixes
([`82065c0`](https://gitea.psi.ch/mx/AareDAQ/commit/82065c0f7d7741bffd8e104543498b30fa3ade7e))
- Multiply flux by transmission instead of dividing
([`891ba7b`](https://gitea.psi.ch/mx/AareDAQ/commit/891ba7bc0a36294b46c0d78347e98f6a82804807))
- Remove zoom to fit test for unused functionality
([`8d53505`](https://gitea.psi.ch/mx/AareDAQ/commit/8d535052814085face6d7ba94a227ee5656111f9))
- Use old calculation for smargon coord from new center
([`d74adc0`](https://gitea.psi.ch/mx/AareDAQ/commit/d74adc06aae329a350e5e5c952c17118795972a4))
- Workaround transmission PV issue
([`926e940`](https://gitea.psi.ch/mx/AareDAQ/commit/926e940d90ba5936aab31461be7940d1595477a7))
### Features
- Forward v2 scan results decision to DB and move calculation to analysis stage
([`f3ba37e`](https://gitea.psi.ch/mx/AareDAQ/commit/f3ba37e6a35389e9bd2306d2d848be443c88e81c))
- Introduce switching gridscan analysis modes
([`20b5b12`](https://gitea.psi.ch/mx/AareDAQ/commit/20b5b1205dbc8bcc8f08d637b802c1dba1ca9627))
with raster service refactor
- Propagate gridscan analysis choice to GUI
([`947863d`](https://gitea.psi.ch/mx/AareDAQ/commit/947863d0c80d060ab981e6feb3a1f2a84bcda8ab))
## v0.26.0 (2026-09-09)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.26.0"
version = "0.27.0"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"