From 2f6d4f244deb2d9f650269404cfa30638b7784ec Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 12 May 2026 08:20:06 +0000 Subject: [PATCH] 1.40.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 3 ++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81bfc00..8909f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # CHANGELOG +## v1.40.1 (2026-05-12) + +### Bug Fixes + +- Skip run subs recursively + ([`2f1f9d9`](https://github.com/bec-project/ophyd_devices/commit/2f1f9d99c91cfa87c789bdc82b96ef5fb472e976)) + +- **sim-monitor**: Fix updates of callbacks during motion, ConstantModel won't update its value + ([`41e38df`](https://github.com/bec-project/ophyd_devices/commit/41e38dfb8294e3164407916ce18be85105c8dc77)) + +- **sim-positioner**: Fix move method of lin positioner with trajectory + ([`0626ac8`](https://github.com/bec-project/ophyd_devices/commit/0626ac8f62156573db616a20827054fce3c59710)) + +- **sim-positioner**: Only run readback subs if values changed by more than the tolerance + ([`88dbe27`](https://github.com/bec-project/ophyd_devices/commit/88dbe2776c833be38719e70579232451058cb703)) + +### Testing + +- Drop test of linear projectory that relied on progress of move and sleep timing. + ([`b267a5b`](https://github.com/bec-project/ophyd_devices/commit/b267a5b1d5b9fb89ec40f6e05df73036ee5de128)) + + ## v1.40.0 (2026-05-12) ### Features diff --git a/pyproject.toml b/pyproject.toml index 364f43b..2cf0de5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ophyd_devices" -version = "1.40.0" +version = "1.40.1" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [ @@ -45,6 +45,7 @@ dev = [ ] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"