Diversity.jl

Julia package for diversity measurement

BSD-2-CLAUSE License

Stars
33
Committers
10

Bot releases are visible (Hide)

Diversity.jl - v0.5.12 Latest Release

Published by github-actions[bot] 7 months ago

Diversity v0.5.12

Diff since v0.5.11

Merged pull requests:

  • Fix type issues in Phylo extension (#51) (@richardreeve)
Diversity.jl - v0.5.11

Published by github-actions[bot] 11 months ago

Diversity v0.5.11

Diff since v0.5.10

Diversity.jl - v0.5.10

Published by github-actions[bot] 12 months ago

Diversity v0.5.10

Diff since v0.5.9

Merged pull requests:

  • Use extensions in Julia 1.9+ (#50) (@richardreeve)
Diversity.jl - v0.5.9

Published by github-actions[bot] 12 months ago

Diversity v0.5.9

Diff since v0.5.8

Merged pull requests:

  • Introduce Gower (#49) (@richardreeve)
Diversity.jl - v0.5.8

Published by github-actions[bot] 12 months ago

Diversity v0.5.8

Diff since v0.5.7

Merged pull requests:

  • Add Pielou's eveness, fix typo in documentation (#45) (@PeetoomHeida)
  • Pielou (#47) (@richardreeve)
Diversity.jl - v0.5.7

Published by github-actions[bot] 12 months ago

Diversity v0.5.7

Diff since v0.5.6

Merged pull requests:

  • Remove pre-julia 0.7 code (#41) (@richardreeve)
  • Update testing code and workflow, dependencies (#48) (@richardreeve)
Diversity.jl - v0.5.6

Published by github-actions[bot] over 3 years ago

Diversity v0.5.6

Diff since v0.5.5

Diversity.jl - v0.5.5

Published by github-actions[bot] over 3 years ago

Diversity v0.5.5

Diff since v0.5.4

Merged pull requests:

  • Diversity.Phylogenetics (#40) (@richardreeve)
Diversity.jl - v0.5.4

Published by github-actions[bot] over 3 years ago

Diversity v0.5.4

Diff since v0.5.3

Merged pull requests:

  • Updating workflows to use shells (#37) (@richardreeve)
  • CompatHelper: bump compat for "DataFrames" to "1.0" (#38) (@github-actions[bot])
  • CompatHelper: bump compat for "Missings" to "1.0" (#39) (@github-actions[bot])
Diversity.jl - v0.5.3

Published by github-actions[bot] over 3 years ago

Diversity v0.5.3

Diff since v0.5.2

Closed issues:

  • Ongoing issue to release new versions (#33)
Diversity.jl - v0.5.2

Published by github-actions[bot] over 3 years ago

Diversity v0.5.2

Diff since v0.5.1

Merged pull requests:

  • Actions workflow (#35) (@claireh93)
Diversity.jl - Fix dependencies

Published by richardreeve over 4 years ago

Diversity.jl - Update for compatibility with Phylo v0.4

Published by richardreeve over 4 years ago

  • Drop Julia pre-v1.0 compatibility
  • Move to Phylo v0.4.0 API
Diversity.jl - Update to EcoBase v0.0.6

Published by richardreeve over 5 years ago

New release for compatibility with updated EcoBase.

Diversity.jl - EcoJulia cross-compatibility

Published by richardreeve almost 6 years ago

Full EcoJulia default implementation to allow cross-compatibility with other AbstractAssemblage-derived types. Moves EcoBase out of ext/ subfolder and uses released version directly. Resulting cross-compatibility allows diversity calculation of SpatialEcology Assemblage objects and plotting of Diversity Metacommunity objects.

Diversity.jl - Julia v1.0 compatibility and speed-up

Published by richardreeve about 6 years ago

Code now works with all of Julia v0.6, v0.7 and v1.0.
Also major speed up and reduction in memory use, and some preliminary code to adapt to EcoBase.

Diversity.jl - Minor fixes

Published by richardreeve over 6 years ago

  • Now validates using Julia v0.6.3 against R package rdiversity v1.2
  • More minor Julia v0.7 fixes
Diversity.jl - Further 0.7 updates, fix PackageEvaluator.jl

Published by richardreeve almost 7 years ago

  • Fix iterator issues with Julia 0.7
  • PackageEvaluator should no longer reject package tests
Diversity.jl - Updates to prepare for 0.7

Published by richardreeve almost 7 years ago

  • Remove Nullable and replace with Union{T, Missing} for 0.7
  • Base.Test -> Compat.Test
  • Fix R igraph test errors for 0.6
  • Update RCall to 0.10.0 with Missing
Diversity.jl - Add in Phylogenetic diversity and move to Julia v0.6

Published by richardreeve almost 7 years ago

A major update to the codebase:

  • Add general API for adding in new types of diversity, and interface for users to access it
    • Provides phylogenetic diversity measures through Diversity.Phylogenetics submodule
  • Now Julia v0.6 (and mostly nightly) compliant, drop support for Julia v0.5
  • Provides iterators for species and subcommunities
  • Removes deprecated syntax from Diversity v0.2.x