Skip to content

v0.8.0

Compare
Choose a tag to compare
@thorstenwagner thorstenwagner released this 14 Dec 14:46
· 126 commits to main since this release
66dbd48

What's Changed

This release mainly improves the user experience when working with the clustering workflow. The changes you will notice are:

  • BREAKING CHANGE: When calculating a umap, no label mask is created anymore.Instead, this map is now computed in the background within napari and is transparent to the user. This also means that you don't have to select a label layer anymore when loading a umap (PR #82 MPI-Dortmund/napari-tomotwin#22). However, this is a breaking change, so you need to recalculate your umaps to take advantage of it.
  • Napari no longer freezes when loading umaps and shows a progress bar while loading (MPI-Dortmund/napari-tomotwin#20)
  • When selecting clusters in the umap, there is a time delay between the selection and the actual highlighting. Now this process is 2x-3x faster (PR BiAPoL/napari-clusters-plotter#283 BiAPoL/napari-clusters-plotter#282)
  • When saving cluster targets, the appropriate embedding file is automatically selected if possible (PR MPI-Dortmund/napari-tomotwin#26). This means that the user does not have to remember which embedding belongs to which umap.
  • Saving cluster targets (medoids) is now 5x faster (MPI-Dortmund/napari-tomotwin#23).

Minor changes

Full Changelog: 0.7.0...v0.8.0