Skip to content

Release Notes: v0.7.2 - 10/10/24

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 19:21
· 1 commit to refs/heads/main since this release
e22a487

You may download the latest release with:

git clone -b v0.7.2 https://github.com/angelolab/ark-analysis.git

What's new?

Cell table and cell distances updates

Updates to marker_quantification.generate_cell_table() which allows for segmentation masks to have various filenames. Rather than requiring fov1_whole_cell.tiff, files can be either fov1.tiff or fov1-any_suffix.tiff. For spatial analysis, distance matrices are now generated using simply the cell centroids from the cell table, rather than requiring the segmentation masks and running regionprops to locate centroids.

Packaging updates

Spatial Enrichment has been removed along with it's Cython components. This allows Ark to be a pure python package reducing build times, and not requiring operating system specific compiled versions.

In addition as part of removing the custom Docker builds, we have removed Docker related information from the README.

🚀 Features

🧰 Maintenance

📚️ Documentation

@alex-l-kong, @camisowers and @srivarra