Releases: phac-nml/rebar
Releases · phac-nml/rebar
v0.2.1
v0.2.0 - Multi-Architecture
What's Changed
- Embed fonts directly in binary (Deja Vu Sans)
- Support Linux, macOS, Windows, Docker and Singularity.
- Rename "Latest" dataset to "Nightly".
- Disable
default-features
in all external crates. - Add documentation and tutorials.
- Add integration tests.
Downloads
OS | Arch | File | Download Count |
---|---|---|---|
Linux | 64-bit | rebar-x86_64-unknown-linux-musl | |
macOS | 64-bit | rebar-x86_64-apple-darwin | |
Windows | 64-bit | rebar-x86_64-pc-windows-gnu.exe | |
Docker | 64-bit | rebar-docker.tar |
v0.1.1 - Linux Cross Platform Compilation
- Issue #6: Library Linkage Errors. Resolved runtime errors concerning missing
libssl
orGLIBC
libraries. - Added
x86_64-unknown-linux-musl
to the supported architectures.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
❗❗ This is a pre-release for further testing and feedback. ❗❗
What's Changed
- Issue #1: Efficiency Improvements. Code base rewrite from Python to Rust (PR #5).
- Issue #2: Misclassifications. Validation of SARS-CoV-2 recombinant detection (2023-11-17).
- Issue #3: Dataset Discrepancies: Handle dataset discrepancies between lineages present in sequences vs. phylogeny.
New Contributors
Full Changelog: https://github.com/phac-nml/rebar/commits/v0.1.0