0.2.1
Automatically generated by python-semantic-release
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user