Skip to content

chore(main): release 9.11.0#3722

Merged
johanneskoester merged 1 commit intomainfrom
release-please--branches--main
Sep 5, 2025
Merged

chore(main): release 9.11.0#3722
johanneskoester merged 1 commit intomainfrom
release-please--branches--main

Conversation

@snakemake-bot
Copy link
Copy Markdown
Contributor

@snakemake-bot snakemake-bot commented Sep 4, 2025

🤖 I have created a release beep boop

9.11.0 (2025-09-05)

Features

  • add landing page to the report containing custom metadata defined with a YTE yaml template (#3452) (c754d80)
  • Issue a warning when unsupported characters are used in wildcard names (#1587) (fa57355)

Bug Fixes

  • avoid checking output files in immediate-submit mode (#3569) (58c42cf)
  • clarify --keep-going flag help text to distinguish runtime vs DAG construction errors (#3705) (a3a8ef4)
  • enable docstring assignment in use rule ... with: block (#3710) (2191962)
  • fix missing attribute error in greedy scheduler settings when using touch, dryrun or immediate submit. (6471004)
  • only trigger script with CODE label (#3707) (2d01f8c)
  • parser.py incorrectly parsing multiline f-strings (#3701) (06ece76)
  • parsing ordinary yaml strings (#3506) (ddf334e)
  • remove temp files when using checkpoints (#3716) (5ff3e20)
  • Restore python rules changes triggering reruns. (GH: #3213) (#3485) (2f663be)
  • unit testing (#3680) (06ba7e6)
  • use queue_input_wait_time when updating queue input jobs (#3712) (a945a19)

Documentation


This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Sep 4, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • CHANGELOG.md is excluded by !CHANGELOG.md

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-please--branches--main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@snakemake-bot snakemake-bot changed the title chore(main): release 9.10.2 chore(main): release 9.11.0 Sep 4, 2025
@snakemake-bot snakemake-bot force-pushed the release-please--branches--main branch 12 times, most recently from 8e35919 to 5c616d9 Compare September 5, 2025 06:47
@snakemake-bot snakemake-bot force-pushed the release-please--branches--main branch from 5c616d9 to 065f750 Compare September 5, 2025 07:21
@johanneskoester johanneskoester merged commit db24371 into main Sep 5, 2025
80 checks passed
@johanneskoester johanneskoester deleted the release-please--branches--main branch September 5, 2025 11:03
@snakemake-bot
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

kjohnsen pushed a commit to kjohnsen/snakemake that referenced this pull request Dec 15, 2025
🤖 I have created a release *beep* *boop*
---


##
[9.11.0](snakemake/snakemake@v9.10.1...v9.11.0)
(2025-09-05)


### Features

* add landing page to the report containing custom metadata defined with
a YTE yaml template
([snakemake#3452](snakemake#3452))
([c754d80](snakemake@c754d80))
* Issue a warning when unsupported characters are used in wildcard names
([snakemake#1587](snakemake#1587))
([fa57355](snakemake@fa57355))


### Bug Fixes

* avoid checking output files in immediate-submit mode
([snakemake#3569](snakemake#3569))
([58c42cf](snakemake@58c42cf))
* clarify --keep-going flag help text to distinguish runtime vs DAG
construction errors
([snakemake#3705](snakemake#3705))
([a3a8ef4](snakemake@a3a8ef4))
* enable docstring assignment in `use rule ... with:` block
([snakemake#3710](snakemake#3710))
([2191962](snakemake@2191962))
* fix missing attribute error in greedy scheduler settings when using
touch, dryrun or immediate submit.
([6471004](snakemake@6471004))
* only trigger script with CODE label
([snakemake#3707](snakemake#3707))
([2d01f8c](snakemake@2d01f8c))
* parser.py incorrectly parsing multiline f-strings
([snakemake#3701](snakemake#3701))
([06ece76](snakemake@06ece76))
* parsing ordinary yaml strings
([snakemake#3506](snakemake#3506))
([ddf334e](snakemake@ddf334e))
* remove temp files when using checkpoints
([snakemake#3716](snakemake#3716))
([5ff3e20](snakemake@5ff3e20))
* Restore python rules changes triggering reruns. (GH:
[snakemake#3213](snakemake#3213))
([snakemake#3485](snakemake#3485))
([2f663be](snakemake@2f663be))
* unit testing
([snakemake#3680](snakemake#3680))
([06ba7e6](snakemake@06ba7e6))
* use queue_input_wait_time when updating queue input jobs
([snakemake#3712](snakemake#3712))
([a945a19](snakemake@a945a19))


### Documentation

* output files within output directories is an error
([snakemake#2848](snakemake#2848))
([snakemake#2913](snakemake#2913))
([37272e5](snakemake@37272e5))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants