Skip to content

Releases: EcoJulia/Microbiome.jl

Pkg3 compatibility

19 Oct 18:24
5426681
Compare
Choose a tag to compare
Merge pull request #26 from kescobo/pkg3

Update for Pkg3

Some new functions

19 Oct 16:30
3cc4711
Compare
Choose a tag to compare
  • Add present() and prevalence() functions
  • Last release before switching to Pkg3 compatible structure

Support for julia 1.0

11 Aug 23:20
0fbdebd
Compare
Choose a tag to compare

Tests pass on Julia 1.0

Support for julia-0.7

09 Aug 16:24
cb8bfb3
Compare
Choose a tag to compare

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)

Final support for julia v0.6

29 Jun 15:09
c61dd0f
Compare
Choose a tag to compare

Changes since v0.2.0

  • New BioJulia contributing documentation
    • Issue templates
    • PR templates
    • CoC and Contributing docs
  • Switch to FileIO/CSVFiles dependency for reading tables
  • New functions for calculating alpha diversity
  • Some lingering deprecation fixes.

After this, I'm switching to julia-v0.7, and dropping support for julia-v0.6. Any julia-v0.6 bug fixes should be released on microbiome-v0.2.x tags, while the julia-v0.7 and 1.0 releases will be microbiome-v0.3+.

Update to SpatialEcology Backend

02 Apr 21:38
c89b250
Compare
Choose a tag to compare

Now using types from SpatialEcology.jl. Also:

  • Better docs
  • More tests
  • Plotting functions that actually work!

Minor Documenter fix

15 Feb 15:01
83640e1
Compare
Choose a tag to compare

Also, hopefully METADATA now that it knows the correct address.

v0.1.1 Documentation

24 Jan 21:41
Compare
Choose a tag to compare
  • Added Documenter.jl docs.
  • Switched repo to BioJulia Ownership

Initial Release

06 Oct 17:55
Compare
Choose a tag to compare

Initial release

Types

  • AbundanceTable
  • DistanceMatrix
  • PCoA

Functions

  • pcoa()
  • various plotting functions using StatPlots
  • relativeabundance() to normalize AbundanceTable
  • topabund() to get the n most abundant bugs across many samples