Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-bio/rust-htslib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.47.1
Choose a base ref
...
head repository: rust-bio/rust-htslib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.48.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 6 contributors

Commits on Nov 12, 2024

  1. refactor: improved readability for read orientation inference (#439)

    * refactor: improved readability for read orientation inference
    
    * fmt
    
    * another testcase
    johanneskoester authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    eaa045e View commit details
    Browse the repository at this point in the history
  2. 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]>
    ghuls and johanneskoester authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9bda5f7 View commit details
    Browse the repository at this point in the history
  3. 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]>
    ctsa and johanneskoester authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    489c0d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e6ea49 View commit details
    Browse the repository at this point in the history
  5. 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]>
    dependabot[bot] and FelixMoelder authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4e472d7 View commit details
    Browse the repository at this point in the history
  6. 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]>
    dependabot[bot] and FelixMoelder authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    37b2e44 View commit details
    Browse the repository at this point in the history
  7. 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]>
    dependabot[bot] and FelixMoelder authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    579b11a View commit details
    Browse the repository at this point in the history
  8. chore(master): release 0.48.0 (#452)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7f3cfea View commit details
    Browse the repository at this point in the history
Loading