-
Notifications
You must be signed in to change notification settings - Fork 88
Comparing changes
Open a pull request
base repository: rust-bio/rust-htslib
base: v0.47.1
head repository: rust-bio/rust-htslib
compare: v0.48.0
- 8 commits
- 10 files changed
- 6 contributors
Commits on Nov 12, 2024
-
refactor: improved readability for read orientation inference (#439)
* refactor: improved readability for read orientation inference * fmt * another testcase
Configuration menu - View commit details
-
Copy full SHA for eaa045e - Browse repository at this point
Copy the full SHA eaa045eView commit details -
fix: return error when bgzf_open fails to open a file (#444)
* Before `rust_htslib::bgzf:Reader` and `rust_htslib::bgzf:Writer` would never fail when opening a file that could not be opened and it would allow writing to `rust_htslib::bgzf:Writer` without returning any error messages. Co-authored-by: Johannes Köster <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bda5f7 - Browse repository at this point
Copy the full SHA 9bda5f7View commit details -
feat: Add to_vcf_string method for bcf::Record (#443)
* Add bcf record to_vcf_string method and test * Reformat as Display trait * Revert to Record::to_vcf_string method Added return value checking on vcf_format, which also suggests that the methods should return a Result and shound't be implemented directly as a Display trait. --------- Co-authored-by: Johannes Köster <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 489c0d7 - Browse repository at this point
Copy the full SHA 489c0d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6ea49 - Browse repository at this point
Copy the full SHA 2e6ea49View commit details -
deps: update derive-new requirement from 0.5 to 0.7 (#450)
Updates the requirements on [derive-new](https://github.com/nrc/derive-new) to permit the latest version. - [Commits](nrc/derive-new@0.5.1...0.7) --- updated-dependencies: - dependency-name: derive-new dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Mölder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e472d7 - Browse repository at this point
Copy the full SHA 4e472d7View commit details -
deps: update pretty_assertions requirement from 0.6 to 1.4 (#449)
Updates the requirements on [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) to permit the latest version. - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](rust-pretty-assertions/rust-pretty-assertions@v0.6.0...v1.4.1) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Mölder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37b2e44 - Browse repository at this point
Copy the full SHA 37b2e44View commit details -
deps: update thiserror requirement from 1 to 2 (#448)
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.0...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Mölder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 579b11a - Browse repository at this point
Copy the full SHA 579b11aView commit details -
chore(master): release 0.48.0 (#452)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f3cfea - Browse repository at this point
Copy the full SHA 7f3cfeaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.47.1...v0.48.0