Releases: biocore/unifrac
Releases · biocore/unifrac
Add unweighted_unnormalized method and dense pair interface
What's Changed
- Add support for unweighted_unnormalized by @sfiligoi in #164
- Add support for the dense pair interface by @sfiligoi in #166
- It now properly builds on ARM-based MacOS
Full Changelog: 1.3.2...1.5
Minor, release automation
Maintenance
What's Changed
- Switch h5unifrac_all to lazy load semantics by @sfiligoi in #155
- Remove extraneous str casts by @wasade in #159
- Update arguments name used in beta_diversity in tests by @eamanu in #160
unifrac.faith_pd
now accepts in memory objects by @wasade in #162- CSC representation bug fixed by @wasade in #162, see also #161
- Additional table validations by @wasade in #162, see also #34
- Test on OSX Intel (
macos-13
) and OSX Arm64 (macos-14
) in GitHub Actions, deprecate Python 3.8, add Python 3.12, switch fromnose
topytest
, by @wasade in #162
New Contributors
Full Changelog: 1.3...1.3.1
Add support for subsampling, PERMANOVA and multi-unifrac
Change default precision and deprecate the threads argument
Bug fix for compatibility with biom-format 2.1.12
Provide in-memory support against unifrac-binaries
What's Changed
Full Changelog: 1.0.0...1.1.0
Release associated with manuscript describing OpenACC improvements
<
D782
details class="details-reset details-overlay " id="tag-select-menu-6c05e41e-4374-11f0-9a5b-cc5a32cb6e3f">
Compare
This is a historical release documenting the code used for benchmarking the OpenACC release. We advise using the latest version of this software. Details for install, including a functional example, can be found here.
Python-only repo, depends on unifrac-binaries
Since the python binding and the backend implementation evolve independently, the sucpp code was moved into an independent repo (unifrac-binaries).
This repo now only contains the python bindings.
Bug fix for massive PCoA and simplified build
As the title says, thanks @sfiligoi!!