We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c549f9 commit 3ae898dCopy full SHA for 3ae898d
2 files changed
NEWS.md
@@ -1,5 +1,10 @@
1
# BioStructures.jl release notes
2
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
8
## v4.1.1 - Aug 2024
9
10
* PDB download functions now use HTTPS rather than FTP as the PDB will deprecate the FTP protocol.
Project.toml
@@ -1,7 +1,7 @@
name = "BioStructures"
uuid = "de9282ab-8554-53be-b2d6-f6c222edabfc"
authors = ["Joe G Greener <jgreener@hotmail.co.uk>"]
-version = "4.1.1"
+version = "4.2.0"
[deps]
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
0 commit comments