Skip to content

Commit

Permalink
Merge pull request #4 from cauliyang/release-plz-2024-08-05T02-18-22Z
Browse files Browse the repository at this point in the history
chore(py-deepbiop): release v0.1.4
  • Loading branch information
cauliyang authored Aug 5, 2024
2 parents 2739973 + 222ed81 commit 0451f09
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*", "deepbiop", "py-deepbiop"]

[workspace.package]
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Yangyang Li <[email protected]>"]
homepage = "https://github.com/cauliyang/DeepBioP"
Expand Down
39 changes: 39 additions & 0 deletions py-deepbiop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,45 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.4](https://github.com/cauliyang/DeepBioP/compare/py-deepbiop-v0.1.3...py-deepbiop-v0.1.4) - 2024-08-05

### Added
- Add test_fq function
- Add ahash, anyhow, derive_builder, lexical, log
- Add deepbiop-utils crate and Python module
- Add support for processing BAM format in DeepBiop
- Add utils module and get_label_region function
- Update project versions and dependencies
- Add Rye configuration with new dev dependencies
- Add Python module with encoding functionalities
- Add new module 'deepbiop' and 'add' function

### Fixed
- Update maturin version requirement to 1.6.0
- Update Cargo.toml for edition 2021 and dependency versions

### Other
- Update version history in CHANGELOG.md
- Update changelog for version 0.1.3
- Update project URLs in pyproject.toml
- Add tests for bam and fq modules
- Update path in test_load_predict in predicts.rs
- Move fq-related Python functions to deepbiop-fq crate
- Remove unnecessary import lines
- Remove unnecessary spaces and comments
- comment out project.urls Homepage in pyproject.toml
- Add reference to rust-toolchain.toml in pyproject.toml
- Update README.md path in pyproject.toml
- Update location of README.md file
- Remove README.md
- Update release-python.yml and pyproject.toml
- Update project versions and dependencies
- Add initial changelog documentation
- add docs template
- Remove unnecessary relative import in Cargo.toml
- add lock file
- add fastq module

## [0.1.3](https://github.com/cauliyang/DeepBioP/releases/tag/py-deepbiop-v0.1.3) - 2024-08-05

### Added
Expand Down

0 comments on commit 0451f09

Please sign in to comment.