Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.61 KB

NEWS.md

File metadata and controls

42 lines (28 loc) · 1.61 KB

News for Microbiome.jl

v0.7.0 Major overhaul

Lots of breaking changes in this one, including

  • Whole new community profile structure using AxisArrays back-end
  • New AbstractSample type, containing embedded metadata
  • New Taxon and GeneFunction feature types
  • Dropped dependencies on SpatialEcology.jl and DataFrames.jl, but added Tables.jl interface and EcoBase.jl interfaces
  • Brought back convenience braycurtis and pcoa functions relying on Distances.jl and MultivariateStats.jl respectively

v0.5.0

Major Changes

v0.4.1

Major Changes:

  • Dropped support for julia-0.7

v0.3.0

Major changes

  • Dropped support for julia-0.6, moved on to julia-0.7
  • Moved Plotting and BioBakery utilities out to separate packages to reduce dependencies
    • These two new packages will be released shortly
  • I'm keeping DataFrames dependency for now, though I'd like to move to IterableTables soonish (though constructors might be more sense in EcoBase)

Older versions

I didn't have NEWS.md until v0.3. I doubt anyone cares, but I kinda tried to keep track in release notes.