Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 May 04:41
· 1 commit to main since this release
94fdc1e

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)