Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 May 04:26
· 20 commits to main since this release
36f3d9e

Added

  • Zstandard decompression for structure inputs: .json.zst, .pdb.zst, .cif.zst, .mmcif.zst, .ent.zst, .sdf.zst, and .mol.zst are now detected and transparently decompressed via native std.compress.zstd. (#357)

Changed

  • CLI progress bars now use Zig's standard progress API for batch and traj, reducing custom rendering logic while preserving progress reporting. (#358)
  • Project branding documentation: add the project logo to README and refresh logo SVG assets. (#355, #356)