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: v8.25.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: v8.25.2
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 5, 2024

  1. fix: include conda pinnings, conda post deploy script, and env module…

    …s for detection of software stack changes and corresponding rerun triggers (#3184)
    
    <!--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
    
    - **New Features**
    - Enhanced software stack management with a consolidated method for
    checking changes.
    - Introduced a new property for computing the hash of environment
    modules.
    - Added a method to compute a hash representing the software stack used
    in jobs.
    
    - **Bug Fixes**
    - Improved error handling during environment creation and job execution
    metadata management.
    
    - **Documentation**
    - Updated metadata record versioning for better tracking of job
    execution history.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    johanneskoester authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2aeaa46 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 8.25.2 (#3185)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [8.25.2](v8.25.1...v8.25.2)
    (2024-11-05)
    
    
    ### Bug Fixes
    
    * include conda pinnings, conda post deploy script, and env modules for
    detection of software stack changes and corresponding rerun triggers
    ([#3184](#3184))
    ([2aeaa46](2aeaa46))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b49ac99 View commit details
    Browse the repository at this point in the history
Loading