File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Cargo.lock
22/target
33/debug
4+ /benches
45/.zed
56/.vscode
Original file line number Diff line number Diff line change 11
2+ # 3.1.0
3+ - Fix a significant bug in the factorization scheme which degraded segmentation quality on data with large gene panels.
4+ - Extensive optimization work leading to around 1.5x-4x faster run times and 5-10% less memory usage. Changes include:
5+ - Redesign sparse count matrix data structure (now using csr with B+-tree rows, and row-level read/write locks)
6+ - New optimized Binomial and Multinomial samplers.
7+ - Parallelize some additional loops, and tune rayon min lengths for better cpu utilization.
8+ - Use ahash in place of HashMap and BTreeMap in some places.
9+ - Many other minor optimizations.
10+
211# 3.0.12
312 - Fix numerical error crash occurring in some Visium HD data.
413 - Fix an incompatibility with spatialdata zarr output and newer versions of the python package.
Original file line number Diff line number Diff line change 11[package ]
22name = " proseg"
33description = " Probabilistic cell segmentation for in situ spatial transcriptomics"
4- version = " 3.0.12 "
4+ version = " 3.1.0 "
55rust-version = " 1.88.0"
66edition = " 2024"
77authors = [" Daniel C. Jones <djones3@fredhutch.org>" ]
You can’t perform that action at this time.
0 commit comments