Skip to content

Commit a507527

Browse files
committed
update news, bump version
1 parent c4363ce commit a507527

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# BioStructures.jl release notes
22

3+
## v4.5.0 - May 2025
4+
5+
* `chiangle` and `chiangles` are added to calculate the sidechain dihedral angles in protein residues.
6+
* mmCIF files with secondary structure annotations will now, by default, parse and assign secondary structure. Setting `run_dssp` or `run_stride` to `true` will cause DSSP or STRIDE to be run and provide the secondary structure, as before.
7+
* A constructor for `MetaGraph` on a `Chain` is added that constructs a graph of atoms where edges are determined by the known bonds of standard amino acids in the chain.
8+
39
## v4.4.2 - Mar 2025
410

511
* A bug in storing indices for `Transformation` is fixed.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BioStructures"
22
uuid = "de9282ab-8554-53be-b2d6-f6c222edabfc"
33
authors = ["Joe G Greener <[email protected]>"]
4-
version = "4.4.2"
4+
version = "4.5.0"
55

66
[deps]
77
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"

0 commit comments

Comments
 (0)