Skip to content

v0.7.0

Compare
Choose a tag to compare
@thorstenwagner thorstenwagner released this 03 Nov 13:56
· 140 commits to main since this release
29e994b

What's Changed

With this release we add new tools for advanced strategies that describe how to speed up the calculation of embeddings, potentially improve their umaps, and refine references/targets!

Improve reference/targets with umaps (Strategy 1)

Add new umap and filter options by @thorstenwagner in #64

Faster embeddings with median filtering (Strategy 2)

Add fast median mask estimation by @thorstenwagner in #66

It can dramatically speed up the embedding step compared to using no masking, and it also outperforms the previous method based on intensity heuristics:

Other

Documentation

Full Changelog: v0.6.1...0.7.0