From da67c95d8559f1ad5cf0ed35dd0e5864c1c9017e Mon Sep 17 00:00:00 2001 From: Arian Jamasb Date: Fri, 27 Oct 2023 21:49:36 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c889e18..ebe2dbc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.7.5 - 27/10/2024 + +* Improves the tensor->PDB writer (`graphein.protein.tensor.io.to_pdb`) by automatically unravelling residue-level b-factor predictions/annotations ([#352](https://github.com/a-r-j/pull/352)). + ### 1.7.4 - 26/10/2023 * Adds support for PyG 2.4+ ([#350](https://www.github.com/a-r-j/graphein/pull/339))