Releases: cauliyang/DeepBioP
Releases · cauliyang/DeepBioP
deepbiop-fq-v0.1.11
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
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
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
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
Added
- Update MSRV to 1.75.0
Other
- Update MSRV version in README and improve formatting
deepbiop-utils-v0.1.9
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
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
Added
- Update MSRV to 1.75.0
Other
- Update MSRV version in README and improve formatting
deepbiop-fq-v0.1.9
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
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