From 7108fa1f4bfde34c5002cafac6b12e67ecca8362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Tue, 18 Feb 2025 18:33:46 +0100 Subject: [PATCH] chore(deps): bump bmlab to 0.10.1 --- CHANGELOG | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a372668..ea4b34a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +## 0.10.1 - 2025-02-18 + +### Changed +- Update to bmlab 0.10.1 #271 + +### Fixed +- fix(export): don't break if BM and FL images don't overlap #271 + ## 0.10.0 - 2024-11-01 ### Added diff --git a/setup.py b/setup.py index 8115490..e83e01e 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ license="GPL v3", description=description, long_description=open('README.rst').read() if exists('README.rst') else '', - install_requires=["bmlab>=0.10.0", + install_requires=["bmlab>=0.10.1", "h5py>=2.10.0", "matplotlib", "numpy>=1.17.0",