From 0f2bde1a0a80eb53417ac9efd8b2609b2be0e4e4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 10 Jul 2025 12:22:59 +0000 Subject: [PATCH] 2.22.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f876087b..bb05b65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ # CHANGELOG +## v2.22.0 (2025-07-10) + +### Bug Fixes + +- **crosshair**: Add slot to reset mouse markers + ([`adaad4f`](https://github.com/bec-project/bec_widgets/commit/adaad4f4d5ebf775a337e23a944ba9eb289d01a0)) + +- **crosshair**: Fix crosshair support for transformations + ([`3ba0fc4`](https://github.com/bec-project/bec_widgets/commit/3ba0fc4b442e5926f27a13f09d628c30987f2cf8)) + +- **image**: Reset crosshair on new scan + ([`e594de3`](https://github.com/bec-project/bec_widgets/commit/e594de3ca39970f91f5842693eeb1fac393eaa34)) + +- **image item**: Fix processor for nans in images + ([`39c316d`](https://github.com/bec-project/bec_widgets/commit/39c316d6eadfdfbd483661b67720a7e224a46712)) + +- **image_base**: Move cbar init to image base + ([`8929778`](https://github.com/bec-project/bec_widgets/commit/8929778f073c40a9eabba7eda2415fc9af1072bb)) + +- **image_processor**: Support for nans in nd arrays + ([`a6fc799`](https://github.com/bec-project/bec_widgets/commit/a6fc7993a3d22cfd086310c8e6dad3f9f3d1e9fe)) + +### Features + +- Add heatmap widget + ([`0c76b0c`](https://github.com/bec-project/bec_widgets/commit/0c76b0c49598d1456aab266b483de327788028fd)) + +- **image_item**: Add support for qtransform + ([`324a5bd`](https://github.com/bec-project/bec_widgets/commit/324a5bd3d9ed278495c6ba62453b02061900ae32)) + + ## v2.21.4 (2025-07-08) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3926646c..60236794 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.21.4" +version = "2.22.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [