From e0e023a0c930e0be6eb943b3e9c183c9bf41fa1f Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Fri, 27 Mar 2026 16:01:26 +0000 Subject: [PATCH] Bump stitching version --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4740dc9..ad9c32b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,8 @@ The following merge requests have been merged into v3: * !554 Move smart stacking into a mixin so it can be re-used in other workflows * !551 Sort scans by created time * !538 Update dependency to labthings 0.1.0 +* !557 Prep for v3.0.0 alpha5 +* !560 Bump stitching version # [v3.0.0-alpha4](https://gitlab.com/openflexure/openflexure-microscope-server/compare/v3.0.0-alpha3...v3.0.0-alpha4) (2025-12-15) diff --git a/pyproject.toml b/pyproject.toml index f65f8279..1242790a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "sangaboard~=0.4.0", "camera-stage-mapping ~= 0.1.10", "opencv-python-headless ~= 4.13.0", - "openflexure-stitching[libvips]==0.2.4", + "openflexure-stitching[libvips]==0.2.5", "pillow ~= 10.4", "anyio ~= 4.0", "numpy ~= 2.2",