From 21feb89205243ff943d2d6bb78e16f3b3960aa2f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 10 Sep 2026 11:21:57 +0000 Subject: [PATCH] 0.27.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6622aced..dabffd30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 44cd3e41..9f050c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"