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: v7.24.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: v7.24.2
Choose a head ref
  • 7 commits
  • 7 files changed
  • 5 contributors

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    000c6d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ca47e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. fix: limit length of failed logs decorations (#2125)

    ### Description
    
    Limit the maximum length of the decorations around the logfile output of
    a failed job (when `--show-failed-logs` is given) to 80.
    
    Fixes #2101.
    
    
    ### QC
    
    * [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).
    ebete authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6fc9243 View commit details
    Browse the repository at this point in the history
  2. fix: rounding for batch calculation (#2064)

    Fix batch issue #2055
    
    ### Description
    
    This is a PR related to issue #2055. 
    
    ### 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).
    
    ---------
    
    Co-authored-by: Johannes Köster <[email protected]>
    jsgounot and johanneskoester authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    cbdbf9b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. fix: fix index out of bounds error raised by usage of workflow.source…

    …_path called from input or params functions (thanks @AKBrueggemann) (#2170)
    
    ### Description
    
    <!--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 Mar 14, 2023
    Configuration menu
    Copy the full SHA
    cf8e6e8 View commit details
    Browse the repository at this point in the history
  2. fix: raise error if callable is passed to expand. (#2171)

    ### Description
    
    <!--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 Mar 14, 2023
    Configuration menu
    Copy the full SHA
    1f28476 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 7.24.2 (#2172)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [7.24.2](v7.24.1...v7.24.2)
    (2023-03-14)
    
    
    ### Bug Fixes
    
    * fix index out of bounds error raised by usage of workflow.source_path
    called from input or params functions (thanks @AKBrueggemann)
    ([#2170](#2170))
    ([cf8e6e8](cf8e6e8))
    * limit length of failed logs decorations
    ([#2125](#2125))
    ([6fc9243](6fc9243))
    * raise error if callable is passed to expand.
    ([#2171](#2171))
    ([1f28476](1f28476))
    * rounding for batch calculation
    ([#2064](#2064))
    ([cbdbf9b](cbdbf9b))
    
    ---
    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 Mar 14, 2023
    Configuration menu
    Copy the full SHA
    1fb3cef View commit details
    Browse the repository at this point in the history
Loading