v3.0.0
- On Julia 1.9 and later the
DataFrame
andMetaGraph
constructors are moved to package extensions in order to reduce the number of dependencies. Callingusing DataFrames
andusing Graphs, MetaGraphs
respectively is now required to access these functions. - The file formats
PDB
,PDBXML
,MMCIF
andMMTF
are no longer subtypes ofBioCore.IO.FileFormat
, allowing BioCore.jl to be removed as a dependency.