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: snakemake/snakemake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.3.1
Choose a base ref
...
head repository: snakemake/snakemake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.3.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 26, 2025

  1. fix: fix recent regression when printing remote storage output or log…

    … files (local path shown instead of query) (#3550)
    
    <!--Add a description of your PR here-->
    
    ### QC
    <!-- Make sure that you can tick the boxes below. -->
    
    * [x] The PR contains a test case for the changes or the changes are
    already covered by an existing test case.
    * [x] The documentation (`docs/`) is updated to reflect the changes or
    this is not necessary (e.g. if the change does neither modify the
    language nor the behavior or functionalities of Snakemake).
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Bug Fixes**
    - Improved handling of IO file annotations, ensuring that files without
    specific flags are now properly annotated.
    - **Refactor**
    - Enhanced flexibility by making the label parameter optional in the
    annotation process.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    johanneskoester authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    a1e93ce View commit details
    Browse the repository at this point in the history
  2. chore(main): release 9.3.2 (#3551)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [9.3.2](v9.3.1...v9.3.2)
    (2025-04-26)
    
    
    ### Bug Fixes
    
    * fix recent regression when printing remote storage output or log files
    (local path shown instead of query)
    ([#3550](#3550))
    ([a1e93ce](a1e93ce))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    snakemake-bot authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    8a6d7b9 View commit details
    Browse the repository at this point in the history
Loading