Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ylab-hi/ChimeraLM

v1.0.4

26 Oct 18:11

Choose a tag to compare

Changes

Fix

Full Changelog: v1.0.3...v1.0.4

v1.0.1

26 Oct 16:25

Choose a tag to compare

Changes

🧹 Maintenance

📝️ Documentation

What's Changed

  • Release First Version by @cauliyang in #8
  • doc: build docs website by @cauliyang in #10
  • chore(deps): bump log from 0.4.27 to 0.4.28 by @dependabot[bot] in #20
  • chore(deps): bump thiserror from 2.0.12 to 2.0.17 by @dependabot[bot] in #19
  • chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot[bot] in #15
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #14
  • chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #12
  • chore(deps): bump astral-sh/setup-uv from 3 to 7 by @dependabot[bot] in #11
  • chore(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #13
  • chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #27
  • chore(deps): bump release-drafter/release-drafter from 5 to 6 by @dependabot[bot] in #26

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Oct 20:23

Choose a tag to compare

ChimeraLM v1.0.0 (2025-10-06)

  • Stable 1.0 release of chimeralm with Python package and CLI.
  • End-to-end pipeline for detecting and filtering chimeric reads from BAM, with GPU support, Gradio UI.

Highlights

  • New CLI: chimeralm predict and chimeralm filter for BAM inference with GPU, batching, and progress bar.
  • Gradio UI chimeralm web for interactive inference and visualization.

Installation

pip install chimeralm
chimeralm -h

Requirements

  • Python >= 3.10, < 3.12
  • Optional: CUDA GPU for acceleration (recommend larger batch sizes with monitoring)