Skip to content

Commit

Permalink
Merge branch 'ig/no_patch_release_on_main_error' of github.com:scvers…
Browse files Browse the repository at this point in the history
…e/anndata into ig/no_patch_release_on_main_error
  • Loading branch information
ilan-gold committed Nov 14, 2024
2 parents 2505071 + 668de90 commit f7bf28c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 1 addition & 3 deletions ci/scripts/towncrier_automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ def main(argv: Sequence[str] | None = None) -> None:
msg = f"Version {args.version} is a minor or major release, "
"but you are trying to release not from main: {base_branch}."
raise NoMinorMajorReleaseOffMainError(msg)
pr_description = (
"" if base_branch == "main" else "@meeseeksmachine backport to main"
)
pr_description = "" if base_branch == "main" else "@meeseeksdev backport to main"
branch_name = f"release_notes_{args.version}"

# Create a new branch + commit
Expand Down
8 changes: 8 additions & 0 deletions docs/release-notes/0.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(v0.11.1)=
### 0.11.1 {small}`2024-11-12`

### Bug fixes

- Remove upper pin on `dask` and exclude versions broken with sparse indexing {user}`ilan-gold` ({pr}`1725`)
- Fix chunking with -1 in `chunks` argument of {func}`~anndata.experimental.read_elem_as_dask` {user}`ilan-gold` ({pr}`1743`)
- Fix `cupy<0.13` imports in non-gpu environments {user}`ilan-gold` ({pr}`1754`)
2 changes: 0 additions & 2 deletions docs/release-notes/1725.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/release-notes/1743.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/release-notes/1754.bugfix.md

This file was deleted.

0 comments on commit f7bf28c

Please sign in to comment.