1.12.4
Automatically generated by python-semantic-release
This commit is contained in:
parent
92a3176bfd
commit
b2e09ca70d
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,6 +1,19 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
|
||||||
|
## v1.12.4 (2025-01-22)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Change default values for hot pixels to avoid issues while casting to uint16
|
||||||
|
([`35a45a3`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/35a45a3a738f528b431e1146236b6baca177d742))
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
|
- Fix flaky test for positioner is moving signal
|
||||||
|
([`92a3176`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/92a3176bfd07e1cfa7a1112bb8a7b59dac63bded))
|
||||||
|
|
||||||
|
|
||||||
## v1.12.3 (2025-01-14)
|
## v1.12.3 (2025-01-14)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
@ -171,15 +184,7 @@ It is needed for ND plugins to inspect the asyn pipeline.
|
|||||||
|
|
||||||
## v1.10.0 (2024-10-22)
|
## v1.10.0 (2024-10-22)
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- Improved patching of Ophyd 1.9
|
|
||||||
([`8a9a6a9`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/8a9a6a9910b44d55412e80443f145d629b1cfc2f))
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Add test device for return status for stage/unstage
|
- Add test device for return status for stage/unstage
|
||||||
([`f5ab78e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/f5ab78e933c2bbb34c571a72c25a7fc5c2b20e65))
|
([`f5ab78e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/f5ab78e933c2bbb34c571a72c25a7fc5c2b20e65))
|
||||||
|
|
||||||
|
|
||||||
## v1.9.6 (2024-10-17)
|
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ophyd_devices"
|
name = "ophyd_devices"
|
||||||
version = "1.12.3"
|
version = "1.12.4"
|
||||||
description = "Custom device implementations based on the ophyd hardware abstraction layer"
|
description = "Custom device implementations based on the ophyd hardware abstraction layer"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user