From 1337ddc9ac9df3a6e0cee4b8f6cd031c747fe78c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 25 Oct 2024 07:21:25 +0000 Subject: [PATCH] 1.10.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 +++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2a3c7..7a4c5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.10.1 (2024-10-25) + +### Bug Fixes + +* fix: ophyd patch, compatibility with Python >=3.12 + +"find_module" has been deleted from Finder class ([`97982dd`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/97982dd1385f065b04aa780c91aee9f67b9beda2)) + +### Refactoring + +* refactor: Refactored SimCamera write_to_disk option to continously write to h5 file. ([`41c54aa`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/41c54aa851e7fcf22b139aeb041d000395524b7e)) + + ## v1.10.0 (2024-10-22) ### Bug Fixes @@ -152,8 +165,6 @@ * refactor: review DeviceStatus and error handling in simulation ([`87858ed`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/87858edfe290cb711bc30c2f3ba2653460d15af6)) -* refactor: rename monitor to device_monitor_2d ([`6a6b907`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/6a6b907022532e20626b8ed97d347da04beea4b0)) - ### Testing * test: Fix and add test scenarios for DeviceStatus error handling ([`4397db9`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/4397db919a852d70c53d80a532540eaabdffc3ad)) @@ -163,10 +174,3 @@ ### Unknown * wip ([`35141e9`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/35141e94b1c8a6ba70e96b915b45871d19bd5f7e)) - - -## v1.7.1 (2024-07-24) - -### Bug Fixes - -* fix: add run._subs SUB_VALUE to settable signal put method ([`ca6d96e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/ca6d96e25b4a2d5011c0882e512b84e16cf7b264)) diff --git a/pyproject.toml b/pyproject.toml index 120b6c9..e9ebaef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.10.0" +version = "1.10.1" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [