Skip to content

Commit f943769

Browse files
committed
prepare 1.1.1 release
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
1 parent c23aea8 commit f943769

5 files changed

Lines changed: 30 additions & 5 deletions

File tree

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: "1.1.0 🌈"
2-
tag-template: 1.1.0
1+
name-template: "1.1.1 🌈"
2+
tag-template: 1.1.1
33
exclude-labels:
44
- "skip-changelog"
55

docs/changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v1.1.1
8+
9+
### 🚀 Features
10+
11+
* mixscale: add continuous perturbation scoring ([#945](https://github.com/scverse/pertpy/pull/945)) @stefanm808
12+
* Add MiloDE for neighbourhood-level differential expression ([#1001](https://github.com/scverse/pertpy/pull/1001)) @Zethson
13+
* Add `plot_disp_ests()` for dispersion-estimate visualisation ([#1004](https://github.com/scverse/pertpy/pull/1004)) @LuisHeinzlmeier
14+
* Add and rename significance thresholds ([#974](https://github.com/scverse/pertpy/pull/974)) @LuisHeinzlmeier
15+
16+
### 🐛 Bug Fixes
17+
18+
* tascCODA: fix no credible effects returned (theta collapse) ([#1017](https://github.com/scverse/pertpy/pull/1017)) @Zethson
19+
* tascCODA: fix always returning insignificant results ([#1016](https://github.com/scverse/pertpy/pull/1016)) @Zethson
20+
* PseudobulkSpace: fix all-NaN extra obs with `groups_col` ([#1006](https://github.com/scverse/pertpy/pull/1006)) @Zethson
21+
* perturbation_space: skip None-keyed layers in `_combine` ([#1000](https://github.com/scverse/pertpy/pull/1000)) @Zethson
22+
* `plot_effects_barplot()`: remove FutureWarning ([#1013](https://github.com/scverse/pertpy/pull/1013)) @LuisHeinzlmeier
23+
* coda: fix ImportError ([#1014](https://github.com/scverse/pertpy/pull/1014)) @LuisHeinzlmeier
24+
25+
### 🧰 Maintenance
26+
27+
* perturbation_space: cleanup, safer defaults, kill stale-state bugs ([#994](https://github.com/scverse/pertpy/pull/994)) @Zethson
28+
* Resolve test-suite warnings ([#1018](https://github.com/scverse/pertpy/pull/1018)) @Zethson
29+
* docs: refresh DE docstring pseudobulk examples ([#996](https://github.com/scverse/pertpy/pull/996)) @Zethson
30+
* ci: bump codecov-action to v6 and fail CI on upload error ([#1009](https://github.com/scverse/pertpy/pull/1009)) @timtreis
31+
732
## v1.1.0
833

934
### 🚀 Features

docs/tutorials/notebooks

pertpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Lukas Heumos"
44
__email__ = "lukas.heumos@posteo.net"
5-
__version__ = "1.1.0"
5+
__version__ = "1.1.1"
66

77
import warnings
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["hatchling"]
44

55
[project]
66
name = "pertpy"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Perturbation Analysis in the scverse ecosystem."
99
readme = "README.md"
1010
requires-python = ">=3.12,<3.15"

0 commit comments

Comments
 (0)