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.16.0
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.16.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 29, 2026

  1. fix: do not decompress source files during caching, keep them unchang…

    …ed instead (#3944)
    
    <!--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).
    johanneskoester authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    ca72878 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 9.16.1 (#3945)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [9.16.1](v9.16.0...v9.16.1)
    (2026-01-29)
    
    
    ### Bug Fixes
    
    * do not decompress source files during caching, keep them unchanged
    instead ([#3944](#3944))
    ([ca72878](ca72878))
    
    ---
    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 Jan 29, 2026
    Configuration menu
    Copy the full SHA
    2980936 View commit details
    Browse the repository at this point in the history
  3. fix: handle str input in fmt_iofile (#3946)

    <!--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
    
    * **Refactor**
    * Enhanced type safety and input validation for internal file handling
    functions through improved type annotations and runtime checks.
    
    <sub>✏️ Tip: You can customize this high-level summary in your review
    settings.</sub>
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    johanneskoester authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    5df0c0b View commit details
    Browse the repository at this point in the history
  4. chore(main): release 9.16.2 (#3947)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [9.16.2](v9.16.1...v9.16.2)
    (2026-01-29)
    
    
    ### Bug Fixes
    
    * handle str input in fmt_iofile
    ([#3946](#3946))
    ([5df0c0b](5df0c0b))
    
    ---
    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 Jan 29, 2026
    Configuration menu
    Copy the full SHA
    8d06509 View commit details
    Browse the repository at this point in the history
Loading