Skip to content

Commit 2bf28ef

Browse files
committed
update news, bump version
1 parent 79e5faa commit 2bf28ef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# BioStructures.jl release notes
22

3+
## v4.4.1 - Mar 2025
4+
5+
* A bug in input checking for `Transformation` is fixed.
6+
37
## v4.4.0 - Feb 2025
48

59
* Selection strings now support interpolation.

Project.toml

+1-1
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.0"
4+
version = "4.4.1"
55

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

ext/BioStructuresBioAlignmentsExt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function BioStructures.Transformation(el1::StructuralElementOrList,
6767
sel_ats1 = collectatoms(res1[i1], alignatoms)
6868
sel_ats2 = collectatoms(res2[i2], alignatoms)
6969
# Ensure `atoms1` and `atoms2` have the same length, ignore residues
70-
# where the number of atoms differ.
70+
# where the number of atoms differ
7171
if length(sel_ats1) == length(sel_ats2)
7272
append!(atoms1, sel_ats1)
7373
append!(atoms2, sel_ats2)

0 commit comments

Comments
 (0)