You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Adaptive batch bitmask SR: add experimental zsasa batch --adaptive-sr mode with coarse/fine point controls for two-stage bitmask Shrake-Rupley runs. (#371)
BinaryCIF input support: accept .bcif, .bcif.gz, and .bcif.zst inputs in calc and batch by decoding _atom_site directly in Zig. (#372)
Changed
Website documentation: restructure the documentation site around task-oriented guides, CLI references, Python APIs, and integrations. (#370)
Workflow batch execution: reuse parsed/classified structures across eligible workflow jobs so named chain analyses such as chain A, chain B, and complex AB avoid repeated parsing while preserving output schemas and compatibility fallbacks. (#374)
Fixed
BinaryCIF CCD classification: use inline CCD components from BinaryCIF inputs when available. (#373)