Skip to content

Commit 69b4812

Browse files
committed
update news, bump version
1 parent 7b6da74 commit 69b4812

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,6 +1,11 @@
11
BioStructures.jl release notes
22
==============================
33

4+
## v3.0.0 - Jan 2024
5+
6+
* 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.
7+
* The file formats `PDB`, `PDBXML`, `MMCIF` and `MMTF` are no longer subtypes of `BioCore.IO.FileFormat`, allowing BioCore.jl to be removed as a dependency.
8+
49
## v2.1.0 - Oct 2023
510

611
* DSSP and STRIDE can now be run to assign secondary structure to proteins.

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

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

0 commit comments

Comments
 (0)