Releases: bytedance/Protenix
Releases · bytedance/Protenix
v0.4.3: Add cpu installation
What's Changed
- Add cpu installation by @thalahors in #71
New Contributors
- @thalahors made their first contribution in #71
Full Changelog: v0.4.2...v0.4.3
v0.4.2: update deepspeed version to solve vulnerability tips
What's Changed
- Update CONTRIBUTING.md by @NinoRisteski in #59
- Create scorecard.yml by @willem-bd in #64
- Update deepspeed version to solve vulnerability tips
New Contributors
- @NinoRisteski made their first contribution in #59
- @willem-bd made their first contribution in #64
Full Changelog: v0.4.1...v0.4.2
v0.4.1: Reset unique chain id
Changed
- old chain id: [A, B, A, B, C] -> [A, B, A.1, B.1, C]
new chain id: [A, B, A, B, C] -> [A0, B0, A1, B1, C0]
Full Changelog: v0.4.0...v0.4.1
v0.4.0: training data pipeline release and msa server pairing fix
Changed
- Add open-source code for the training data processing pipeline.
- Include documentation for the data processing scripts in the docs/prepare.
- Add MSA pipeline for generating MSAs for training and inference.
- Add local colabfold_search demo to generate Protenix compatible MSA.
- Fix MSA post processing bug about the pairing MSA.
Full Changelog: v0.3.9...v0.4.0
v0.3.9: fix minor bugs of local inference if MSA is provided
v0.3.8: add occupancy to output CIF file
Changed
- Add occupancy to output CIF file
- Update citation information
Full Changelog: v0.3.7...v0.3.8
v0.3.7: fix copy_id in json and conformer generation
Changed
- Fix copy_id type in json
- Generate random reference conformer if failed
Full Changelog: v0.3.6...v0.3.7
v0.3.6: More readable directory of MSA search result
Changed
- Modified "covalent_bonds" field of json
- Ranking compatible with multi-GPU inference
- More readable directory of MSA search result
Full Changelog: v0.3.5...v0.3.6