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
ztraj-backed trajectory formats: support TRR and AMBER NetCDF in zsasa traj alongside XTC and DCD, with ztraj readers normalizing coordinates to Å before SASA calculation. (#378)
Changed
Trajectory reader backend: use ztraj for trajectory readers, centralizing XTC/DCD handling and dependency notices. (#377)
Python trajectory guidance: recommend pyztraj for direct Python trajectory-file I/O while keeping zsasa.xtc and zsasa.dcd as compatibility APIs. (#379)
Fixed
Batch JSONL and FFI concurrency coverage: add regression coverage for batch JSONL output and concurrent FFI calls. (#376)