Skip to content

Commit 3ae898d

Browse files
committed
update news, bump version
1 parent 6c549f9 commit 3ae898d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

NEWS.md

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

3+
## v4.2.0 - Aug 2024
4+
5+
* `Base.copy` is defined for structural elements and carries out a recursive copy of the element.
6+
* The fields of `Transformation` are made concrete, which may improve performance.
7+
38
## v4.1.1 - Aug 2024
49

510
* PDB download functions now use HTTPS rather than FTP as the PDB will deprecate the FTP protocol.

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 <jgreener@hotmail.co.uk>"]
4-
version = "4.1.1"
4+
version = "4.2.0"
55

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

0 commit comments

Comments
 (0)