Skip to content

v3.0.0

Compare
Choose a tag to compare
@jgreener64 jgreener64 released this 01 Jan 17:10
· 10 commits to master since this release
  • 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.
  • 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.