Skip to content

Commit 2c1e418

Browse files
committed
Bump version.
1 parent 5487e7e commit 2c1e418

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
# 3.1.1
3+
- Fix some inaccuracies in how posterior mean estimates are computed.
4+
- Check that the output directory exists before running inference.
5+
- Retain transcript quality values and output them with the transcript metadata.
6+
- Fix a bug causing excessive memory usage when writing transcript metadata
7+
- Set some additional metadata in the spatialdata geoparquet files
8+
29
# 3.1.0
310
- Fix a significant bug in the factorization scheme which degraded segmentation quality on data with large gene panels.
411
- Extensive optimization work leading to around 1.5x-4x faster run times and 5-10% less memory usage. Changes include:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "proseg"
33
description = "Probabilistic cell segmentation for in situ spatial transcriptomics"
4-
version = "3.1.0"
4+
version = "3.1.1"
55
rust-version = "1.88.0"
66
edition = "2024"
77
authors = ["Daniel C. Jones <djones3@fredhutch.org>"]

0 commit comments

Comments
 (0)