Skip to content

Releases: cauliyang/DeepBioP

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

deepbiop-fq-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-cli-v0.1.9

20 Aug 21:10
c42faf0
Compare
Choose a tag to compare
chore: Release package deepbiop-cli version 0.1.9

deepbiop-cli-v0.1.10

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

Added

  • Update MSRV to 1.75.0
  • Add new dependencies and CLI module for chimeric count
  • Add deepbiop-cli package with dependencies
  • Add support for processing BAM format in DeepBiop
  • Add initial project files and configurations

Fixed

  • Update env_logger to version 0.11.5
  • Update badge URL for deepbiop crate

Other

  • Update MSRV version in README and improve formatting
  • Update description in Cargo.toml
  • Remove unnecessary lines in Cargo.toml
  • Update dependencies in Cargo.toml and set_up_threads in cli.rs
  • Remove outdated documentation badge
  • Add documentation badge to README.md
  • Update badges in README.md to use consistent format
  • Update README.md setup instructions
  • Update README.md formatting
  • Add tests for bam and fq modules
  • Initial commit

deepbiop-bam-v0.1.9

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

Added

  • Add functions to count chimeric reads in BAM files

Other

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

deepbiop-bam-v0.1.8

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

Added

  • Add pyo3-stub-gen dependency and stub generation

Other

  • Add example for parsing sa tag string
  • 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
  • Add function documentation for chimeric events
  • Update badges in README.md to use consistent format

deepbiop-bam-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-v0.1.7

11 Aug 22:12
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