From 69105332a4ad7ed91dc21e44398c4f4c7ee24b3b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 2 Jul 2024 15:13:46 +0000 Subject: [PATCH] 1.5.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 26 ++++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1cb77..60b5b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## 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)) + +* fix: split simulation classes in multiple files ([`2622ddb`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/2622ddbee2edfe9e092c643fbbfbabeed0c06e35)) + +### Unknown + +* remove unused imports ([`755ee20`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/755ee207c5f9816d2270b6f57f6973ddf525238d)) + ## v1.5.1 (2024-06-28) ### Documentation @@ -136,18 +150,6 @@ ## v1.1.0 (2024-05-27) -### Feature - -* feat: refactor psi_detector_base class, add tests ([`a0ac8c9`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/a0ac8c9ad701f52429f393a134fd0705583eddb1)) - ### Refactor * refactor: add publish file location to base class ([`e8510fb`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/e8510fb249b136781c03849497d85dfb11cca43a)) - -## v1.0.2 (2024-05-23) - -### Documentation - -* docs: Update device list ([`d4f2ead`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/d4f2ead61b9eb4defb43d7e966a1ed5206461abd)) - -* docs: Update device list ([`2f575d3`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/2f575d3aa221e646166bfeb0470de1847358acca)) diff --git a/pyproject.toml b/pyproject.toml index 367d4ce..ef035d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.5.1" +version = "1.5.2" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [