- v0.5.15
- Use ResearchSoftwareMetadata package
- Extensions of crosswalk, bugfixes
- Add in testing that metadata is up-to-date
- v0.5.14
- Add in crosswalk between Project.toml and codemeta.json, .zenodo.json, LICENSE and Julia file headers
- v0.5.13
- Fix CI for arm64
- Add in codemeta.json to allow metadata to follow RSMD standards
- v0.5.12
- Move Phylo structs into extension
- v0.5.11
- Update Phylo compat
- v0.5.10
- Use extensions for Julia 1.9+
- Allow AxisArrays to name types through extension
- Improve testing
- v0.5.9
- Introduce Gower
- v0.5.8
- Add in Pielou diversity measures
- Add docs for PRs
- Generalise Jaccard with similarity
- v0.5.7
- Update compat and some doc fixes
- v0.5.6
- Fix phylogenetics
- v0.5.5
- Update phylogenetics code and docs
- v0.5.4
- Move to EcoJulia
- Update compats
- v0.5.3
- Update docs and automation
- v0.5.2
- Update docs
- Update compats
- v0.5.1
- Improve dependencies
- v0.5.0
- Drop Julia pre-v1.0 compatibility
- Move to Phylo v0.4.0 API
- v0.4.5
- Full EcoJulia default implementation to allow cross-compatibility with other AbstractAssemblage-derived types
- v0.4.4
- Major reworking, especially of iterators to speed up code and run with Julia v1.0
- Some intermediate work to allow interface to EcoJulia and new PhyloSets
- v0.4.3
- Minor fixes to validate with updates to Julia and rdiversity R package
- Fix some more Julia 0.7 problems
- v0.4.2
- Work around problems with PackageEvaluator.jl
- Julia 0.7 iterator fixes
- v0.4.1
- Fix Nullable{T} to Union{T, Missing}
- Other minor updates for Julia 0.7
- v0.4.0
- Add in phylogenetic diversity
- Create a formal API (in
API.jl
) for extending to new types of diversity - Extract interface into
Interface.jl
- Julia v0.6 and nightly compliant, drop support for Julia v0.5
- Removes deprecated syntax from Diversity v0.2.x
- v0.3.1
- Include validation against boydorr/rdiversity R package
- v0.3.0
- Update input interface and deprecate old format
- Update output format to use DataFrames
- Remove deprecations for Julia v0.6 and drop support for Julia v0.4