0.2.1
Build and Publish / release (push) Successful in 6s
CI / test (3.11) (push) Successful in 24s
CI / test (3.13) (push) Successful in 21s
CI / lint (push) Successful in 18s
CI / test (3.12) (push) Successful in 26s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-07-31 08:50:11 +00:00
parent 2969af8764
commit de5db24ff8
2 changed files with 22 additions and 1 deletions
+21
View File
@@ -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 <noreply@anthropic.com>
### Code Style
- Ruff format
([`0dcfe15`](https://gitea.psi.ch/mx/AareCommon/commit/0dcfe15b7c5fa9aba3f8d3e27719b5600de93993))
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
## v0.2.0 (2026-07-27)
### Bug Fixes
+1 -1
View File
@@ -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"