1.9.3
Automatically generated by python-semantic-release
This commit is contained in:
parent
cd75fc0e01
commit
a8600334af
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,5 +1,11 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## v1.9.3 (2024-09-06)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* fix: remove bodge (readback) in SimMonitor ([`cd75fc0`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/cd75fc0e01e565445f7176e52faada264544d439))
|
||||||
|
|
||||||
## v1.9.2 (2024-09-05)
|
## v1.9.2 (2024-09-05)
|
||||||
|
|
||||||
### Ci
|
### Ci
|
||||||
@ -153,13 +159,3 @@
|
|||||||
* refactor: ensure temporary backward compatibility after API changes ([`73c636b`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/73c636b46f35381ac0a82b99f9965612770ca6c1))
|
* refactor: ensure temporary backward compatibility after API changes ([`73c636b`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/73c636b46f35381ac0a82b99f9965612770ca6c1))
|
||||||
|
|
||||||
## v1.5.2 (2024-07-02)
|
## v1.5.2 (2024-07-02)
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
* fix: put noqa comment on hdf5plugin import, compress HDF5 test file to ensure it requires the module for reading
|
|
||||||
|
|
||||||
hd5plugin import has the side effect of installing LZ4 codec ([`55ea6a1`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/55ea6a16be831e375281f014c75f0146b1b9a488))
|
|
||||||
|
|
||||||
### Unknown
|
|
||||||
|
|
||||||
* remove unused imports ([`755ee20`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/755ee207c5f9816d2270b6f57f6973ddf525238d))
|
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ophyd_devices"
|
name = "ophyd_devices"
|
||||||
version = "1.9.2"
|
version = "1.9.3"
|
||||||
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