Skip to content

Releases: cauliyang/DeepBioP

deepbiop-fq-v0.1.11

25 Aug 22:58
3c75fb4
Compare
Choose a tag to compare

Added

  • Update keywords in Cargo.toml files
  • Add Python bindings for TensorEncoder
  • Add CLI installation guide

Other

  • Merge branch 'dev'

deepbiop-bam-v0.1.11

25 Aug 22:59
3c75fb4
Compare
Choose a tag to compare

Added

  • Update keywords in Cargo.toml files
  • (io) Refactor bam2fq function to handle equal seq and qual lengths
  • Add BAM to fastq conversion functionality
  • Add CLI installation guide

Other

  • Remove unnecessary empty line
  • Improve function and field comments
  • Improve code readability and performance
  • Merge branch 'dev'

deepbiop-v0.1.9

20 Aug 16:22
2a172e9
Compare
Choose a tag to compare

Added

  • Add support for processing BAM format in DeepBiop
  • Add initial project files and configurations

Fixed

  • Update badge URL for deepbiop crate

Other

  • Update README.md formatting
  • Update workspace dependencies in Cargo.toml
  • Add tests for bam and fq modules
  • Initial commit

deepbiop-v0.1.8

20 Aug 03:16
ff46263
Compare
Choose a tag to compare

Added

  • Add support for processing BAM format in DeepBiop
  • Add initial project files and configurations

Fixed

  • Update badge URL for deepbiop crate

Other

  • Update README.md formatting
  • Update workspace dependencies in Cargo.toml
  • Add tests for bam and fq modules
  • Initial commit

deepbiop-v0.1.10

20 Aug 21:39
6d9db55
Compare
Choose a tag to compare

Added

  • Update MSRV to 1.75.0

Other

  • Update MSRV version in README and improve formatting

deepbiop-utils-v0.1.9

20 Aug 16:20
2a172e9
Compare
Choose a tag to compare

Added

  • Update function definitions and imports

Other

  • Add documentation for chimeric and cigar operations
  • Remove outdated documentation badge
  • Add documentation badge to README.md

deepbiop-utils-v0.1.8

20 Aug 03:14
ff46263
Compare
Choose a tag to compare

Added

  • Add pyo3-stub-gen dependency and stub generation

Other

  • Update deepbiop-fq crate to improve code organization and remove unused functions
  • Update deepbiop-bam crate to include chimeric event struct and functions
  • Update badges in README.md to use consistent format

deepbiop-utils-v0.1.10

20 Aug 21:37
6d9db55
Compare
Choose a tag to compare

Added

  • Update MSRV to 1.75.0

Other

  • Update MSRV version in README and improve formatting

deepbiop-fq-v0.1.9

20 Aug 16:22
2a172e9
Compare
Choose a tag to compare

Added

  • Update pyo3-stub-gen version to "0.5.2"
  • Update Python function signatures and add normalization function

Other

  • Add documentation for chimeric and cigar operations
  • Remove outdated documentation badge
  • Add documentation badge to README.md
  • Remove outdated documentation examples

deepbiop-fq-v0.1.8

20 Aug 03:16
ff46263
Compare
Choose a tag to compare

Added

  • Add Python stubs for deepbiop.fq module
  • Add pyo3-stub-gen and pyo3-stub-gen methods
  • (io) Add function to select specific records from Fastq

Other

  • Update deepbiop-fq crate to improve code organization and remove unused functions
  • Update deepbiop-fq crate to improve code organization and remove unused functions
  • Update deepbiop-bam crate to include chimeric event struct and functions
  • Add chimeric event struct and functions to deepbiop-bam crate
  • Update badges in README.md to use consistent format