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
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)