Skip to content

Commit

Permalink
Backport PRs #2691 and #2660: Add missing 1.9.6 release notes (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Oct 17, 2023
1 parent 121def0 commit d71a4a9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.0
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: scanpy/tests/_data
Expand Down
8 changes: 8 additions & 0 deletions docs/release-notes/1.9.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### 1.9.6 {small}`the future`

```{rubric} Bug fixes
```

- Allow {func}`scanpy.pl.scatter` to accept a {class}`str` palette name {pr}`2571` {smaller}`P Angerer`
- Make {func}`scanpy.external.tl.palantir` compatible with palantir >=1.3 {pr}`2672` {smaller}`DJ Otto`
- Fix {func}`scanpy.pl.pca` when when `return_fig=True` and `annotate_var_explained=True` {pr}`2682` {smaller}`J Wagner`
3 changes: 3 additions & 0 deletions docs/release-notes/release-latest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Version 1.9

```{include} /release-notes/1.9.6.md
```

```{include} /release-notes/1.9.5.md
```

Expand Down

0 comments on commit d71a4a9

Please sign in to comment.