Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-12-15 08:25:31 +00:00
parent e7f4ff798a
commit 083f1d4dfd
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
# CHANGELOG # CHANGELOG
## v1.32.5 (2025-12-15)
### Bug Fixes
- **psi-motor**: Adapt compare to np.isclose for EpicsSignalWithCheck
([`e7f4ff7`](https://github.com/bec-project/ophyd_devices/commit/e7f4ff798a375fe78a7da45c6bdbf07313fc9f49))
### Refactoring
- Add export of EpicsUserMotorVME
([`f45f1be`](https://github.com/bec-project/ophyd_devices/commit/f45f1be3be558f1ff43fe64c3f1d19b78ab74321))
## v1.32.4 (2025-12-10) ## v1.32.4 (2025-12-10)
### Bug Fixes ### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ophyd_devices" name = "ophyd_devices"
version = "1.32.4" version = "1.32.5"
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.11" requires-python = ">=3.11"
classifiers = [ classifiers = [