Skip to content

Commit a70f6f4

Browse files
committed
update news, bump version
1 parent b958cb1 commit a70f6f4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

NEWS.md

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

4+
## v3.1.0 - May 2024
5+
6+
* PrecompileTools.jl is used to reduce the time to first execution of PDB file reading.
7+
48
## v3.0.0 - Jan 2024
59

610
* On Julia 1.9 and later the `DataFrame` and `MetaGraph` constructors are moved to package extensions in order to reduce the number of dependencies. Calling `using DataFrames` and `using Graphs, MetaGraphs` respectively is now required to access these functions.

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 = "3.0.0"
4+
version = "3.1.0"
55

66
[deps]
77
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"

0 commit comments

Comments
 (0)