From de5db24ff87029b99dc565886af564398b72fb25 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 31 Jul 2026 08:50:08 +0000 Subject: [PATCH] 0.2.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2906073..5bdc090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # CHANGELOG +## v0.2.1 (2026-07-31) + +### Bug Fixes + +- Drop spots_indexed from no-crystal guard + ([`2969af8`](https://gitea.psi.ch/mx/AareCommon/commit/2969af8764b74d03a9da444aebc71b9d2d11a778)) + +Indexing was removed from the crystal score (w_indexed=0.00), so it must not act as a hard veto + either: a crystal that diffracts but fails to index should still be targeted, not routed to grid + centre. Guard now checks max spots_low_res only. + +Co-Authored-By: Claude Fable 5 + +### Code Style + +- Ruff format + ([`0dcfe15`](https://gitea.psi.ch/mx/AareCommon/commit/0dcfe15b7c5fa9aba3f8d3e27719b5600de93993)) + +Co-Authored-By: Claude Fable 5 + + ## v0.2.0 (2026-07-27) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1cf8500..653ca43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.2.0" +version = "0.2.1" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"