From 6d820663f71dba7efa8bef3dbb8f3fe579ab6ea1 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 27 Mar 2026 21:34:24 +0000 Subject: [PATCH] 1.36.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161cddc..81b345a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,34 @@ # CHANGELOG +## v1.36.0 (2026-03-27) + +### Bug Fixes + +- **pseudo-motor**: Add subscription callbacks to readback signal, and SUB_READBACK event from + positioners + ([`f8a2ee6`](https://github.com/bec-project/ophyd_devices/commit/f8a2ee6df11a63bdb4d373b32e021560b2854578)) + +- **sim-signal**: Fix subscription for simulated signals. + ([`4f238fa`](https://github.com/bec-project/ophyd_devices/commit/4f238facec62625242023b51c904964745495e33)) + +### Features + +- Add pseudo motor + ([`fdc91e4`](https://github.com/bec-project/ophyd_devices/commit/fdc91e4aff0cbccc30666e0a6f73665ab805fcdd)) + +- **processed-signal**: Add ProcessedSignal + ([`2c17e75`](https://github.com/bec-project/ophyd_devices/commit/2c17e75e3fe8f4358b3360df14f6ad596b69ccec)) + +### Refactoring + +- Cleanup, bugfixes, and docs + ([`9c2721b`](https://github.com/bec-project/ophyd_devices/commit/9c2721bf74d21006389cc3d0bc57ff7a88e85dff)) + +- **ProcessedSignal**: Add auto monitor attribute to ProcessedSignal + ([`b6633bc`](https://github.com/bec-project/ophyd_devices/commit/b6633bc7e9767ea58f24c44bf79a5cccda480763)) + + ## v1.35.0 (2026-03-25) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1884d65..cbdf275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.35.0" +version = "1.36.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [