Skip to content

Releases: ylab-hi/DeepChopper

DeepChopper v1.2.6

05 Nov 22:02
Compare
Choose a tag to compare

What's Changed

  • fix: Resolve multi-processing issues when predicting
  • build(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 by @dependabot in #27
  • deps: update noodles requirement from 0.83.0 to 0.84.0 by @dependabot in #26

New Contributors

Full Changelog: py-cli-v1.2.5...py-cli-v1.2.6

DeepChopper v1.2.5

18 Oct 17:45
Compare
Choose a tag to compare

Changes

  • add --version for cli

Full Changelog: py-cli-v1.2.4...py-cli-v1.2.5

DeepChopper v1.2.4

14 Oct 21:46
bb18ace
Compare
Choose a tag to compare

What's Changed

Full Changelog: py-cli-v1.2.2...py-cli-v1.2.4

DeepChopper v1.2.3

13 Oct 02:54
Compare
Choose a tag to compare

What's Changed

  • refactor: Update CLI options in chop function by @cauliyang in #17

Full Changelog: py-cli-v1.2.1...py-cli-v1.2.3

DeepChopper v1.2.1

12 Oct 04:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: py-cli-v1.2.0...py-cli-v1.2.1

First version V1.2.0

11 Oct 20:52
d51625e
Compare
Choose a tag to compare

DeepChopper v1.2.0

We're excited to announce the release of DeepChopper v1.2.0! This version brings significant improvements and new features to our genomic language model for chimera artifact detection in Nanopore Direct RNA Sequencing.

🚀 New Features

  • Improved encoding performance for large FASTQ files
  • Enhanced prediction accuracy for chimera detection
  • New web interface for easy interaction with the model
  • Support for Python 3.12

🛠 Improvements

  • Optimized Rust backend for faster processing
  • Upgraded to PyTorch 2.1.0 and Lightning 2.1.2 for better performance
  • Improved CLI with more intuitive commands and options
  • Enhanced documentation and usage examples

🐛 Bug Fixes

  • Fixed memory leak in long-running processes
  • Resolved issues with multi-GPU support
  • Corrected handling of edge cases in sequence chopping

📦 Installation

DeepChopper can now be installed via pip:

What's Changed

New Contributors

Full Changelog: https://github.com/ylab-hi/DeepChopper/commits/py-cli-v1.2.0